[profiler] hmac_key should be secret

... apparently because the parameter takes secret key(s) for data
encryption.

Change-Id: I76836aa2a99549b23174f1869cc09fbf0c30681b
This commit is contained in:
Takashi Kajinami 2023-03-23 00:53:37 +09:00
parent 4239bcaa56
commit 3c9e7d9aeb
1 changed files with 1 additions and 0 deletions

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.