diff options
author | liboNet <libo.zhu@intel.com> | 2018-11-01 14:38:08 +0800 |
---|---|---|
committer | liboNet <libo.zhu@intel.com> | 2018-11-01 14:38:08 +0800 |
commit | 7ef2ea1c9666c87319d97ed65e35a11bb52e1545 (patch) | |
tree | a1bca92f3663a5ccb9255f0d79b3590fdc99d415 | |
parent | 46b926fdacf597c1afc7136230d72562444008f6 (diff) |
use https instead of http to do forward
use https instead of http
set default as the value of pdpGroup
Change-Id: I9c4fa901bfc00be465b6ba9777d4c35c0ac93eb3
Issue-ID: POLICY-1237
Signed-off-by: liboNet <libo.zhu@intel.com>
-rw-r--r-- | packages/policy-distribution-tarball/src/main/resources/etc/defaultConfig.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/policy-distribution-tarball/src/main/resources/etc/defaultConfig.json b/packages/policy-distribution-tarball/src/main/resources/etc/defaultConfig.json index ce1569b8..455b77a4 100644 --- a/packages/policy-distribution-tarball/src/main/resources/etc/defaultConfig.json +++ b/packages/policy-distribution-tarball/src/main/resources/etc/defaultConfig.json @@ -73,14 +73,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" } } } |