diff options
author | mark.j.leonard <mark.j.leonard@gmail.com> | 2018-04-06 17:20:11 +0100 |
---|---|---|
committer | mark.j.leonard <mark.j.leonard@gmail.com> | 2018-04-06 17:37:24 +0100 |
commit | c2e36b3d3bd5b150328dde2dd990350a02a2a70c (patch) | |
tree | e9c7a15412e94f2d41de9e706c397e745c9ae315 /bundleconfig-local/etc | |
parent | 66b3afa06776e9944ad515206d281d67747c9770 (diff) |
Ensure that all properties are passed on start-up
The System Properties KEY_STORE_PASSWORD and KEY_MANAGER_PASSWORD are
now read from the environment and written to the configured system
properties file. This prevents an error within AJSC on startup.
Issue-ID: AAI-1006
Change-Id: Ie92cff0a24352ef162d25dd6d60c75f23d6bdfd7
Signed-off-by: mark.j.leonard <mark.j.leonard@gmail.com>
Diffstat (limited to 'bundleconfig-local/etc')
-rw-r--r-- | bundleconfig-local/etc/sysprops/sys-props.properties | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/bundleconfig-local/etc/sysprops/sys-props.properties b/bundleconfig-local/etc/sysprops/sys-props.properties index d8480b8..cce76a1 100644 --- a/bundleconfig-local/etc/sysprops/sys-props.properties +++ b/bundleconfig-local/etc/sysprops/sys-props.properties @@ -130,4 +130,6 @@ RESTLET_COMPONENT_REUSE_ADDRESS=true #AJSC_EXTERNAL_PROPERTIES_FOLDERS=__basedir__/ajsc-shared-config/etc #End of AJSC System Properties -#Service System Properties. Please, place any Service related System Properties below.
\ No newline at end of file +#Service System Properties. Please, place any Service related System Properties below. +KEY_STORE_PASSWORD= +KEY_MANAGER_PASSWORD= |