-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Skip SSPI authentication attempts for /api/internal #12556
Skip SSPI authentication attempts for /api/internal #12556
Conversation
SSPI fails badly on authentication attempts to /api/internal which it can never succesfully authenticate. Fix go-gitea#11260 Signed-off-by: Andrew Thornton <art27@cantab.net>
Grr golangci-lint the code is not unused it's just only used on a Windows variant!! |
Codecov Report
@@ Coverage Diff @@
## master #12556 +/- ##
==========================================
- Coverage 43.44% 43.42% -0.03%
==========================================
Files 643 643
Lines 71155 71157 +2
==========================================
- Hits 30915 30901 -14
- Misses 35235 35247 +12
- Partials 5005 5009 +4
Continue to review full report at Codecov.
|
Please send backport |
Oh I think I have a few waiting ... |
Backport go-gitea#12556 SSPI fails badly on authentication attempts to /api/internal which it can never succesfully authenticate. Fix go-gitea#11260 Signed-off-by: Andrew Thornton <art27@cantab.net>
SSPI fails badly on authentication attempts to /api/internal which
it can never succesfully authenticate.
Fix #11260
Signed-off-by: Andrew Thornton art27@cantab.net