From: Pere Diaz Bou Date: Tue, 2 Aug 2022 16:56:49 +0000 (+0200) Subject: mgr/dashboard: remove token logging X-Git-Tag: v16.2.11~408^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F47431%2Fhead;p=ceph.git mgr/dashboard: remove token logging Signed-off-by: Pere Diaz Bou (cherry picked from commit fdaf909fba0c399b8d9bbc3a29a5af871546d9d9) --- diff --git a/src/pybind/mgr/dashboard/services/auth.py b/src/pybind/mgr/dashboard/services/auth.py index 55436afb6ad3..fc883f05524c 100644 --- a/src/pybind/mgr/dashboard/services/auth.py +++ b/src/pybind/mgr/dashboard/services/auth.py @@ -179,7 +179,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: