-
Notifications
You must be signed in to change notification settings - Fork 77
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for EKS Pod Identity #131
Comments
It looks like this was partially done in thanos-io/thanos#7335 but I also had trouble getting this to work with pod identity and eventually found this bug report. |
not working for me either. thought it would after thanos-io/thanos#7157 was closed. |
Not working for me either |
It's working for me but I need to remove
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
AWS has introduced EKS Pod Identity as a new way for authenticating Kubernetes Pods against AWS APIs.
This requires upgrading the Go AWS SDK to at least 1.23.0, currently 1.16.0 is being used
The text was updated successfully, but these errors were encountered: