-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Add Jwt cache. #14341
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
Merged
Add Jwt cache. #14341
Changes from all commits
Commits
Show all changes
64 commits
Select commit
Hold shift + click to select a range
4bf0213
Add Jwt cache.
07e3923
Fixed comments and updated config proto.
e89cf2c
Suppressed unused parameter.
6c5e822
Fixed CI.
23d6b6b
Merge remote-tracking branch 'upstream/master' into jwt-cache
0d70dd7
Updated jwt_verify_lib release.
433e4c8
Merge remote-tracking branch 'upstream/master' into jwt-cache
35383c3
Resolved comments.
4d92197
Added token_cache_size.
6d9cbac
Updated config for JwtProvider
4d27b57
Fixed comments.
742220e
Fix.
883de98
Merge remote-tracking branch 'upstream/main' into jwt-cache
ac891a6
Fixed CI.
d69df58
Fix comments.
eacfbc3
Fixed release call.
1335cf6
Fixed memory release.
c8efe0e
Fixed windows CI.
9875c74
Fixed release metadata.
26b94cb
Redesigned Jwt Cache.
11e4057
fix
1f36422
fix
8964983
fix
8a3cb9c
fix
a2a31e5
fix.
a52ec67
Merge remote-tracking branch 'upstream/main' into jwt-cache
bb42b8d
Added release docs.
04335c7
fix
cfcd530
fix docs warning
f33850d
fix clang-tidy
e11c695
Update tests
qiwzhang c18856c
Merge remote-tracking branch 'upstream/main' into jwt-cache
b986895
fix docs.
3460ec0
fix format
ef3ad74
fix clang-tidy
3b95eee
Moved JwtCache in ThreadLocalCache
ca3cbee
fix
3d47511
fix
e13209e
Merge branch 'main' into jwt-cache
b96dc33
Merge remote-tracking branch 'upstream/main' into jwt-cache
8a175d5
fix
9419ddf
Merge remote-tracking branch 'upstream/main' into jwt-cache
7ac42c0
Merge branch 'main' into jwt-cache
07d45bb
Merge branch 'main' into jwt-cache
d0e83f2
Removed new line.
3f7c0c4
Resolved merge conflict.
45d3132
fixed CI.
13cb2b5
Merge remote-tracking branch 'upstream/main' into jwt-cache
f5fb8a4
fixed CI.
3e7768d
fix
17fe231
fix api docs
5372efd
Added 4KiB limit for JWT size
a1d3c72
fix style.
4f7caeb
Added JwtCacheConfig.
e4ceaac
Improve api
783c207
Merge remote-tracking branch 'upstream/main' into jwt-cache
a583ba7
fix
1de642f
Merge branch 'main' into jwt-cache
45f7298
fix rst
fd2f636
fix protos
a23bf86
fix test
4989b45
fix
25f366a
Merge remote-tracking branch 'upstream/main' into jwt-cache
efb4bb6
fix
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
15 changes: 14 additions & 1 deletion
15
api/envoy/extensions/filters/http/jwt_authn/v4alpha/config.proto
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
12 changes: 11 additions & 1 deletion
12
generated_api_shadow/envoy/extensions/filters/http/jwt_authn/v3/config.proto
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
15 changes: 14 additions & 1 deletion
15
generated_api_shadow/envoy/extensions/filters/http/jwt_authn/v4alpha/config.proto
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.