[cache] memcache_password should be secret

... because the parameter accepts a password in plain text.

Change-Id: I97df7068cc06c88d9a9adba032a2186a301d7777
This commit is contained in:
Takashi Kajinami 2023-03-23 00:49:08 +09:00
parent e8da407874
commit 790fb9391f
1 changed files with 1 additions and 0 deletions

View File

@ -126,6 +126,7 @@ FILE_OPTIONS = {
help='the user name for the memcached which SASL enabled'),
cfg.StrOpt('memcache_password',
default='',
secret=True,
help='the password for the memcached which SASL enabled'),
cfg.BoolOpt('tls_enabled',
default=False,