diff options
author | sblimkie <steven.blimkie@amdocs.com> | 2018-04-11 14:44:34 -0400 |
---|---|---|
committer | sblimkie <steven.blimkie@amdocs.com> | 2018-04-11 14:44:34 -0400 |
commit | d383395a0caec905cb345fec837b5dda23929f54 (patch) | |
tree | ecb04a972c835d2206930dcd516478ad80698413 | |
parent | 0b423b9f21085ed2530a5d7530cbfe3cafc2d20e (diff) |
ML configured to use basic auth with AAI
Fix the test-config to use basic auth when sending requests to AAI
Change-Id: I75387f57e151e0833b4fffa8a3d0c40875090b71
Issue-ID: AAI-1026
Signed-off-by: sblimkie <steven.blimkie@amdocs.com>
-rw-r--r-- | model-loader/appconfig/model-loader.properties | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/model-loader/appconfig/model-loader.properties b/model-loader/appconfig/model-loader.properties index f6cbf50..510cbe1 100644 --- a/model-loader/appconfig/model-loader.properties +++ b/model-loader/appconfig/model-loader.properties @@ -10,7 +10,7 @@ ml.distribution.PASSWORD=OBF:1ks51l8d1o3i1pcc1r2r1e211r391kls1pyj1z7u1njf1lx51go ml.distribution.POLLING_INTERVAL=30
ml.distribution.POLLING_TIMEOUT=20
ml.distribution.USER=aai
-ml.distribution.ARTIFACT_TYPES=MODEL_INVENTORY_PROFILE,MODEL_QUERY_SPEC,VNF_CATALOG
+ml.distribution.ARTIFACT_TYPES=MODEL_QUERY_SPEC,TOSCA_CSAR
ml.distribution.MSG_BUS_ADDRESSES=10.0.11.1
# Model Loader AAI REST Client Configuration
@@ -20,6 +20,9 @@ ml.aai.NAMED_QUERY_URL=/aai/v*/service-design-and-creation/named-queries/named-q ml.aai.VNF_IMAGE_URL=/aai/v*/service-design-and-creation/vnf-images
ml.aai.KEYSTORE_FILE=aai-os-cert.p12
ml.aai.KEYSTORE_PASSWORD=OBF:1y0q1uvc1uum1uvg1pil1pjl1uuq1uvk1uuu1y10
+ml.aai.AUTH_USER=ModelLoader
+ml.aai.AUTH_PASSWORD=OBF:1qvu1v2h1sov1sar1wfw1j7j1wg21saj1sov1v1x1qxw
+
# Model Loader Babel REST Client Configuration
ml.babel.BASE_URL=https://c1.vm1.aai.simpledemo.openecomp.org:9516
|