[NET-3092] JWT Verify claims handling#17452
Merged
Merged
Conversation
f579add to
c4bcb35
Compare
ca3d6c7 to
55190af
Compare
pglass
reviewed
May 26, 2023
pglass
reviewed
May 26, 2023
pglass
reviewed
May 26, 2023
9fdd207 to
dfbea3d
Compare
pglass
reviewed
May 30, 2023
pglass
reviewed
May 30, 2023
c37d9e1 to
1109b1c
Compare
pglass
suggested changes
May 30, 2023
pglass
approved these changes
May 30, 2023
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.
Description
background info
For claim verification, we need to write the claims to validate in the RBAC policies. Example in envoy, specifying
payload_in_metadataallows us to write data from the JWT payload toStreamInfo DynamicMetadata(read more here)Example of what the payload will look like: option 1 in this gist https://gist.github.com/pglass/a83603b77c1497b76490abc7afd44298
The test data file contain what the envoy config will look like with the jwt token
potential todo