re base code
[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   hostFe: localhost
31   protocolFe: http
32   portFe: 8181
33
34   hostBe: localhost
35   protocolBe: http
36   portBe: 8080
37
38   healthCheckUriFe: "/onboarding/v1.0/healthcheck"
39
40 dcae:
41   protocol: http
42   host: localhost
43   port: 8181
44   healthCheckUri: "/dcae/healthCheck"
45
46 identificationHeaderFields:
47    -
48         - &HTTP_IV_USER HTTP_IV_USER
49         - &iv-user iv-user
50    -
51         - &USER_ID USER_ID
52         - &csp-userId csp-userId
53    -
54         - &HTTP_CSP_ATTUID HTTP_CSP_ATTUID
55         - &csp-attuid csp-attuid
56    -
57         - &HTTP_CSP_WSTYPE HTTP_CSP_WSTYPE
58         - &csp-wstype csp-wstype
59
60 optionalHeaderFields:
61    -
62         - &HTTP_CSP_FIRSTNAME HTTP_CSP_FIRSTNAME
63         - &csp-firstname csp-firstname
64    -
65         - &HTTP_CSP_LASTNAME HTTP_CSP_LASTNAME
66         - &csp-lastname csp-lastname
67    -
68         - &HTTP_IV_REMOTE_ADDRESS HTTP_IV_REMOTE_ADDRESS
69         - &iv-remote-address iv-remote-address
70    -
71         - &HTTP_CSP_EMAIL HTTP_CSP_EMAIL
72         - &csp-email csp-email
73
74 version: 1.0
75 released: 2012-11-30
76
77 # Connection parameters
78 connection:
79     url: jdbc:mysql://localhost:3306/db
80     poolSize: 17
81
82 # Protocols
83 protocols:
84    - http
85    - https
86
87
88 systemMonitoring:
89     enabled: false
90     isProxy: true
91     probeIntervalInSeconds: 15
92
93 kibanaHost: localhost
94 kibanaPort: 5601
95 kibanaProtocol: http
96
97 healthStatusExclude:
98    - DE
99    - ES
100    - DMAAP