Get policy type from policy-api
[policy/xacml-pdp.git] / main / src / test / resources / parameters / XacmlPdpConfigParameters_InvalidRestServerParameters.json
index 8b8e5c6..d320b11 100644 (file)
@@ -5,5 +5,24 @@
         "port": -1,
         "userName": "",
         "password": ""
+    },
+    "policyApiParameters": {
+        "host": "0.0.0.0",
+        "port": 6970,
+        "userName": "healthcheck",
+        "password": "zb!XztG34"
+    },
+    "applicationPath": "src/test/resources/apps",
+    "topicParameterGroup": {
+        "topicSources" : [{
+            "topic" : "POLICY-PDP-PAP",
+            "servers" : [ "anyserver" ],
+            "topicCommInfrastructure" : "noop"
+        }],
+        "topicSinks" : [{
+            "topic" : "POLICY-PDP-PAP",
+            "servers" : [ "anyserver" ],
+            "topicCommInfrastructure" : "noop"
+        }]
     }
 }