blob: 76aa3838aa143c8af8fac59fb5085ef7eeb8c73d [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": {
14 "url": "https://{{ .Values.config.address.policy_pdp }}.{{include "common.namespace" . }}:8081",
15 "path_notifications": "/pdp/notifications",
16 "path_api": "/pdp/api/",
17 "headers": {
18 "Accept": "application/json",
19 "Content-Type": "application/json",
20 "ClientAuth": "cHl0aG9uOnRlc3Q=",
21 "Authorization": "Basic dGVzdHBkcDphbHBoYTEyMw==",
22 "Environment": "TEST"
23 },
24 "target_entity": "policy_engine",
25 "tls_ca_mode": "cert_directory",
26 "tls_wss_ca_mode": "cert_directory",
27 "timeout_in_secs": 60,
28 "ws_ping_interval_in_secs": 180
29 },
30 "deploy_handler": {
31 "target_entity": "deployment_handler",
32 "url": "https://deployment-handler:8443",
33 "max_msg_length_mb": 5,
34 "query": {
35 "cfy_tenant_name": "default_tenant"
36 },
37 "tls_ca_mode": "cert_directory",
38 "timeout_in_secs": 60
39 }
40 }
41}