blob: a1376464ec21ac3e7c2c794205b8fb59edf85344 [file] [log] [blame]
Michael Mokryf239a662019-01-31 13:16:55 -06001{
HOCKLAe53be642019-11-15 08:52:39 -06002 "name": "XacmlPdpParameters",
3 "pdpGroup": "XacmlPdpGroup",
Pamela Dragosh461cbe62021-02-16 15:33:27 -06004 "pdpType": "xacml",
Michael Mokryf239a662019-01-31 13:16:55 -06005 "restServerParameters": {
6 "host": "0.0.0.0",
7 "port": 6969,
8 "userName": "healthcheck",
9 "password": "zb!XztG34"
Pamela Dragosh9bf471a2019-04-02 14:48:38 -070010 },
Jim Hahn98873e82019-08-28 15:20:18 -040011 "policyApiParameters": {
12 "host": "0.0.0.0",
13 "port": 6970,
14 "userName": "healthcheck",
15 "password": "zb!XztG34"
16 },
a.sreekumaraba60642019-07-04 14:14:39 +000017 "applicationPath": "src/test/resources/apps",
18 "topicParameterGroup": {
19 "topicSources" : [{
20 "topic" : "POLICY-PDP-PAP",
21 "servers" : [ "anyserver" ],
22 "topicCommInfrastructure" : "noop"
23 }],
24 "topicSinks" : [{
25 "topic" : "POLICY-PDP-PAP",
26 "servers" : [ "anyserver" ],
27 "topicCommInfrastructure" : "noop"
28 }]
29 }
Michael Mokryf239a662019-01-31 13:16:55 -060030}