You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I need dregsy to sync images to our private ECR repos and I know that we can achieve that by injecting static AWS keys into a Kubernetes resource (we're using a CronJob but could be anything).
Ideally we would want to authenticate using a more secure role based approach like IRSA.
That way we could simply run the job using the appropriate ServiceAccount.