-
Notifications
You must be signed in to change notification settings - Fork 5.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support EKS clusters with IAM creds #1304
Comments
This should be supported. When adding clusters to Argo CD you can provide
Under the covers, we simply use the exec auth provider with
|
I can confirm it worked at least with 0.12.3 |
It'd be great to have a guide on how to do this. @eupestov would contributing docs be something you'd be interested in please? |
Please re-open if you have more questions. |
Looking at ArgoCD, it appears that we cannot set IAM creds per cluster, instead it appears everything is wired through role ARNs. If someone has multiple clusters in multiple distinct AWS accounts, this may prove difficult. Do you have any options available to support this?
The text was updated successfully, but these errors were encountered: