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
legacy-cloud-providers: aws: Add support for consuming web identity credentials #104314
Conversation
|
/sig cloud-provider |
|
/area provider/aws |
|
/assign @nckturner |
|
/assign |
|
/priority important-soon |
|
/triage accepted |
|
@cheftako agreed, I'd call it a bug fix because not being able to use the "web identity" JWTs in the credential chain is unintended and hampers certain use cases like using bound service account tokens for authentication to AWS when using the legacy provider in KCM. |
|
/lgtm |
|
/approve |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: cheftako, sjenning The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
…4314-upstream-release-1.21 Automated cherry pick of #104314: legacy-cloud-providers: aws: Add support for consuming web
…4314-upstream-release-1.22 Automated cherry pick of #104314: legacy-cloud-providers: aws: Add support for consuming web
What type of PR is this?
/kind bug
What this PR does / why we need it:
The in-tree AWS cloud provider currently uses a custom credential chain that does not support using service account tokens to authenticate with the AWS API. Namely the
WebIdentityTokenProvider.This is a pick from the external v1 AWS provider in kubernetes/cloud-provider-aws#238
I am aware that the in-tree legacy cloud providers are not looking to make changes at this point but I wanted to have a discussion about it.
Does this PR introduce a user-facing change?