summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--osprofiler/opts.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/osprofiler/opts.py b/osprofiler/opts.py
index 58d5806..af8d4c4 100644
--- a/osprofiler/opts.py
+++ b/osprofiler/opts.py
@@ -67,6 +67,7 @@ Possible values:
_hmac_keys_opt = cfg.StrOpt(
"hmac_keys",
default="SECRET_KEY",
+ secret=True,
help="""
Secret key(s) to use for encrypting context data for performance profiling.