aboutsummaryrefslogtreecommitdiffstats
path: root/catalog-fe/src/test/resources/config/catalog-fe/configuration.yaml
blob: 22bfee90f9e48de294668b0300d6d0c87c18b5c7 (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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
# Needed for logging purposes. To be populated by DevOps - currently dummy
feFqdn: asdcFe.att.com

# catalog backend hostname
beHost: localhost

# catalog backend http port
beHttpPort: 8181

# catalog backend http context
beContext: /sdc2/rest/v1/catalog/upload/resources

# catalog backend protocol
beProtocol: http

# catalog backend ssl port
beSslPort: 8443

# threadpool size for handling requests
threadpoolSize: 50 

# request processing timeout (seconds)
requestTimeout: 10

# a4c hostname
a4cHost: localhost

# a4c http port
a4cHttpPort: 8088


identificationHeaderFields: 
   -
        - &HTTP_IV_USER HTTP_IV_USER
        - &iv-user iv-user
   -
        - &USER_ID USER_ID
        - &csp-userId csp-userId
   -   
        - &HTTP_CSP_WSTYPE HTTP_CSP_WSTYPE 
        - &csp-wstype csp-wstype

optionalHeaderFields: 
   -
        - &HTTP_CSP_FIRSTNAME HTTP_CSP_FIRSTNAME
        - &csp-firstname csp-firstname
   -
        - &HTTP_CSP_LASTNAME HTTP_CSP_LASTNAME
        - &csp-lastname csp-lastname
   -
        - &HTTP_IV_REMOTE_ADDRESS HTTP_IV_REMOTE_ADDRESS
        - &iv-remote-address iv-remote-address


version: 1.0
released: 2012-11-30

# Connection parameters
connection:
    url: jdbc:mysql://localhost:3306/db
    poolSize: 17

# Protocols
protocols:
   - http
   - https