Merge "[profiler] hmac_key should be secret"
This commit is contained in:
@@ -67,6 +67,7 @@ Possible values:
|
|||||||
_hmac_keys_opt = cfg.StrOpt(
|
_hmac_keys_opt = cfg.StrOpt(
|
||||||
"hmac_keys",
|
"hmac_keys",
|
||||||
default="SECRET_KEY",
|
default="SECRET_KEY",
|
||||||
|
secret=True,
|
||||||
help="""
|
help="""
|
||||||
Secret key(s) to use for encrypting context data for performance profiling.
|
Secret key(s) to use for encrypting context data for performance profiling.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user