Mention enhancement of jwt_authn filter (PR#6384)#6473
Closed
larrywest wants to merge 2 commits intoenvoyproxy:masterfrom
Closed
Mention enhancement of jwt_authn filter (PR#6384)#6473larrywest wants to merge 2 commits intoenvoyproxy:masterfrom
larrywest wants to merge 2 commits intoenvoyproxy:masterfrom
Conversation
See Issue envoyproxy#6355 Signed-off-by: Larry West <Larry_West@intuit.com>
first token must be alphabetic, no "/". Signed-off-by: Larry West <Larry_West@intuit.com>
lizan
reviewed
Apr 3, 2019
| * http: added :ref:`max request headers size <envoy_api_field_config.filter.network.http_connection_manager.v2.HttpConnectionManager.max_request_headers_kb>`. The default behaviour is unchanged. | ||
| * http: added modifyDecodingBuffer/modifyEncodingBuffer to allow modifying the buffered request/response data. | ||
| * http: added encodeComplete/decodeComplete. These are invoked at the end of the stream, after all data has been encoded/decoded respectively. Default implementation is a no-op. | ||
| * http: make jwt_authn parsing of JWT more flexible, allowing syntax like ``jwt=eyJhbGciOiJS...ZFnFIw,extra=7,realm=123`` |
Member
There was a problem hiding this comment.
should be starting with jwt_authn:
Member
|
Can you add the line in PR #6384 directly? |
Contributor
Author
|
Yes, done in PR #6384 just now. |
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.
See Issue #6355
Description: add a line to the version history for PR #6384
Risk Level: zero, for this line of text
Testing: not applicable
Docs Changes: in original PR
Release Notes: yes
Fixes: #6355 (in PR #6384)