Open jangrewe opened 4 years ago
Using IAM Roles with Service Accounts (IRSA) requires a SDK version that supposed sts:AssumeRoleWithWebIdentity, which was added in v1.19.28 - but there have been lots of new versions since then, and using this SDK version seems to work fine for us.
sts:AssumeRoleWithWebIdentity
@a-teisseire Any chance of this getting updated? The old version of the AWS SDK is causing us some trouble running in EKS.
Using IAM Roles with Service Accounts (IRSA) requires a SDK version that supposed
sts:AssumeRoleWithWebIdentity
, which was added in v1.19.28 - but there have been lots of new versions since then, and using this SDK version seems to work fine for us.