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