diff --git a/pkg/api/authn.go b/pkg/api/authn.go index 371c2927..124c13cf 100644 --- a/pkg/api/authn.go +++ b/pkg/api/authn.go @@ -636,7 +636,7 @@ func bearerAuthHandler(ctlr *Controller) mux.MiddlewareFunc { ctlr.Log.Debug().Msg("no bearer token provided") } else { // Bearer token provided but authentication failed - ctlr.Log.Error().Msg("bearer authentication failed") + ctlr.Log.Error().Msg("failed to authenticate with bearer token") } response.Header().Set("Content-Type", "application/json")