diff options
author | Alexis de Talhouƫt <alexis.de_talhouet@bell.ca> | 2019-01-08 14:12:09 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-01-08 14:12:09 +0000 |
commit | 99c9c7ad6a04c473e6bd51f75c6afbd970c9bbc3 (patch) | |
tree | 92ec332157466b8cf156355206531a7792770e8e | |
parent | 82b8055020ce4e2e1d9ddd6e4b22057bed706125 (diff) | |
parent | 846d2e58c75e5bf0a0857752c928943d33c56711 (diff) |
Merge "update policy-distribution to enable https" into casablanca
-rw-r--r-- | kubernetes/policy/charts/policy-distribution/resources/config/config.json | 7 |
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":{ |