Ensure [molds] password is not logged
The [molds] password option accepts a secret value apparently. So its value should not appear in debug logs. Change-Id: If8a54c1d4f74516f1c24f7286e76955b2e424f5c
This commit is contained in:
parent
d68aea2ebe
commit
623949bfae
@ -24,6 +24,7 @@ opts = [
|
||||
cfg.StrOpt('user',
|
||||
help=_('User for "http" Basic auth. By default set empty.')),
|
||||
cfg.StrOpt('password',
|
||||
secret=True,
|
||||
help=_('Password for "http" Basic auth. By default set '
|
||||
'empty.')),
|
||||
cfg.IntOpt('retry_attempts',
|
||||
|
Loading…
Reference in New Issue
Block a user