From b8be9f84bc3f4813a4cc3ceeb3e3a722e19120eb Mon Sep 17 00:00:00 2001 From: Alex Shatov Date: Tue, 18 Sep 2018 17:17:47 -0400 Subject: 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 --- input-templates/phinputs.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'input-templates') 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" -- cgit 1.2.3-korg