diff options
author | Alexis de Talhouët <adetalhouet89@gmail.com> | 2018-09-19 09:02:33 -0400 |
---|---|---|
committer | Alexis de Talhouët <alexis.de_talhouet@bell.ca> | 2018-09-19 15:43:59 +0000 |
commit | 7b1252237a2dfbc7d4fdc0b159ed013a909d8e20 (patch) | |
tree | b46de2e5550ec16b213c6c174e470bd2803d2f75 /kubernetes/aai/charts/aai-modelloader/resources/config | |
parent | a52efcc04e5fc9dfb14df30bb62e1aa91e527f0c (diff) |
Add missing filter-types.properties
Change-Id: I2ddfcc9aa3856ec57d12b98e865e9115af9478f2
Issue-ID: OOM-1411
Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
Diffstat (limited to 'kubernetes/aai/charts/aai-modelloader/resources/config')
-rw-r--r-- | kubernetes/aai/charts/aai-modelloader/resources/config/model-loader.properties | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/kubernetes/aai/charts/aai-modelloader/resources/config/model-loader.properties b/kubernetes/aai/charts/aai-modelloader/resources/config/model-loader.properties index 246e52895a..bebf7d8801 100644 --- a/kubernetes/aai/charts/aai-modelloader/resources/config/model-loader.properties +++ b/kubernetes/aai/charts/aai-modelloader/resources/config/model-loader.properties @@ -41,6 +41,8 @@ ml.aai.AUTH_PASSWORD=OBF:1qvu1v2h1sov1sar1wfw1j7j1wg21saj1sov1v1x1qxw 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.TRUSTSTORE_FILE=babel-client-cert.p12 +ml.babel.TRUSTSTORE_PASSWORD=OBF:1y0q1uvc1uum1uvg1pil1pjl1uuq1uvk1uuu1y10 ml.babel.KEYSTORE_PASSWORD=OBF:1y0q1uvc1uum1uvg1pil1pjl1uuq1uvk1uuu1y10 ml.babel.TRUSTSTORE_FILE=tomcat_keystore ml.babel.TRUSTSTORE_PASSWORD=OBF:1y0q1uvc1uum1uvg1pil1pjl1uuq1uvk1uuu1y10 |