From a8b5619d61d083a6a04d4fc460122b3dbf73c0c1 Mon Sep 17 00:00:00 2001 From: Eddie Martinez Date: Fri, 22 Mar 2024 14:37:44 -0400 Subject: [PATCH] [BACKLOG-40034] Provide an ability to configure different modes available as part of AES encryption --- .../kettle-password-encoder-plugins.xml | 29 ++++++++++++++----- 1 file changed, 22 insertions(+), 7 deletions(-) diff --git a/assemblies/pentaho-war/src/main/webapp/WEB-INF/classes/kettle-password-encoder-plugins.xml b/assemblies/pentaho-war/src/main/webapp/WEB-INF/classes/kettle-password-encoder-plugins.xml index 3fa077d381f..e94f63fd1e7 100644 --- a/assemblies/pentaho-war/src/main/webapp/WEB-INF/classes/kettle-password-encoder-plugins.xml +++ b/assemblies/pentaho-war/src/main/webapp/WEB-INF/classes/kettle-password-encoder-plugins.xml @@ -2,14 +2,29 @@ Kettle Password Encoder - org.pentaho.support.encryption.KettleTwoWayPasswordEncoder + org.pentaho.support.encryption.KettleTwoWayPasswordEncoder + + + - + + + \ No newline at end of file