From ff2317db56215b6b3f4d69a975a3c37823e9c391 Mon Sep 17 00:00:00 2001 From: Ram Krishna Verma Date: Wed, 16 Sep 2020 10:44:03 -0400 Subject: Remove base64 encoding of password from api Remove base64 encoding of db password from policy-api component. Issue-ID: POLICY-2550 Change-Id: If395896f88f56f0284187f23d90ec5e0252ea17f Signed-off-by: Ram Krishna Verma --- packages/policy-api-tarball/src/main/resources/etc/defaultConfig.json | 4 ++-- packages/policy-api-tarball/src/main/resources/etc/s3pConfig.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'packages/policy-api-tarball') diff --git a/packages/policy-api-tarball/src/main/resources/etc/defaultConfig.json b/packages/policy-api-tarball/src/main/resources/etc/defaultConfig.json index 997959f3..1ffc1d60 100644 --- a/packages/policy-api-tarball/src/main/resources/etc/defaultConfig.json +++ b/packages/policy-api-tarball/src/main/resources/etc/defaultConfig.json @@ -6,7 +6,7 @@ "userName": "healthcheck", "password": "zb!XztG34", "https": true, - "aaf": false + "aaf": false }, "databaseProviderParameters": { "name": "PolicyProviderParameterGroup", @@ -14,7 +14,7 @@ "databaseDriver": "org.mariadb.jdbc.Driver", "databaseUrl": "jdbc:mariadb://mariadb:3306/policyadmin", "databaseUser": "policy_user", - "databasePassword": "cG9saWN5X3VzZXI=", + "databasePassword": "policy_user", "persistenceUnit": "PolicyMariaDb" }, "preloadPolicyTypes": [ diff --git a/packages/policy-api-tarball/src/main/resources/etc/s3pConfig.json b/packages/policy-api-tarball/src/main/resources/etc/s3pConfig.json index 997959f3..1ffc1d60 100644 --- a/packages/policy-api-tarball/src/main/resources/etc/s3pConfig.json +++ b/packages/policy-api-tarball/src/main/resources/etc/s3pConfig.json @@ -6,7 +6,7 @@ "userName": "healthcheck", "password": "zb!XztG34", "https": true, - "aaf": false + "aaf": false }, "databaseProviderParameters": { "name": "PolicyProviderParameterGroup", @@ -14,7 +14,7 @@ "databaseDriver": "org.mariadb.jdbc.Driver", "databaseUrl": "jdbc:mariadb://mariadb:3306/policyadmin", "databaseUser": "policy_user", - "databasePassword": "cG9saWN5X3VzZXI=", + "databasePassword": "policy_user", "persistenceUnit": "PolicyMariaDb" }, "preloadPolicyTypes": [ -- cgit 1.2.3-korg