[Cherry-pick] Authenticate an exchanged token (#2070) from the release-1.1 branch#2071
[Cherry-pick] Authenticate an exchanged token (#2070) from the release-1.1 branch#2071lei-tang wants to merge 1 commit intoistio:masterfrom
Conversation
* Authenticate an exchanged token * Change issuer name and jwt-authn output with key being original issuer * Revised the code based on the discussion * Address review comments and add a test * Address new review comments * Add integration tests and address review comments * Fix a flaky test and address new review comments * Small grammar fixes * Revise the function of finding the token header * Use case-insensitive compare for the header name * Change the name of a variable * Revise log statements
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: lei-tang If they are not already assigned, you can assign the PR to them by writing The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
@lei-tang: PR needs rebase. DetailsInstructions 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. |
|
@JimmyCYJ Yes, I will close this PR now. |
What this PR does / why we need it: cherry-pick the PR#2070 "Authenticate an exchanged token" from the release-1.1 branch to the master branch. The PR#2070 has been merged into the release-1.1 branch as 0c9e54c.
Which issue this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)format, will close that issue when PR gets merged): fixes #2062Special notes for your reviewer:
Release note: