-
Notifications
You must be signed in to change notification settings - Fork 5.3k
extensions: make jwt_authn filter token-parsing more flexible (#6355) #6384
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
Merged
lizan
merged 23 commits into
envoyproxy:master
from
larrywest:issue_6355-jwt_authn-token_parsing
Apr 8, 2019
Merged
Changes from all commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
67857d0
Issue #6355: jwt_authn extracts JWT more flexibly
larrywest 5e026dc
Issue 6355: run 'tools/check_format.py fix' on extractor.cc
larrywest c75bb4e
Issue 6355: style: k -> Constant, comments
larrywest 5457729
Issue 6355: fix style problems in test
larrywest 631ef16
Issue #6355: auto-fix style in test
larrywest 8add0e5
Issue #6355: restore #include accidentally removed 2 commits ago
larrywest af5ce5c
Issue #6355: pedantic 'spelling' fixes in comments.
larrywest 52ff835
Issue #6355: auto-fix of header inclusion ordering
larrywest 42cbc4a
Issue 6355: per qizwhang review comment, remove...
larrywest 6ad1680
Issue 6355: update api/.../jwt_authn/.../README.md
larrywest 394fae4
Issue #6355: empty commit to trigger CircleCI
larrywest cea55d3
Issue #6355: another empty commit to trigger CircleCI
larrywest 07b2976
Issue #6355: change input param from const& to const
larrywest 1ea97c9
Issue #6355: change test object initialization
larrywest e5f735b
Issue #6355: auto-fix style
larrywest 152e124
Issue #6355: change input param from const to const&
larrywest 7f7ff1b
Issue #6355: pass string_view as recommended
larrywest 87bc5c2
Issue #6355: empty commit to trigger re-build
larrywest 4b89509
Mention enhancement of jwt_authn filter (PR#6384)
larrywest a3110c7
Fix to pass check_format.py
larrywest f9ee217
Merge branch 'master' of https://github.com/envoyproxy/envoy into iss…
larrywest 8f94bf7
Issue #6355: change version_history line to "jwt_authn:"
larrywest d752369
Issue #6355: remove 4 duplicated lines
larrywest File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like the other lines are irrelevant, can you merge master?
Also start the jwt line with
jwt_authn:, and sort please.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
BTW, line 82 has
tracing:in the midst of a fewupstream:lines.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ah thanks, we will fix that during the release process.