dregsy
dregsy copied to clipboard
Allow use of IRSA for uses of dregsy in a Kubernetes (Cron)Job
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.
I don't think it would be too much work and there might be elements of this project that could help https://github.com/SamuelBagattin/eks-irsa-example
Any progress here?
Unfortunately no. I currently have only very limited time available to invest in this project. I'll try to have a look at this, but can't promise anything or give an ETA.