From 93722f9202d0f487dd1aceb2f40e88dd8f5f128c Mon Sep 17 00:00:00 2001 From: Shadi Haidar Date: Thu, 6 Feb 2020 10:48:20 -0500 Subject: Get keyStorePassword from file Instead of storing actual passsword in config file's keyStorePassword get the path to the password file from keyStorePassword and create a new config file with actual password in keyStorePassword then continue with normal application startup This also has bug fix for log errors per DCAEGEN2-2086; where logs dir and files are not getting created due to inventory user not having permissions to create dir/logs under /opt/logs/ Issue-ID: DCAEGEN2-2017 Issue-ID: DCAEGEN2-2086 Signed-off-by: Shadi Haidar Change-Id: I45b5867e9f73b9355c0fa2a0be18cf610291511d Signed-off-by: Shadi Haidar --- pom.xml | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index b1071ec..a25e0a9 100644 --- a/pom.xml +++ b/pom.xml @@ -1,7 +1,7 @@ @@ -198,7 +198,7 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property. com.google.guava guava - + 19.0 org.glassfish.jersey.media @@ -211,6 +211,11 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property. 4.12 test + + org.json + json + 20131018 + org.mockito mockito-all @@ -353,6 +358,8 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property. addgroup -S inventory adduser -S -G inventory inventory + mkdir -p /opt/logs + chown -R inventory:inventory /opt ["java", "-jar", "/opt/${project.build.finalName}.jar", "server"] -- cgit 1.2.3-korg