-
Notifications
You must be signed in to change notification settings - Fork 10
aws-sdk-go: v1.44.327 → v1.47.11 #69
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
base: main
Are you sure you want to change the base?
Conversation
https://github.com/aws/aws-sdk-go/releases/tag/v1.47.11 adds support for pod identity: > Add support for dynamic auth token from file and EKS container host in configured URI.
The committers listed above are authorized under a signed CLA. |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: nbr The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Welcome @nbr! |
Hi @nbr. Thanks for your PR. I'm waiting for a kubernetes-sigs member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
@aaronda-aws @niallthomson FYI this would allow us to use EKS Pod Identity rather than IRSA for the tutorial you recently added in aws-samples/eks-workshop-v2#1263 |
/ok-to-test |
Is this a bug fix or adding new feature?
New feature
What is this PR about? / Why do we need it?
This PR updates aws-sdk-go to enable support for IAM authentication using EKS Pod Identity, per https://github.com/aws/aws-sdk-go/releases/tag/v1.47.11:
What testing is done?
make test