-
Notifications
You must be signed in to change notification settings - Fork 653
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
Support Web Identity providers for IAM credentials for AWS EKS #1156
Comments
We already support that @barryib |
@barryib Closing this issue now. Please feel free to reach out to us if you have other such questions at https://slack.min.io |
I don't think it implemented. This is a new way (which come out few days ago) AWS provide IAM role to kubernetes pods and service account in EKS cluster. This method add new env vars like
This was added recently in all AWS SDK. Here are some PR aws/aws-sdk-go#2667 and aws/aws-sdk-go-v2#2867 More info here:
|
@barryib this is very specific to AWS - feel free to send a PR, we may not have cycles to address this as this moment. |
@barryib Closing this issue now. Please feel free to send a PR when you get a chance |
This supports the new AWS_WEB_IDENTITY_TOKEN_FILE and AWS_ROLE_ARN environment variables, that allow exchanging OIDC tokens given to pods in EKS for access tokens. Fixes minio#1156
This supports the new AWS_WEB_IDENTITY_TOKEN_FILE and AWS_ROLE_ARN environment variables, that allow exchanging OIDC tokens given to pods in EKS for access tokens. Fixes minio#1156
This supports the new AWS_WEB_IDENTITY_TOKEN_FILE and AWS_ROLE_ARN environment variables, that allow exchanging OIDC tokens given to pods in EKS for access tokens. Fixes minio#1156
This supports the new AWS_WEB_IDENTITY_TOKEN_FILE and AWS_ROLE_ARN environment variables, that allow exchanging OIDC tokens given to pods in EKS for access tokens. Fixes #1156
Add support for Web Identity providers for IAM credentials for AWS EKS (IAM Roles for Service Accounts) https://docs.aws.amazon.com/eks/latest/userguide/iam-roles-for-service-accounts.html
This will be very useful in thanos thanos-io/thanos#1494 running into an EKS cluster.
The text was updated successfully, but these errors were encountered: