blob: 2e47c9e118ee2f69c942db2adc0b4b1d925c49b9 [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 "headers": {
17 "Accept": "application/json",
18 "Content-Type": "application/json",
Vijay Venkatesh Kumar4112d5c2019-05-07 20:34:39 +000019 "Authorization": "Basic aGVhbHRoY2hlY2s6emIhWHp0RzM0",
Jack Lucas332b5e72019-02-06 16:03:13 -050020 "Environment": "TEST"
21 },
22 "target_entity": "policy_engine",
23 "tls_ca_mode": "cert_directory",
Alex Shatov32f99192020-02-25 15:24:02 -050024 "timeout_in_secs": 60
25 },
26 "dmaap_mr" : {
Vijay Venkatesh Kumar05c1bbd2020-04-02 20:30:30 +000027 "url" : "https://message-router:3905/events/POLICY-NOTIFICATION/policy-handler/ph1",
Alex Shatov32f99192020-02-25 15:24:02 -050028 "query": {
29 "timeout": 15000
30 },
31 "headers" : {
32 "Content-Type" : "application/json"
33 },
34 "target_entity" : "dmaap_mr",
35 "tls_ca_mode" : "cert_directory",
36 "timeout_in_secs": 60
Jack Lucas332b5e72019-02-06 16:03:13 -050037 },
38 "deploy_handler": {
39 "target_entity": "deployment_handler",
40 "url": "https://deployment-handler:8443",
41 "max_msg_length_mb": 5,
42 "query": {
43 "cfy_tenant_name": "default_tenant"
44 },
45 "tls_ca_mode": "cert_directory",
46 "timeout_in_secs": 60
47 }
48 }
49}