diff --git a/pkg/auth/authenticator.go b/pkg/auth/authenticator.go index 7d9faf6..04b2275 100644 --- a/pkg/auth/authenticator.go +++ b/pkg/auth/authenticator.go @@ -98,7 +98,6 @@ func (a *Authenticator) TestAccess(request *Request, wsvc WebservicesCacheEntry) return } } - reason = CerberusReasonOK return }