From d383395a0caec905cb345fec837b5dda23929f54 Mon Sep 17 00:00:00 2001 From: sblimkie Date: Wed, 11 Apr 2018 14:44:34 -0400 Subject: [PATCH] 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 --- model-loader/appconfig/model-loader.properties | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 -- 2.16.6