Browse Source

chore(auth): explicitly log challenge and response for debugging (#69148)

Cathy Teng 11 months ago
parent
commit
d5b34568d9
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/sentry/api/endpoints/auth_index.py

+ 0 - 1
src/sentry/api/endpoints/auth_index.py

@@ -140,7 +140,6 @@ class AuthIndexEndpoint(BaseAuthIndexEndpoint):
         logger.info(
             "auth-index.validate_superuser",
             extra={
-                "validator": validator,
                 "user": request.user.id,
                 "raise_exception": not DISABLE_SSO_CHECK_FOR_LOCAL_DEV,
                 "verify_authenticator": verify_authenticator,