]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
mgr/dashboard: remove token logging 47430/head
authorPere Diaz Bou <pdiazbou@redhat.com>
Tue, 2 Aug 2022 16:56:49 +0000 (18:56 +0200)
committerPere Diaz Bou <pdiazbou@redhat.com>
Wed, 3 Aug 2022 08:03:31 +0000 (10:03 +0200)
Signed-off-by: Pere Diaz Bou <pdiazbou@redhat.com>
(cherry picked from commit fdaf909fba0c399b8d9bbc3a29a5af871546d9d9)

src/pybind/mgr/dashboard/services/auth.py

index 76ee740b1a73a8347fcff0f278e3d495a98a07c2..8ae897cebd8d4997116c01672a4a7c3cc76df15b 100644 (file)
@@ -178,7 +178,6 @@ class AuthManagerTool(cherrypy.Tool):
     def _check_authentication(self):
         JwtManager.reset_user()
         token = JwtManager.get_token_from_header()
-        self.logger.debug("token: %s", token)
         if token:
             user = JwtManager.get_user(token)
             if user: