This is an automated email from the ASF dual-hosted git repository.
pvillard pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/nifi.git
The following commit(s) were added to refs/heads/main by this push:
new cfee993c12 NIFI-11280 Updated system-tests Sensitive Properties
Algorithm
cfee993c12 is described below
commit cfee993c1262924a7c6a0b89984fdcd8f97f19bd
Author: exceptionfactory <[email protected]>
AuthorDate: Mon Mar 13 14:11:12 2023 -0500
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 <[email protected]>
This closes #7041.
---
.../src/test/resources/conf/clustered/node1/nifi.properties | 2 +-
.../src/test/resources/conf/clustered/node2/nifi.properties | 2 +-
.../src/test/resources/conf/default/nifi.properties | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git
a/nifi-system-tests/nifi-system-test-suite/src/test/resources/conf/clustered/node1/nifi.properties
b/nifi-system-tests/nifi-system-test-suite/src/test/resources/conf/clustered/node1/nifi.properties
index 049ac178ef..a3db15232b 100644
---
a/nifi-system-tests/nifi-system-test-suite/src/test/resources/conf/clustered/node1/nifi.properties
+++
b/nifi-system-tests/nifi-system-test-suite/src/test/resources/conf/clustered/node1/nifi.properties
@@ -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
diff --git
a/nifi-system-tests/nifi-system-test-suite/src/test/resources/conf/clustered/node2/nifi.properties
b/nifi-system-tests/nifi-system-test-suite/src/test/resources/conf/clustered/node2/nifi.properties
index 4b7f644058..915294acfe 100644
---
a/nifi-system-tests/nifi-system-test-suite/src/test/resources/conf/clustered/node2/nifi.properties
+++
b/nifi-system-tests/nifi-system-test-suite/src/test/resources/conf/clustered/node2/nifi.properties
@@ -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
diff --git
a/nifi-system-tests/nifi-system-test-suite/src/test/resources/conf/default/nifi.properties
b/nifi-system-tests/nifi-system-test-suite/src/test/resources/conf/default/nifi.properties
index 222206984e..b9bd2bcfff 100644
---
a/nifi-system-tests/nifi-system-test-suite/src/test/resources/conf/default/nifi.properties
+++
b/nifi-system-tests/nifi-system-test-suite/src/test/resources/conf/default/nifi.properties
@@ -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