Add secret=true to fixed_key configuration parameter

Add secret=true to fixed_key configuration parameter as that value
shouldn't be logged.

Change-Id: Ie6da21e8680b2deb6b1da3add31cd725ba855c1c
Closes-Bug: #1806471
This commit is contained in:
David Hill
2018-12-03 14:39:51 -05:00
parent 1e8c2c0dcb
commit 37a036672e

View File

@ -27,6 +27,7 @@ key_manager_opts = [
cfg.StrOpt(
'fixed_key',
deprecated_group='keymgr',
secret=True,
help="""
Fixed key returned by key manager, specified in hex.