diff --git a/internal/auth/jwt.go b/internal/auth/jwt.go index 09e12e4..8df7017 100644 --- a/internal/auth/jwt.go +++ b/internal/auth/jwt.go @@ -92,7 +92,7 @@ func (ja *JWTAuthenticator) Init(auth *Authentication, conf interface{}) error { } } else { ja.publicKeyCrossLogin = nil - log.Warn("environment variable 'CROSS_LOGIN_JWT_PUBLIC_KEY' not set (cross login token based authentication will not work)") + log.Debug("environment variable 'CROSS_LOGIN_JWT_PUBLIC_KEY' not set (cross login token based authentication will not work)") } return nil