[Housekeeping] Update aws-go-sdk to support EKS Pod Identity #5794
Labels
dependencies
Pull requests that update a dependency file
housekeeping
Issues that help maintain flyte and keep it tech-debt free
Describe the issue
Currently the Go AWS SDK in use is quite old and therefore doesn't support EKS Pod Identity, which is a much simpler way to allow service accounts to associate with a role.
The minimum required versions are found here.
What if we do not do this?
Users will continue to only be able to use IRSA (IAM roles for service accounts) annotations to associate service accounts with IAM roles, which is more configuration intensive.
Related component(s)
Definitely github.com/aws/aws-sdk-go
Possibly also github.com/aws/aws-sdk-go-v2
Are you sure this issue hasn't been raised already?
Have you read the Code of Conduct?
The text was updated successfully, but these errors were encountered: