Skip to content
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

Update AWS SDK version to support EKS Pod Identities #3039

Open
tvandinther opened this issue Feb 28, 2024 · 0 comments
Open

Update AWS SDK version to support EKS Pod Identities #3039

tvandinther opened this issue Feb 28, 2024 · 0 comments
Labels
dependencies Pull requests that update a dependency file enhancement New feature or request go Pull requests that update Go code

Comments

@tvandinther
Copy link

Is your feature request related to a problem? Please describe.
I would like to use the EKS pod identity mechanism to provide credentials to the argo events controllers. Alternative credential mechanisms are not the preferred option for the project.

Describe the solution you'd like
Updating the AWS Go SDK version to > v1.47.11 as documented here. I understand that the newer SDK adds to the credential chain used by the SDK to find credentials to support this mechanism.

Describe alternatives you've considered
Using IRSA. This option requires adjusting trust policies on IAM roles and not preferred for the project.

Additional context
It would seem like a simple fix to bump the minor version of the AWS SDK to a supported version in the next release to allow this new form of authentication.


Message from the maintainers:

If you wish to see this enhancement implemented please add a 👍 reaction to this issue! We often sort issues this way to know what to prioritize.

@tvandinther tvandinther added the enhancement New feature or request label Feb 28, 2024
@blkperl blkperl added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Mar 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file enhancement New feature or request go Pull requests that update Go code
Projects
None yet
Development

No branches or pull requests

2 participants