Sync Integ to Master
[sdc.git] / catalog-fe / src / main / resources / config / configuration.yaml
1 # Needed for logging purposes. To be populated by DevOps - currently dummy
2 feFqdn: asdcFe.att.com
3
4 # catalog backend hostname
5 beHost: localhost
6
7 # catalog backend http port
8 beHttpPort: 8080
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: 8443
18
19 # threadpool size for handling requests
20 threadpoolSize: 50
21
22 # request processing timeout (seconds)
23 requestTimeout: 10
24
25 # Determines the health check read timeout when invoking health check towards the LB (or BE whatever is configured):
26 healthCheckSocketTimeoutInMs: 5000
27 healthCheckIntervalInSeconds: 5
28
29 onboarding:
30   protocol: http
31   host: localhost
32   port: 8181
33   healthCheckUri: "/onboarding/v1.0/healthcheck"
34
35 dcae:
36   protocol: http
37   host: localhost
38   port: 8181
39   healthCheckUri: "/dcae/healthCheck"
40
41 identificationHeaderFields:
42    -
43         - &HTTP_IV_USER HTTP_IV_USER
44         - &iv-user iv-user
45    -
46         - &USER_ID USER_ID
47         - &csp-userId csp-userId
48    -
49         - &HTTP_CSP_ATTUID HTTP_CSP_ATTUID
50         - &csp-attuid csp-attuid
51    -
52         - &HTTP_CSP_WSTYPE HTTP_CSP_WSTYPE
53         - &csp-wstype csp-wstype
54
55 optionalHeaderFields:
56    -
57         - &HTTP_CSP_FIRSTNAME HTTP_CSP_FIRSTNAME
58         - &csp-firstname csp-firstname
59    -
60         - &HTTP_CSP_LASTNAME HTTP_CSP_LASTNAME
61         - &csp-lastname csp-lastname
62    -
63         - &HTTP_IV_REMOTE_ADDRESS HTTP_IV_REMOTE_ADDRESS
64         - &iv-remote-address iv-remote-address
65    -
66         - &HTTP_CSP_EMAIL HTTP_CSP_EMAIL
67         - &csp-email csp-email
68
69 version: 1.0
70 released: 2012-11-30
71
72 # Connection parameters
73 connection:
74     url: jdbc:mysql://localhost:3306/db
75     poolSize: 17
76
77 # Protocols
78 protocols:
79    - http
80    - https
81
82
83 systemMonitoring:
84     enabled: false
85     isProxy: true
86     probeIntervalInSeconds: 15
87
88 kibanaHost: localhost
89 kibanaPort: 5601
90 kibanaProtocol: http
91
92 healthStatusExclude:
93    - DE
94    - ES
95    - DMAPP
96
97