Get policy type from policy-api
[policy/xacml-pdp.git] / main / src / test / resources / parameters / XacmlPdpConfigParameters_InvalidName.json
index 8949a3c..27e7ef4 100644 (file)
@@ -1,9 +1,29 @@
 {
     "name": " ",
-    "restServerParameters": {
-        "host": "0.0.0.0",
+    "restServerParameters":{
+        "host":"0.0.0.0",
         "port": 6969,
+        "userName":"healthcheck",
+        "password":"zb!XztG34",
+        "https":true
+    },
+    "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"
+        }]
     }
-}
+}
\ No newline at end of file