Added secret flag to oslo config params
Change-Id: I79faeec3ec72747686a899eea097cac7919ce0cc
This commit is contained in:
@@ -30,7 +30,8 @@ p11_crypto_plugin_opts = [
|
||||
cfg.StrOpt('library_path',
|
||||
help=u._('Path to vendor PKCS11 library')),
|
||||
cfg.StrOpt('login',
|
||||
help=u._('Password to login to PKCS11 session')),
|
||||
help=u._('Password to login to PKCS11 session'),
|
||||
secret=True),
|
||||
cfg.StrOpt('mkek_label',
|
||||
help=u._('Master KEK label (used in the HSM)')),
|
||||
cfg.IntOpt('mkek_length',
|
||||
|
||||
Reference in New Issue
Block a user