-
Notifications
You must be signed in to change notification settings - Fork 437
feat(jwt): add local JWKS support for token validation #5670
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
Conversation
8f4525b
to
76ae9c6
Compare
5b44cee
to
89ff489
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #5670 +/- ##
==========================================
- Coverage 65.21% 65.20% -0.02%
==========================================
Files 214 214
Lines 34321 34426 +105
==========================================
+ Hits 22384 22446 +62
- Misses 10584 10626 +42
- Partials 1353 1354 +1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
2d9957d
to
4960b92
Compare
dc81c63
to
54a2ebc
Compare
Signed-off-by: Huabing (Robin) Zhao <[email protected]>
Co-authored-by: Arko Dasgupta <[email protected]> Signed-off-by: Huabing (Robin) Zhao <[email protected]>
Signed-off-by: Huabing (Robin) Zhao <[email protected]>
Signed-off-by: Huabing (Robin) Zhao <[email protected]>
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.
LGTM thanks !
This PR allows using an inline string or a ConfigMap to specify the JWKS for token validation in the
JWT
section of aSecurityPolicy
.implements: #2419
Release note: yes.