-
Notifications
You must be signed in to change notification settings - Fork 40.3k
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
oidc auth plugin not to override the Auth header if it's already exits #45529
oidc auth plugin not to override the Auth header if it's already exits #45529
Conversation
Hi @wanghaoran1988. Thanks for your PR. I'm waiting for a kubernetes member to verify that this patch is reasonable to test. If it is, they should reply with 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. I understand the commands that are listed here. |
@liggitt @ericchiang PTAL |
/approve |
@k8s-bot ok to test |
@wanghaoran1988 strictly speaking this doesn't fix #44476, it just updates it since it doesn't fix the google client auth plugin. |
@ericchiang Oh, seems this just fixed the oidc auth plugin, for gcp auth plugin, the Auth header is override by the tokenSource. |
edited the description to avoid closing the tracking issue |
@liggitt Done |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ericchiang, wanghaoran1988
Needs approval from an approver in each of these OWNERS Files:
You can indicate your approval by writing |
Automatic merge from submit-queue |
What this PR does / why we need it:
oidc auth client plugin should not override the
Authorization
header if it's already exits.Which issue this PR fixes :
fix oidc auth plugin override the
Authorization
headerSpecial notes for your reviewer:
Release note: