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
(cherry picked from commit 37a036672e)
(cherry picked from commit 7ef3304b12)
This commit is contained in:
David Hill 2018-12-03 14:39:51 -05:00 committed by Lee Yarwood
parent f7cceecd53
commit 33dc9f7bbd
1 changed files with 1 additions and 0 deletions

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.