-
Notifications
You must be signed in to change notification settings - Fork 365
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
feat: support BackendCluster for Remote JWKS #5011
base: main
Are you sure you want to change the base?
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #5011 +/- ##
==========================================
- Coverage 66.78% 66.65% -0.13%
==========================================
Files 209 208 -1
Lines 32264 32300 +36
==========================================
- Hits 21547 21531 -16
- Misses 9421 9460 +39
- Partials 1296 1309 +13 ☔ View full report in Codecov by Sentry. |
00cf16b
to
2a68252
Compare
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.
SecuritcyPolicy
validation has been moved from the xds translation to the API translation. This change allows validation errors to be caught earlier and reflected in the SecurityPolicy
status.
Signed-off-by: Huabing Zhao <[email protected]>
Signed-off-by: Huabing Zhao <[email protected]>
Signed-off-by: Huabing Zhao <[email protected]>
Signed-off-by: Huabing Zhao <[email protected]>
Signed-off-by: Huabing Zhao <[email protected]>
Signed-off-by: Huabing Zhao <[email protected]>
2a68252
to
9c6e27a
Compare
Signed-off-by: Huabing Zhao <[email protected]>
Signed-off-by: Huabing Zhao <[email protected]>
This PR introduces support for representing JWT remote JWKS as
Backend
resources. With this enhancement, users can:BackendTLSPolicy
to define a self-signed CA for the remote JWKSrmoteJWKS.backendSettings.retry
to sepecify the retry policy for the remote JWKSImplements: #3536
Release Notes: Yes