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
1 changed files with 1 additions and 1 deletions

View File

@ -352,7 +352,7 @@ common_opts = [
'behalf of the user. This option is ignored.'
),
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 '
'prior to Victoria.',
deprecated_for_removal=True,