[AAI] Fix ServiceMesh problems in AAI Model Loader 80/131180/3
authorAndreas Geissler <andreas-geissler@telekom.de>
Mon, 26 Sep 2022 07:59:27 +0000 (09:59 +0200)
committerFiachra Corcoran <fiachra.corcoran@est.tech>
Fri, 30 Sep 2022 10:06:25 +0000 (10:06 +0000)
Solve problem in Model Loader to connect to Babel by setting
the keystore and truststore variables

Issue-ID: OOM-3035

Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de>
Change-Id: I29717abe9dee9525e0da93aaac53ecfe00cb7c8d

kubernetes/aai/components/aai-modelloader/resources/config/model-loader.properties

index 2d7cf7f..89a118b 100644 (file)
@@ -62,4 +62,9 @@ ml.babel.KEYSTORE_FILE=aaf/local/{{ .Values.certInitializer.fqi_namespace }}.p12
 ml.babel.KEYSTORE_PASSWORD=${KEYSTORE_PASSWORD}
 ml.babel.TRUSTSTORE_FILE=aaf/local/{{ .Values.certInitializer.fqi_namespace }}.trust.jks
 ml.babel.TRUSTSTORE_PASSWORD=${TRUSTSTORE_PASSWORD}
+{{ else }}
+ml.babel.KEYSTORE_FILE=
+ml.babel.KEYSTORE_PASSWORD=
+ml.babel.TRUSTSTORE_FILE=
+ml.babel.TRUSTSTORE_PASSWORD=
 {{ end }}