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:
Takashi Kajinami 2024-04-22 15:29:00 +09:00
parent d68aea2ebe
commit 623949bfae
1 changed files with 1 additions and 0 deletions

View File

@ -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',