Implement improved MinIo client
[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: 1200
24
25 # catalog ms (the host-port values need to be changed once it is deployed)
26 catalogFacadeMs:
27   protocol: http
28   host: 192.168.33.10
29   port: 8282
30   healthCheckUri: "/healthCheck"
31   path: "/uicache"
32
33 # Determines the health check read timeout when invoking health check towards the LB (or BE whatever is configured):
34 healthCheckSocketTimeoutInMs: 5000
35 healthCheckIntervalInSeconds: 5
36
37 onboarding:
38   hostFe: localhost
39   protocolFe: http
40   portFe: 8181
41
42   hostBe: localhost
43   protocolBe: http
44   portBe: 8080
45
46   healthCheckUriFe: "/onboarding/v1.0/healthcheck"
47
48 dcae:
49   protocol: http
50   host: localhost
51   port: 8181
52   healthCheckUri: "/dcae/healthCheck"
53
54 identificationHeaderFields:
55    -
56         - &HTTP_IV_USER HTTP_IV_USER
57         - &iv-user iv-user
58    -
59         - &USER_ID USER_ID
60         - &csp-userId csp-userId
61    -
62         - &HTTP_CSP_ATTUID HTTP_CSP_ATTUID
63         - &csp-attuid csp-attuid
64    -
65         - &HTTP_CSP_WSTYPE HTTP_CSP_WSTYPE
66         - &csp-wstype csp-wstype
67
68 optionalHeaderFields:
69    -
70         - &HTTP_CSP_FIRSTNAME HTTP_CSP_FIRSTNAME
71         - &csp-firstname csp-firstname
72    -
73         - &HTTP_CSP_LASTNAME HTTP_CSP_LASTNAME
74         - &csp-lastname csp-lastname
75    -
76         - &HTTP_IV_REMOTE_ADDRESS HTTP_IV_REMOTE_ADDRESS
77         - &iv-remote-address iv-remote-address
78    -
79         - &HTTP_CSP_EMAIL HTTP_CSP_EMAIL
80         - &csp-email csp-email
81
82 # access restriction
83 authCookie:
84   cookieName: "AuthenticationCookie"
85   path: /
86   domain: ""
87   securityKey: "AGLDdG4D04BKm2IxIWEr8o=="
88
89 version: 1.0
90 released: 2012-11-30
91
92 # Connection parameters
93 connection:
94     url: jdbc:mysql://localhost:3306/db
95     poolSize: 17
96
97 # Protocols
98 protocols:
99    - http
100    - https
101
102
103 systemMonitoring:
104     enabled: false
105     isProxy: true
106     probeIntervalInSeconds: 15
107
108
109 healthStatusExclude:
110    - DE
111    - ES
112    - DMAAP
113    - DMAAP_PRODUCER