d5b021b481acf566842d79bbab46b3c0bc07212f
[policy/xacml-pdp.git] / packages / policy-xacmlpdp-tarball / src / main / resources / etc / 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         "prometheus": true
12     },
13     "policyApiParameters": {
14         "hostname": "policy-api",
15         "port": 6969,
16         "userName": "healthcheck",
17         "password": "zb!XztG34",
18         "useHttps": true
19     },
20     "applicationParameters": {
21         "applicationPath": "/opt/app/policy/pdpx/apps"
22     },
23     "topicParameterGroup": {
24         "topicSources" : [{
25             "topic" : "POLICY-PDP-PAP",
26             "servers" : [ "message-router" ],
27             "topicCommInfrastructure" : "dmaap",
28             "fetchTimeout": 15000
29         }],
30         "topicSinks" : [{
31             "topic" : "POLICY-PDP-PAP",
32             "servers" : [ "message-router" ],
33             "topicCommInfrastructure" : "dmaap"
34         }]
35     }
36 }