Merge "[profiler] hmac_key should be secret"

This commit is contained in:
Zuul 2023-03-31 13:20:32 +00:00 committed by Gerrit Code Review
commit 4f3eaa411c

View File

@ -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.