Michael Mokry | f239a66 | 2019-01-31 13:16:55 -0600 | [diff] [blame] | 1 | { |
HOCKLA | e53be64 | 2019-11-15 08:52:39 -0600 | [diff] [blame] | 2 | "name": "XacmlPdpParameters", |
| 3 | "pdpGroup": "XacmlPdpGroup", |
Pamela Dragosh | 461cbe6 | 2021-02-16 15:33:27 -0600 | [diff] [blame] | 4 | "pdpType": "xacml", |
Michael Mokry | f239a66 | 2019-01-31 13:16:55 -0600 | [diff] [blame] | 5 | "restServerParameters": { |
| 6 | "host": "0.0.0.0", |
| 7 | "port": 6969, |
| 8 | "userName": "healthcheck", |
| 9 | "password": "zb!XztG34" |
Pamela Dragosh | 9bf471a | 2019-04-02 14:48:38 -0700 | [diff] [blame] | 10 | }, |
Jim Hahn | 98873e8 | 2019-08-28 15:20:18 -0400 | [diff] [blame] | 11 | "policyApiParameters": { |
| 12 | "host": "0.0.0.0", |
| 13 | "port": 6970, |
| 14 | "userName": "healthcheck", |
| 15 | "password": "zb!XztG34" |
| 16 | }, |
a.sreekumar | aba6064 | 2019-07-04 14:14:39 +0000 | [diff] [blame] | 17 | "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 Mokry | f239a66 | 2019-01-31 13:16:55 -0600 | [diff] [blame] | 30 | } |