diff options
author | Keren Joseph <keren.joseph@amdocs.com> | 2018-04-22 15:22:46 +0300 |
---|---|---|
committer | Keren Joseph <keren.joseph@amdocs.com> | 2018-04-30 18:16:04 +0300 |
commit | 29f11ab7809f22cbcb6a2b245cd47e15f793a439 (patch) | |
tree | 0ab6b18ce1122e93e6066bf34c16c6a9b5b0686a /charts/aai-sparky-be/resources/config/sparky-ssl-config.properties | |
parent | b2767c2bf1869f20d2d70d2891d82be8f44e5e58 (diff) |
Updated AAI to latest images - sparky
- sparky configuration files are separated from image,
and are in the aai/test-config project.
AAI and OOM teams agreed that minimal configuration
will be added to the image eventually, but until then all files are mapped.
- a change in logback.xml was made to match the logback for
aai/test-config project file for search-data, in order to get the pod up and
running with minimal changes to app files.
Issue-ID: OOM-947
Change-Id: Ife863ccd50615f40c21a9c72e666d4ab14c6011e
Signed-off-by: Keren Joseph <keren.joseph@amdocs.com>
Signed-off-by: Karen Joseph <keren.joseph@amdocs.com>
Signed-off-by: Keren Joseph <keren.joseph@amdocs.com>
Diffstat (limited to 'charts/aai-sparky-be/resources/config/sparky-ssl-config.properties')
-rw-r--r-- | charts/aai-sparky-be/resources/config/sparky-ssl-config.properties | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/charts/aai-sparky-be/resources/config/sparky-ssl-config.properties b/charts/aai-sparky-be/resources/config/sparky-ssl-config.properties new file mode 100644 index 0000000..b9e5d16 --- /dev/null +++ b/charts/aai-sparky-be/resources/config/sparky-ssl-config.properties @@ -0,0 +1,3 @@ +server.port = 8000 +server.ssl.key-store=file:${CONFIG_HOME}/auth/tomcat_keystore +server.ssl.key-alias=tomcat
\ No newline at end of file |