Merge "Fix CSIT for PMSH"
[integration/csit.git] / scripts / policy / config / xacml-pdp / defaultConfig.json
1 {
2     "name": "XacmlPdpParameters",
3     "pdpGroup": "defaultGroup",
4     "pdpType": "xacml",
5     "restServerParameters": {
6         "host": "0.0.0.0",
7         "port": 6969,
8         "userName": "healthcheck",
9         "password": "zb!XztG34",
10         "https": true,
11         "aaf": false
12     },
13     "policyApiParameters": {
14         "host": "policy-api",
15         "port": 6969,
16         "userName": "healthcheck",
17         "password": "zb!XztG34",
18         "https": true,
19         "aaf": false
20     },
21     "applicationPath": "/opt/app/policy/pdpx/apps",
22     "topicParameterGroup": {
23         "topicSources" : [{
24             "topic" : "POLICY-PDP-PAP",
25             "servers" : [ "policy.api.simpledemo.onap.org" ],
26             "topicCommInfrastructure" : "dmaap",
27             "useHttps" : true,
28             "allowSelfSignedCerts" : true
29         }],
30         "topicSinks" : [{
31             "topic" : "POLICY-PDP-PAP",
32             "servers" : [ "policy.api.simpledemo.onap.org" ],
33             "topicCommInfrastructure" : "dmaap",
34             "useHttps" : true,
35             "allowSelfSignedCerts" : true
36         }]
37     }
38 }