diff options
author | Jimmy Forsyth <jf2512@att.com> | 2018-08-17 14:28:53 -0400 |
---|---|---|
committer | Jimmy Forsyth <jf2512@att.com> | 2018-08-17 14:28:58 -0400 |
commit | 3c8969873f80c2e18d83213a10d84ee84fe5a942 (patch) | |
tree | fcf0bb604f308015b2e50bb06f0659427b7c09bb | |
parent | 21b8fdf3f19bbc0e86fdf407cc528e5409b24165 (diff) |
Add config so ML trusts Babel
Issue-ID: AAI-1456
Change-Id: Id46520e75fd490092d5733997c0178b437441907
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
-rw-r--r-- | model-loader/appconfig/auth/tomcat_keystore | bin | 0 -> 2214 bytes | |||
-rw-r--r-- | model-loader/appconfig/model-loader.properties | 4 |
2 files changed, 3 insertions, 1 deletions
diff --git a/model-loader/appconfig/auth/tomcat_keystore b/model-loader/appconfig/auth/tomcat_keystore Binary files differnew file mode 100644 index 0000000..9eec841 --- /dev/null +++ b/model-loader/appconfig/auth/tomcat_keystore diff --git a/model-loader/appconfig/model-loader.properties b/model-loader/appconfig/model-loader.properties index 3019189..c5ebfe4 100644 --- a/model-loader/appconfig/model-loader.properties +++ b/model-loader/appconfig/model-loader.properties @@ -28,4 +28,6 @@ ml.aai.AUTH_PASSWORD=OBF:1qvu1v2h1sov1sar1wfw1j7j1wg21saj1sov1v1x1qxw ml.babel.BASE_URL=https://c1.vm1.aai.simpledemo.openecomp.org: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
\ No newline at end of file +ml.babel.KEYSTORE_PASSWORD=OBF:1y0q1uvc1uum1uvg1pil1pjl1uuq1uvk1uuu1y10
+ml.babel.TRUSTSTORE_FILE=tomcat_keystore
+ml.babel.TRUSTSTORE_PASSWORD=OBF:1y0q1uvc1uum1uvg1pil1pjl1uuq1uvk1uuu1y10
|