Set the key id in JWT#45350
Merged
programmerq merged 3 commits intomasterfrom Aug 21, 2024
Merged
Conversation
ea73afd to
7e404c9
Compare
zmb3
reviewed
Aug 11, 2024
df6ebf7 to
46754a2
Compare
marcoandredinis
approved these changes
Aug 19, 2024
Co-authored-by: Zac Bergquist <zac.bergquist@goteleport.com>
46754a2 to
36b8de5
Compare
|
@programmerq See the table below for backport results.
|
Contributor
Author
|
The automatic backports failed due to differences in the master branch for the work done as part of the 17.x modern signature algorithm work. Manual backports for 16.x and 15.x are still feasible. |
strideynet
pushed a commit
that referenced
this pull request
Oct 9, 2024
* Set the key id in JWT Some JWT libraries panic with multiple keys present in the JWKS. A second JWKS key entry was added in #40998 Fixes #44245 * Update lib/jwt/jwt.go Co-authored-by: Zac Bergquist <zac.bergquist@goteleport.com> * fix compile error --------- Co-authored-by: Zac Bergquist <zac.bergquist@goteleport.com>
strideynet
pushed a commit
that referenced
this pull request
Oct 9, 2024
* Set the key id in JWT Some JWT libraries panic with multiple keys present in the JWKS. A second JWKS key entry was added in #40998 Fixes #44245 * Update lib/jwt/jwt.go Co-authored-by: Zac Bergquist <zac.bergquist@goteleport.com> * fix compile error --------- Co-authored-by: Zac Bergquist <zac.bergquist@goteleport.com>
This was referenced Oct 9, 2024
github-merge-queue Bot
pushed a commit
that referenced
this pull request
Oct 10, 2024
* Set the key id in JWT Some JWT libraries panic with multiple keys present in the JWKS. A second JWKS key entry was added in #40998 Fixes #44245 * Update lib/jwt/jwt.go * fix compile error --------- Co-authored-by: Jeff Anderson <jeff@goteleport.com> Co-authored-by: Zac Bergquist <zac.bergquist@goteleport.com>
github-merge-queue Bot
pushed a commit
that referenced
this pull request
Oct 10, 2024
* Set the key id in JWT Some JWT libraries panic with multiple keys present in the JWKS. A second JWKS key entry was added in #40998 Fixes #44245 * Update lib/jwt/jwt.go * fix compile error --------- Co-authored-by: Jeff Anderson <jeff@goteleport.com> Co-authored-by: Zac Bergquist <zac.bergquist@goteleport.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Some JWT libraries panic with multiple keys present in the JWKS. A second JWKS key entry was added in #40998
Fixes #44245