Merge "The backup_aes_cbc_key option should be secret"

This commit is contained in:
Zuul 2024-01-25 08:37:52 +00:00 committed by Gerrit Code Review
commit c179534ba9

View File

@ -352,7 +352,7 @@ common_opts = [
'behalf of the user. This option is ignored.' 'behalf of the user. This option is ignored.'
), ),
cfg.StrOpt( cfg.StrOpt(
'backup_aes_cbc_key', default='', 'backup_aes_cbc_key', default='', secret=True,
help='Default OpenSSL aes_cbc key for decrypting backup data created ' help='Default OpenSSL aes_cbc key for decrypting backup data created '
'prior to Victoria.', 'prior to Victoria.',
deprecated_for_removal=True, deprecated_for_removal=True,