aboutsummaryrefslogtreecommitdiffstats
path: root/tests/mock_config.json
blob: 7ec0ac6a40efb0c4e87bae47638163b3c33e403a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
    "policy_handler" : {
        "system" : "policy_handler",
        "thread_pool_size" : 4,
        "pool_connections" : 20,
        "policy_retry_count" : 5,
        "policy_retry_sleep" : 5,
        "catch_up" : {
            "interval" : 10
        },
        "reconfigure" : {
            "interval" : 10
        },
        "policy_engine" : {
            "url" : "https://pdp-server:8081",
            "path_notifications" : "/pdp/notifications",
            "path_api" : "/pdp/api/",
            "headers" : {
                "Accept" : "application/json",
                "Content-Type" : "application/json",
                "ClientAuth" : "Basic user",
                "Authorization" : "Basic auth",
                "Environment" : "TEST"
            },
            "target_entity" : "policy_engine",
            "tls_ca_mode" : "cert_directory",
            "tls_wss_ca_mode" : "cert_directory"
        },
        "deploy_handler" : {
            "target_entity" : "deployment_handler",
            "url" : "http://deployment_handler:8188",
            "max_msg_length_mb" : 5,
            "query" : {
                "cfy_tenant_name" : "default_tenant"
            },
            "tls_ca_mode" : "cert_directory"
        }
    }
}