diff options
author | liboNet <libo.zhu@intel.com> | 2018-11-01 14:38:08 +0800 |
---|---|---|
committer | Pamela Dragosh <pdragosh@research.att.com> | 2018-11-01 01:25:42 +0000 |
commit | 6bcb3201ccfb46966d6862991ec1ed0832999a1e (patch) | |
tree | b6a7dc124ba5b21120671e2f610c8ac07b71866f | |
parent | 399f051c7937ee414014ee3b8bc346a0355d2aad (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" } } } |