-
Notifications
You must be signed in to change notification settings - Fork 485
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: Add key-related APIs in security-proxy-auth #5039
Conversation
Codecov ReportAttention: Patch coverage is
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## main #5039 +/- ##
==========================================
+ Coverage 27.71% 28.11% +0.39%
==========================================
Files 245 256 +11
Lines 18197 18462 +265
==========================================
+ Hits 5044 5191 +147
- Misses 11998 12071 +73
- Partials 1155 1200 +45 ☔ View full report in Codecov by Sentry. |
6eb01cb
to
48ba4ff
Compare
48ba4ff
to
470e743
Compare
c733673
to
7438f0a
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.
LGTM
Resolves edgexfoundry#5038. Add key-related APIs in security-proxy-auth to enable support for external JWT verification. Signed-off-by: Lindsey Cheng <beckysocute@gmail.com>
7438f0a
to
c38af36
Compare
Quality Gate passedIssues Measures |
Resolves #5038. Add key-related APIs in security-proxy-auth to enable support for external JWT verification.
If your build fails due to your commit message not passing the build checks, please review the guidelines here: https://github.com/edgexfoundry/edgex-go/blob/main/.github/Contributing.md
PR Checklist
Please check if your PR fulfills the following requirements:
BREAKING CHANGE:
describing the break)Testing Instructions
New Dependency Instructions (If applicable)