Technofy / cloudwatch_exporter

A CloudWatch exporter for Prometheus coded in Go, with multi-region support
Apache License 2.0
78 stars 140 forks source link

Update AWS SDK to enable IRSA #24

Open jangrewe opened 4 years ago

jangrewe commented 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.

hairyhenderson commented 3 years ago

@a-teisseire Any chance of this getting updated? The old version of the AWS SDK is causing us some trouble running in EKS.