We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2272744 commit 6d375d7Copy full SHA for 6d375d7
gateway/middleware.go
@@ -36,7 +36,7 @@ func (a Authentication) Wrap(next http.Handler) http.Handler {
36
if ok {
37
next.ServeHTTP(sr, r)
38
} else {
39
- logrus.Infof("No valid tenant credentials are found")
+ logrus.Debugf("No valid tenant credentials are found")
40
sr.Header().Set("WWW-Authenticate", `Basic realm="Restricted"`)
41
http.Error(sr, "Unauthorized", http.StatusUnauthorized)
42
}
0 commit comments