summaryrefslogtreecommitdiffstats
path: root/kubernetes/policy
diff options
context:
space:
mode:
authorliboNet <libo.zhu@intel.com>2018-12-21 06:22:01 +0800
committerliboNet <libo.zhu@intel.com>2018-12-21 06:24:28 +0800
commit25006c7b254db6d2ab908752bb933b4c9659e141 (patch)
treeea8f71f031dea398ff7278767de9f5517995ce7c /kubernetes/policy
parent89bd7aa5782066800b9c6879a67d5cb738ed82bf (diff)
update policy-distribution to enable https
update the config file to use https healthcheck update it to use https to forward pdp Change-Id: I8f85fbc5b9fe5b62bc81140b256588a6a7704af2 Issue-ID: POLICY-1386 Signed-off-by: liboNet <libo.zhu@intel.com>
Diffstat (limited to 'kubernetes/policy')
-rw-r--r--kubernetes/policy/charts/policy-distribution/resources/config/config.json7
1 files changed, 4 insertions, 3 deletions
diff --git a/kubernetes/policy/charts/policy-distribution/resources/config/config.json b/kubernetes/policy/charts/policy-distribution/resources/config/config.json
index b0a6504555..5591e58e32 100644
--- a/kubernetes/policy/charts/policy-distribution/resources/config/config.json
+++ b/kubernetes/policy/charts/policy-distribution/resources/config/config.json
@@ -21,7 +21,8 @@
"host":"0.0.0.0",
"port":6969,
"userName":"healthcheck",
- "password":"zb!XztG34"
+ "password":"zb!XztG34",
+ "https":true
},
"receptionHandlerParameters":{
"SDCReceptionHandler":{
@@ -107,14 +108,14 @@
"xacmlPdpConfiguration":{
"parameterClassName":"org.onap.policy.distribution.forwarding.xacml.pdp.XacmlPdpPolicyForwarderParameterGroup",
"parameters":{
- "useHttps": false,
+ "useHttps": true,
"hostname": "pdp",
"port": 8081,
"userName": "testpdp",
"password": "alpha123",
"clientAuth": "cHl0aG9uOnRlc3Q=",
"isManaged": true,
- "pdpGroup": "pdpGroup"
+ "pdpGroup": "default"
}
},
"apexForwarderConfiguration":{