summaryrefslogtreecommitdiff
path: root/oslo_context/context.py
diff options
context:
space:
mode:
Diffstat (limited to 'oslo_context/context.py')
-rw-r--r--oslo_context/context.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/oslo_context/context.py b/oslo_context/context.py
index 5e38452..172d8ca 100644
--- a/oslo_context/context.py
+++ b/oslo_context/context.py
@@ -368,7 +368,7 @@ class RequestContext(object):
if self.auth_token:
# NOTE(jaosorior): Gotta obfuscate the token since this dict is
# meant for logging and we shouldn't leak it.
- values['auth_token'] = '***'
+ values['auth_token'] = '***' # nosec
else:
values['auth_token'] = None
# NOTE(bnemec: auth_token_info isn't defined in oslo.context, but it's