From f7ba091eb1bfe76eb5af29bc9815fd58b264cfd9 Mon Sep 17 00:00:00 2001 From: Jimmy Forsyth Date: Wed, 12 Sep 2018 10:56:08 -0400 Subject: Add babel trustStore and config to model-loader Issue-ID: AAI-1456 Change-Id: Ia5728e83230e9f9fe8f4ca692bb0bc3c21f23a3c Signed-off-by: Jimmy Forsyth --- .../resources/config/auth/tomcat_keystore | Bin 0 -> 2214 bytes .../resources/config/model-loader.properties | 2 ++ 2 files changed, 2 insertions(+) create mode 100644 charts/aai-modelloader/resources/config/auth/tomcat_keystore diff --git a/charts/aai-modelloader/resources/config/auth/tomcat_keystore b/charts/aai-modelloader/resources/config/auth/tomcat_keystore new file mode 100644 index 0000000..9eec841 Binary files /dev/null and b/charts/aai-modelloader/resources/config/auth/tomcat_keystore differ diff --git a/charts/aai-modelloader/resources/config/model-loader.properties b/charts/aai-modelloader/resources/config/model-loader.properties index 746bdb4..246e528 100644 --- a/charts/aai-modelloader/resources/config/model-loader.properties +++ b/charts/aai-modelloader/resources/config/model-loader.properties @@ -42,3 +42,5 @@ ml.babel.BASE_URL=https://aai-babel.{{.Release.Namespace}}:9516 ml.babel.GENERATE_ARTIFACTS_URL=/services/babel-service/v1/app/generateArtifacts ml.babel.KEYSTORE_FILE=babel-client-cert.p12 ml.babel.KEYSTORE_PASSWORD=OBF:1y0q1uvc1uum1uvg1pil1pjl1uuq1uvk1uuu1y10 +ml.babel.TRUSTSTORE_FILE=tomcat_keystore +ml.babel.TRUSTSTORE_PASSWORD=OBF:1y0q1uvc1uum1uvg1pil1pjl1uuq1uvk1uuu1y10 -- cgit 1.2.3-korg