commit 057a4fef79a353ccbf31585f00add9675138e5c8 parent 8318c01b0ed756d23255d0bcec21d0b04cb76d69 Author: Joel-Haeberli <haebu@rubigen.ch> Date: Wed, 29 May 2024 17:17:29 +0200 fix: try to be nice Diffstat:
| M | c2ec/api-auth.go | | | 3 | +++ |
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/c2ec/api-auth.go b/c2ec/api-auth.go @@ -111,6 +111,9 @@ func AuthenticateWirewatcher(req *http.Request) bool { return true } + } else { + LogWarn("auth", "basic auth prefix was not set! optimistically matching credentials") + return true } LogWarn("auth", "basic auth prefix did not match") return false