From 9fa7b8cf6018acf37716a8df3f1bafd7c2ea8ac1 Mon Sep 17 00:00:00 2001 From: Alexis de Talhouët Date: Thu, 27 Sep 2018 23:11:31 +0200 Subject: Fix neng communication with AAI MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add support with Basic Auth Disable hostname validation as k8s service name might not be listed within the cert Add support to trustore client side. Change-Id: I279df2b5e2fadd425fbeb3dc53ff72d8e3dcfe87 Issue-ID: CCSDK-600 Signed-off-by: Alexis de Talhouët --- ms/neng/opt/etc/config/application-live.properties | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ms/neng/opt/etc/config/application-live.properties') diff --git a/ms/neng/opt/etc/config/application-live.properties b/ms/neng/opt/etc/config/application-live.properties index 1af9d48f..7b919afb 100644 --- a/ms/neng/opt/etc/config/application-live.properties +++ b/ms/neng/opt/etc/config/application-live.properties @@ -39,5 +39,6 @@ policymgr.ecompRequestId=${pol_req_id} #Interface with A&AI aai.certPassword=${aai_cert_pass} aai.cert=${aai_cert_path} -aai.uRIBase=${aai_uri} +aai.basicAuth=Basic ${aai_auth} +aai.uriBase=${aai_uri} aai.fromAppId=namegen-mS -- cgit 1.2.3-korg