-
Notifications
You must be signed in to change notification settings - Fork 424
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
Pass existing STS session #100
Comments
I think we should allow both - custom session, and custom STS client. |
errordeveloper
added a commit
to errordeveloper/authenticator
that referenced
this issue
Jun 20, 2018
mattlandis
added a commit
that referenced
this issue
Jun 20, 2018
Add `token.GetWithRoleForSession` and `token.GetWithSTS` (fix #100)
joanayma
pushed a commit
to joanayma/aws-iam-authenticator
that referenced
this issue
Aug 11, 2021
* add support for the new amazon-eks-node-* AMI * add CHANGELOG * remove kubelet_node_labels
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This would be useful when authenticator is used from another Go program that already uses AWS SDK. We need it for
eksctl
.The text was updated successfully, but these errors were encountered: