blob: 7342ca633abbc5f833a078f4d07f026ec1c5b041 [file] [log] [blame]
Jack Lucas332b5e72019-02-06 16:03:13 -05001{
2 "policy_handler": {
3 "thread_pool_size": 4,
4 "pool_connections": 20,
5 "policy_retry_count": 5,
6 "policy_retry_sleep": 5,
7 "catch_up": {
8 "interval": 1200
9 },
10 "reconfigure": {
11 "interval": 600
12 },
13 "policy_engine": {
Vijay Venkatesh Kumar4112d5c2019-05-07 20:34:39 +000014 "url": "https://{{ .Values.config.address.policy_xacml_pdp }}:6969",
Vijay Venkatesh Kumar855ed892019-06-12 23:39:01 +000015 "path_decision": "/policy/pdpx/v1/decision",
Jack Lucas332b5e72019-02-06 16:03:13 -050016 "path_notifications": "/pdp/notifications",
17 "path_api": "/pdp/api/",
18 "headers": {
19 "Accept": "application/json",
20 "Content-Type": "application/json",
21 "ClientAuth": "cHl0aG9uOnRlc3Q=",
Vijay Venkatesh Kumar4112d5c2019-05-07 20:34:39 +000022 "Authorization": "Basic aGVhbHRoY2hlY2s6emIhWHp0RzM0",
Jack Lucas332b5e72019-02-06 16:03:13 -050023 "Environment": "TEST"
24 },
25 "target_entity": "policy_engine",
26 "tls_ca_mode": "cert_directory",
27 "tls_wss_ca_mode": "cert_directory",
28 "timeout_in_secs": 60,
29 "ws_ping_interval_in_secs": 180
30 },
31 "deploy_handler": {
32 "target_entity": "deployment_handler",
33 "url": "https://deployment-handler:8443",
34 "max_msg_length_mb": 5,
35 "query": {
36 "cfy_tenant_name": "default_tenant"
37 },
38 "tls_ca_mode": "cert_directory",
39 "timeout_in_secs": 60
40 }
41 }
42}