aboutsummaryrefslogtreecommitdiffstats
path: root/tests/mock_config.json
diff options
context:
space:
mode:
Diffstat (limited to 'tests/mock_config.json')
-rw-r--r--tests/mock_config.json9
1 files changed, 6 insertions, 3 deletions
diff --git a/tests/mock_config.json b/tests/mock_config.json
index 98b0d19..7ec0ac6 100644
--- a/tests/mock_config.json
+++ b/tests/mock_config.json
@@ -13,7 +13,7 @@
},
"policy_engine" : {
"url" : "https://pdp-server:8081",
- "path_pdp" : "/pdp/",
+ "path_notifications" : "/pdp/notifications",
"path_api" : "/pdp/api/",
"headers" : {
"Accept" : "application/json",
@@ -22,7 +22,9 @@
"Authorization" : "Basic auth",
"Environment" : "TEST"
},
- "target_entity" : "policy_engine"
+ "target_entity" : "policy_engine",
+ "tls_ca_mode" : "cert_directory",
+ "tls_wss_ca_mode" : "cert_directory"
},
"deploy_handler" : {
"target_entity" : "deployment_handler",
@@ -30,7 +32,8 @@
"max_msg_length_mb" : 5,
"query" : {
"cfy_tenant_name" : "default_tenant"
- }
+ },
+ "tls_ca_mode" : "cert_directory"
}
}
}