Get keyStorePassword from file 53/101253/5
authorShadi Haidar <sh1986@att.com>
Thu, 6 Feb 2020 15:48:20 +0000 (10:48 -0500)
committerShadi Haidar <sh1986@att.com>
Tue, 18 Feb 2020 17:15:44 +0000 (12:15 -0500)
commit93722f9202d0f487dd1aceb2f40e88dd8f5f128c
treec8abf2c2fbac1b008a0e77103968f764d7fa9084
parent93aec8271137e65101063d5d666c62d1e70109c8
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 <sh1986@att.com>
Change-Id: I45b5867e9f73b9355c0fa2a0be18cf610291511d
Signed-off-by: Shadi Haidar <sh1986@att.com>
pom.xml
src/main/java/org/onap/dcae/inventory/InventoryApplication.java
src/test/java/org/onap/dcae/inventory/InventoryApplicationTest.java
version.properties