diff --git a/keystone/common/config.py b/keystone/common/config.py index ebc1c2fa77..7a8c385a34 100644 --- a/keystone/common/config.py +++ b/keystone/common/config.py @@ -326,7 +326,7 @@ FILE_OPTIONS = { 'deployments. Small workloads (single process) ' 'like devstack can use the dogpile.cache.memory ' 'backend.'), - cfg.MultiStrOpt('backend_argument', default=[], + cfg.MultiStrOpt('backend_argument', default=[], secret=True, help='Arguments supplied to the backend module. ' 'Specify this option once per argument to be ' 'passed to the dogpile.cache backend. Example '