6a6ea2960801579fe9eaa7f91c4af5d2c176f38d
[sdc.git] / sdc-os-chef / sdc-frontend / chef-repo / cookbooks / sdc-catalog-fe / templates / default / FE-configuration.yaml.erb
1 # Needed for logging purposes. To be populated by DevOps - currently dummy
2 feFqdn: <%= @fe_host_ip %>
3
4 # catalog backend hostname
5 beHost: <%= @be_host_ip %>
6
7 # catalog backend http port
8 beHttpPort: <%= @catalog_port %>
9
10 # catalog backend http context
11 beContext: /sdc2/rest/v1/catalog/upload/resources
12
13 # catalog backend protocol
14 beProtocol: http
15
16 # catalog backend ssl port
17 beSslPort: <%= @ssl_port %>
18
19 # threadpool size for handling requests
20 threadpoolSize: 50
21
22 # request processing timeout (seconds)
23 requestTimeout: 10
24
25 healthCheckSocketTimeoutInMs: 5000
26
27 healthCheckIntervalInSeconds: 5
28
29 onboarding:
30   protocol: http
31   host: <%= @fe_host_ip %>
32   port: 8181
33   healthCheckUri: "/onboarding/v1.0/healthcheck"
34
35 identificationHeaderFields: 
36    -
37         - &HTTP_IV_USER HTTP_IV_USER
38         - &iv-user iv-user
39    -
40         - &USER_ID USER_ID
41         - &user-id user-id
42    -
43         - &HTTP_CSP_ATTUID HTTP_CSP_ATTUID
44         - &csp-attuid csp-attuid
45    -
46         - &HTTP_CSP_WSTYPE HTTP_CSP_WSTYPE
47         - &csp-wstype csp-wstype
48
49 optionalHeaderFields:
50    -
51         - &HTTP_CSP_FIRSTNAME HTTP_CSP_FIRSTNAME
52         - &csp-firstname csp-firstname
53    -
54         - &HTTP_CSP_LASTNAME HTTP_CSP_LASTNAME
55         - &csp-lastname csp-lastname
56    -
57         - &HTTP_IV_REMOTE_ADDRESS HTTP_IV_REMOTE_ADDRESS
58         - &iv-remote-address iv-remote-address
59    -
60         - &HTTP_CSP_EMAIL HTTP_CSP_EMAIL
61         - &csp-email csp-email
62
63
64 version: 1.0
65 released: 2012-11-30
66
67 # Connection parameters
68 connection:
69     url: jdbc:mysql://localhost:3306/db
70     poolSize: 17
71
72 # Protocols
73 protocols:
74    - http
75    - https
76
77
78 systemMonitoring:
79     enabled: false
80     isProxy: true
81     probeIntervalInSeconds: 15
82
83 kibanaHost: localhost
84 kibanaPort: 5601
85 kibanaProtocol: http