Get policy type from policy-api
[policy/xacml-pdp.git] / main / src / test / resources / parameters / XacmlPdpConfigParameters_Std.json
1 {
2     "name":"XacmlPdpGroup",
3     "restServerParameters":{
4         "host":"0.0.0.0",
5         "port":${port},
6         "userName":"healthcheck",
7         "password":"zb!XztG34",
8         "https":true
9     },
10     "policyApiParameters": {
11         "host": "0.0.0.0",
12         "port": 6970,
13         "userName": "healthcheck",
14         "password": "zb!XztG34"
15     },
16     "applicationPath": "src/test/resources/apps",
17     "topicParameterGroup": {
18         "topicSources" : [{
19             "topic" : "POLICY-PDP-PAP",
20             "servers" : [ "anyserver" ],
21             "topicCommInfrastructure" : "noop"
22         }],
23         "topicSinks" : [{
24             "topic" : "POLICY-PDP-PAP",
25             "servers" : [ "anyserver" ],
26             "topicCommInfrastructure" : "noop"
27         }]
28     }
29 }