The backup_aes_cbc_key option should be secret

This option takes a plain key data.

Change-Id: Ic8a438632ea93da93807c37374eee3b48d06f2d2
This commit is contained in:
Takashi Kajinami 2024-01-13 01:03:50 +09:00
parent 69cfc9b081
commit 56c25337a6

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,