Remove base64 encoding of password from pap 52/112752/5
authorRam Krishna Verma <ram_krishna.verma@bell.ca>
Wed, 16 Sep 2020 14:53:17 +0000 (10:53 -0400)
committerRam Krishna Verma <ram_krishna.verma@bell.ca>
Wed, 16 Sep 2020 18:18:05 +0000 (14:18 -0400)
Remove base64 encoding of db password from pap configuration.

Issue-ID: POLICY-2550
Change-Id: I08f25adbe75b9573ed58424d142895eb8353b3f0
Signed-off-by: Ram Krishna Verma <ram_krishna.verma@bell.ca>
packages/policy-pap-tarball/src/main/resources/etc/defaultConfig.json
pom.xml
testsuites/stability/src/main/resources/papsetup/config/pap/etc/defaultConfig.json

index e1e0672..f0bee8a 100644 (file)
@@ -25,7 +25,7 @@
         "databaseDriver": "org.mariadb.jdbc.Driver",
         "databaseUrl": "jdbc:mariadb://mariadb:3306/policyadmin",
         "databaseUser": "policy_user",
-        "databasePassword": "cG9saWN5X3VzZXI=",
+        "databasePassword": "policy_user",
         "persistenceUnit": "PolicyMariaDb"
     },
     "topicParameterGroup": {
diff --git a/pom.xml b/pom.xml
index a1c36b8..a0f841f 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -4,6 +4,7 @@
   ================================================================================
   Copyright (C) 2017-2020 AT&T Intellectual Property. All rights reserved.
   Copyright (C) 2019 Nordix Foundation.
+  Modifications Copyright (C) 2020 Bell Canada. All rights reserved.
   ================================================================================
   Licensed under the Apache License, Version 2.0 (the "License");
   you may not use this file except in compliance with the License.
@@ -41,7 +42,7 @@
 
     <properties>
         <policy.common.version>1.7.1</policy.common.version>
-        <policy.models.version>2.3.1</policy.models.version>
+        <policy.models.version>2.3.2-SNAPSHOT</policy.models.version>
     </properties>
 
     <modules>
index aca21fe..4af2f5d 100644 (file)
@@ -25,7 +25,7 @@
         "databaseDriver": "org.mariadb.jdbc.Driver",
         "databaseUrl": "jdbc:mariadb://mariadb:3306/policyadmin",
         "databaseUser": "policy_user",
-        "databasePassword": "cG9saWN5X3VzZXI=",
+        "databasePassword": "policy_user",
         "persistenceUnit": "PolicyMariaDb"
     },
     "topicParameterGroup": {