-
Notifications
You must be signed in to change notification settings - Fork 371
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: implement API Key Auth security policy #4986
Conversation
7da88c9
to
ab9eb56
Compare
999022c
to
46d4f6a
Compare
E2e test passed on my local and opened the PR for the review. |
46d4f6a
to
47fed4a
Compare
d7139e3
to
eabdd76
Compare
eb7be82
to
551d0e6
Compare
f4d8fad
to
6ece2e9
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #4986 +/- ##
==========================================
- Coverage 66.75% 66.68% -0.08%
==========================================
Files 209 210 +1
Lines 32409 32609 +200
==========================================
+ Hits 21636 21744 +108
- Misses 9468 9548 +80
- Partials 1305 1317 +12 ☔ View full report in Codecov by Sentry. |
8527213
to
3568426
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 thanks !
ptal @zhaohuabing |
@sanposhiho looks like the e2e is failing consistently |
Yeah, sorry for that. I'll look into it in this weekend. |
16cc07e
to
73ec9a1
Compare
700e685
to
6070814
Compare
@sanposhiho can you rebase master and rerun |
Signed-off-by: Kensei Nakada <[email protected]>
Signed-off-by: Kensei Nakada <[email protected]>
Signed-off-by: Kensei Nakada <[email protected]>
Signed-off-by: Kensei Nakada <[email protected]>
Signed-off-by: Kensei Nakada <[email protected]>
Signed-off-by: Kensei Nakada <[email protected]>
Signed-off-by: Kensei Nakada <[email protected]>
Signed-off-by: Kensei Nakada <[email protected]>
Signed-off-by: Kensei Nakada <[email protected]>
Signed-off-by: Kensei Nakada <[email protected]>
Signed-off-by: Kensei Nakada <[email protected]>
Signed-off-by: Kensei Nakada <[email protected]>
Signed-off-by: Kensei Nakada <[email protected]>
Signed-off-by: Kensei Nakada <[email protected]>
6070814
to
b22453a
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 thanks!
What type of PR is this?
What this PR does / why we need it:
implement API Key Auth security policy.
Which issue(s) this PR fixes:
Fixes #2630
Release Notes: Yes