-
Notifications
You must be signed in to change notification settings - Fork 366
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
chore: relax https for jwks #2328
Conversation
fac185f
to
0b00588
Compare
Signed-off-by: huabing zhao <[email protected]>
0b00588
to
fc36b2b
Compare
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #2328 +/- ##
==========================================
+ Coverage 64.71% 64.73% +0.01%
==========================================
Files 113 113
Lines 16557 16565 +8
==========================================
+ Hits 10715 10723 +8
+ Misses 5168 5167 -1
- Partials 674 675 +1 ☔ View full report in Codecov by Sentry. |
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
/retest |
Signed-off-by: huabing zhao <[email protected]>
Signed-off-by: huabing 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 @zhaohuabing!
internal/xds/translator/testdata/in/xds-ir/jwt-multi-route-multi-provider.yaml
Outdated
Show resolved
Hide resolved
internal/xds/translator/testdata/in/xds-ir/jwt-multi-route-multi-provider.yaml
Outdated
Show resolved
Hide resolved
Signed-off-by: huabing zhao <[email protected]>
5979f5e
to
e62546f
Compare
This PR relaxes https scheme restriction for JWKS.
Related: #2327