From: Alex Shatov Date: Tue, 18 Sep 2018 21:17:47 +0000 (-0400) Subject: inputs for 4.3.1 policy-handler X-Git-Tag: 3.0.0-ONAP~13 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F91%2F67491%2F2;p=dcaegen2%2Fplatform%2Fblueprints.git inputs for 4.3.1 policy-handler - tls on https and web-socket to policy-engine - not enabling tls to deployment-handler until that is ready Change-Id: I6d14204d912bd622891e276093f2d1bb732162fc Signed-off-by: Alex Shatov Issue-ID: DCAEGEN2-611 --- diff --git a/input-templates/phinputs.yaml b/input-templates/phinputs.yaml index 850f935..e252a9e 100644 --- a/input-templates/phinputs.yaml +++ b/input-templates/phinputs.yaml @@ -46,8 +46,8 @@ application_config: # In long run we should figure out a way of bringing that info into consul record # related to policy-engine itself. policy_engine : - url : "http://{{ policy_ip_addr }}:8081" - path_pdp : "/pdp/" + url : "https://{{ policy_ip_addr }}:8081" + path_notifications : "/pdp/notifications" path_api : "/pdp/api/" headers : Accept : "application/json"