tolgee / tolgee-platform

Developer & translator friendly web-based localization platform
https://tolgee.io
Other
2.08k stars 205 forks source link

Update AWS SDK to a version that supports EKS Pod Identity #2624

Open doubliez opened 1 month ago

doubliez commented 1 month ago

Is your feature request related to a problem? Please describe. The current version of the AWS SDK used by Tolgee (2.20.8) does not support using credentials from an EKS Pod Identity association. The minimum version that supports that is 2.21.30, as mentioned in the AWS docs: https://docs.aws.amazon.com/eks/latest/userguide/pod-id-minimum-sdk.html

Describe the solution you'd like Bump the AWS SDK to latest version 🙂

Describe alternatives you've considered For now I still need to use IRSA (IAM roles for service accounts) in EKS to provide credentials to Tolgee, but EKS Pod Identity is the new recommended way of providing credentials in EKS.

JanCizmar commented 3 weeks ago

Hey! Thanks for reporting. Pull request would be welcomed. We don't plan to use it this way, so it might be a bit harder for us to test this with real world case.