diff options
author | Shadi Haidar <sh1986@att.com> | 2020-02-06 10:48:20 -0500 |
---|---|---|
committer | Shadi Haidar <sh1986@att.com> | 2020-02-18 12:15:44 -0500 |
commit | 93722f9202d0f487dd1aceb2f40e88dd8f5f128c (patch) | |
tree | c8abf2c2fbac1b008a0e77103968f764d7fa9084 /version.properties | |
parent | 93aec8271137e65101063d5d666c62d1e70109c8 (diff) |
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>
Diffstat (limited to 'version.properties')
-rw-r--r-- | version.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/version.properties b/version.properties index 1ba9fb5..5a6199f 100644 --- a/version.properties +++ b/version.properties @@ -3,7 +3,7 @@ # because they are used in Jenkins, whose plug-in doesn't support major=3 minor=4 -patch=0 +patch=1 base_version=${major}.${minor}.${patch} # Release must be completed with git revision # in Jenkins |