Merge "Ensure [molds] password is not logged"

This commit is contained in:
Zuul 2024-04-26 15:19:20 +00:00 committed by Gerrit Code Review
commit cd489983de
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',