-
Notifications
You must be signed in to change notification settings - Fork 106
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
fix(routes): fix cors headers for api keys and logout route #1984
fix(routes): fix cors headers for api keys and logout route #1984
Conversation
d229166
to
85acfa0
Compare
Codecov Report
@@ Coverage Diff @@
## main #1984 +/- ##
==========================================
+ Coverage 90.13% 90.15% +0.02%
==========================================
Files 164 164
Lines 27649 27651 +2
==========================================
+ Hits 24921 24929 +8
+ Misses 2012 2008 -4
+ Partials 716 714 -2
... and 1 file with indirect coverage changes 📣 Codecov offers a browser extension for seamless coverage viewing on GitHub. Try it in Chrome or Firefox today! |
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.
tested zui hooked up to this branch and it seems to work
85acfa0
to
82734c8
Compare
82734c8
to
d148891
Compare
d148891
to
fc2465f
Compare
Signed-off-by: Petu Eusebiu <[email protected]>
fc2465f
to
d1ab72c
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
What type of PR is this?
Which issue does this PR fix:
What does this PR do / Why do we need it:
If an issue # is not available please add repro steps and logs showing the issue:
Testing done on this change:
Automation added to e2e:
Will this break upgrades or downgrades?
Does this PR introduce any user-facing change?:
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.