**Is your feature request related to a problem? Please describe.** Yes, the current version of the AWS SDK for Go that ships with Vault (v1.19.39) does not support using a K8s ServiceAccount to authenticate against a a AWS IAM Role when Vault is deployed inside a Kubernetes cluster. See: https://docs.aws.amazon.com/eks/latest/userguide/iam-roles-for-service-accounts-minimum-sdk.html **Describe the solution you'd like** Bump the version of AWS SDK for Go. **Describe alternatives you've considered** We could hijack the entrypoint of our Vault containers to prepopulate IAM credentials, but that would be ugly. **Explain any additional use-cases** NA **Additional context** https://docs.aws.amazon.com/eks/latest/userguide/iam-roles-for-service-accounts.html