ribbybibby / s3_exporter

Exports Prometheus metrics about S3 buckets and objects
Apache License 2.0
105 stars 42 forks source link

Update AWS SDK for IRSA support on EKS #13

Closed panos-- closed 4 years ago

panos-- commented 4 years ago

IRSA (IAM Roles for Service Accounts) allows using Kubernetes Service Accounts to provide AWS credentials when running on EKS.

Support for IRSA on EKS was added to AWS SDK for Go with version 1.23.13 (see Using a supported AWS SDK).

This commit updates AWS SDK for Go to the latest version to enable support for IRSA in s3_exporter.