argo-events icon indicating copy to clipboard operation
argo-events copied to clipboard

Update AWS SDK version to support EKS Pod Identities

Open tvandinther opened this issue 4 months ago • 0 comments

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 avatar Feb 28 '24 17:02 tvandinther