NIFI-11280 Updated system-tests Sensitive Properties Algorithm

- Updated algorithm from PBEWITHMD5AND256BITAES-CBC-OPENSSL to NIFI_PBKDF2_AES_GCM_256

Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>

This closes #7041.
This commit is contained in:
exceptionfactory 2023-03-13 14:11:12 -05:00 committed by Pierre Villard
parent 5436c02af0
commit e941a30b32
No known key found for this signature in database
GPG Key ID: F92A93B30C07C6D5
3 changed files with 3 additions and 3 deletions

View File

@ -143,7 +143,7 @@ nifi.web.proxy.host=
# security properties #
nifi.sensitive.props.key=nifi-system-tests
nifi.sensitive.props.key.protected=
nifi.sensitive.props.algorithm=PBEWITHMD5AND256BITAES-CBC-OPENSSL
nifi.sensitive.props.algorithm=NIFI_PBKDF2_AES_GCM_256
nifi.sensitive.props.additional.keys=
nifi.security.keystore=certs/keystore.p12

View File

@ -143,7 +143,7 @@ nifi.web.proxy.host=
# security properties #
nifi.sensitive.props.key=nifi-system-tests
nifi.sensitive.props.key.protected=
nifi.sensitive.props.algorithm=PBEWITHMD5AND256BITAES-CBC-OPENSSL
nifi.sensitive.props.algorithm=NIFI_PBKDF2_AES_GCM_256
nifi.sensitive.props.additional.keys=
nifi.security.keystore=certs/keystore.p12

View File

@ -144,7 +144,7 @@ nifi.web.proxy.host=
# security properties #
nifi.sensitive.props.key=nifi-system-tests
nifi.sensitive.props.key.protected=
nifi.sensitive.props.algorithm=PBEWITHMD5AND256BITAES-CBC-OPENSSL
nifi.sensitive.props.algorithm=NIFI_PBKDF2_AES_GCM_256
nifi.sensitive.props.additional.keys=
nifi.security.keystore=certs/keystore.p12