diff options
author | Alex Shatov <alexs@att.com> | 2018-09-18 17:17:47 -0400 |
---|---|---|
committer | Vijay Venkatesh Kumar <vv770d@att.com> | 2018-09-18 21:33:49 +0000 |
commit | b8be9f84bc3f4813a4cc3ceeb3e3a722e19120eb (patch) | |
tree | 16e505fe1633fa4649b04805df0fad571508a6a7 /input-templates/phinputs.yaml | |
parent | 206cbf99c23be1b80d3104e00cac01580eb77f8e (diff) |
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 <alexs@att.com>
Issue-ID: DCAEGEN2-611
Diffstat (limited to 'input-templates/phinputs.yaml')
-rw-r--r-- | input-templates/phinputs.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
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" |