Update the AWS Go SDK version to support Web Identity providers for IAM credentials
More infos here:
See #2323
This has been addressed by https://github.com/kubernetes/autoscaler/pull/2305.
Please have a check
When is the planned released of this feature?
Also waiting on this. Fingers crossed it's in 1.14.6 since that is the version we need for EKS. 馃
We backport #2428 and #2358 to to 1.14. Release team will publish new versions next week.
For 1.13. We only have #2356 to upgrade aws sdk. You need to add AWS_SDK_LOAD_CONFIG env var with value "true" in your deployment to make ask call AssumeRoleWithWebIdentity.
I really appreciate help from @devkid and @rchernobelskiy.
This is done and I will close the issue.
/close
@Jeffwan: Closing this issue.
In response to this:
This is done and I will close the issue.
/close
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/test-infra repository.
Most helpful comment
We backport #2428 and #2358 to to 1.14. Release team will publish new versions next week.
For 1.13. We only have #2356 to upgrade aws sdk. You need to add
AWS_SDK_LOAD_CONFIGenv var with value "true" in your deployment to make ask callAssumeRoleWithWebIdentity.I really appreciate help from @devkid and @rchernobelskiy.