-
Notifications
You must be signed in to change notification settings - Fork 225
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: dont require auth for healthchecks #2350
Conversation
Uffizzi Preview |
Codecov Report
@@ Coverage Diff @@
## release/1.30 #2350 +/- ##
===============================================
Coverage ? 70.81%
===============================================
Files ? 78
Lines ? 7442
Branches ? 0
===============================================
Hits ? 5270
Misses ? 1872
Partials ? 300 📣 Codecov offers a browser extension for seamless coverage viewing on GitHub. Try it in Chrome or Firefox today! |
819d085
to
37d0d5a
Compare
fixes: #2348
Config
Before
Healthcheck returns
401 Unauthorized
if auth is enabledAfter
Healtcheck returns
200 OK
even if auth is enabled