inputs for 4.3.1 policy-handler 91/67491/2
authorAlex Shatov <alexs@att.com>
Tue, 18 Sep 2018 21:17:47 +0000 (17:17 -0400)
committerVijay Venkatesh Kumar <vv770d@att.com>
Tue, 18 Sep 2018 21:33:49 +0000 (21:33 +0000)
- 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 <alexs@att.com>
Issue-ID: DCAEGEN2-611

input-templates/phinputs.yaml

index 850f935..e252a9e 100644 (file)
@@ -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"