From 01058306bbd691ff507e2e0b7cc13848520b1a85 Mon Sep 17 00:00:00 2001 From: BT2983 Date: Tue, 18 Sep 2018 18:57:28 -0600 Subject: naming ms - interface testing updates. Added additional configurable properties for interfaces, and to work with no certificates or https. Change-Id: I680b10ce21c41cecf6c32ddbbcb1c33967fff2e0 Issue-ID: CCSDK-342 Signed-off-by: BT2983 --- ms/neng/opt/etc/config/application-live.properties | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'ms/neng/opt/etc/config') diff --git a/ms/neng/opt/etc/config/application-live.properties b/ms/neng/opt/etc/config/application-live.properties index 23feb8de..1af9d48f 100644 --- a/ms/neng/opt/etc/config/application-live.properties +++ b/ms/neng/opt/etc/config/application-live.properties @@ -28,3 +28,16 @@ datasource.db.password=${neng_db_pass} jpa.hibernate.ddl-auto=none jpa.show-sql=true hibernate.show_sql:true + +#Interface with policy manager +policymgr.clientAuth=Basic ${pol_client_auth} +policymgr.basicAuth=Basic ${pol_basic_auth} +policymgr.url=${pol_url} +policymgr.environment=${pol_env} +policymgr.ecompRequestId=${pol_req_id} + +#Interface with A&AI +aai.certPassword=${aai_cert_pass} +aai.cert=${aai_cert_path} +aai.uRIBase=${aai_uri} +aai.fromAppId=namegen-mS -- cgit 1.2.3-korg