update policy-distribution to enable https 97/75397/1
authorliboNet <libo.zhu@intel.com>
Thu, 20 Dec 2018 22:22:01 +0000 (06:22 +0800)
committerPamela Dragosh <pdragosh@research.att.com>
Mon, 7 Jan 2019 17:32:25 +0000 (17:32 +0000)
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>
(cherry picked from commit 25006c7b254db6d2ab908752bb933b4c9659e141)

kubernetes/policy/charts/policy-distribution/resources/config/config.json

index b0a6504..5591e58 100644 (file)
@@ -21,7 +21,8 @@
         "host":"0.0.0.0",
         "port":6969,
         "userName":"healthcheck",
-        "password":"zb!XztG34"
+        "password":"zb!XztG34",
+        "https":true
     },
     "receptionHandlerParameters":{
         "SDCReceptionHandler":{
         "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":{