forked from eclipse-tractusx/tractus-x-umbrella
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvalues-adopter-data-exchange-iatp-mock.yaml
244 lines (236 loc) · 7 KB
/
values-adopter-data-exchange-iatp-mock.yaml
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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
# #############################################################################
# Copyright (c) 2024 Contributors to the Eclipse Foundation
#
# See the NOTICE file(s) distributed with this work for additional
# information regarding copyright ownership.
#
# This program and the accompanying materials are made available under the
# terms of the Apache License, Version 2.0 which is available at
# https://www.apache.org/licenses/LICENSE-2.0.
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
# License for the specific language governing permissions and limitations
# under the License.
#
# SPDX-License-Identifier: Apache-2.0
# #############################################################################
---
centralidp:
enabled: true
iatpmock:
enabled: true
ingress:
enabled: true
hosts:
- host: iatpmock.tx.test
paths:
- path: /
pathType: ImplementationSpecific
bdrs-server-memory:
enabled: true
seeding:
bpnList:
- bpn: "BPNL00000003B3NX"
did: "did:web:mock-util-service/BPNL00000003B3NX"
- bpn: "BPNL00000003CSGV"
did: "did:web:mock-util-service/BPNL00000003CSGV"
- bpn: "BPNL00000003B6LU"
did: "did:web:mock-util-service/BPNL00000003B6LU"
- bpn: "BPNL00000003AXS3"
did: "did:web:mock-util-service/BPNL00000003AXS3"
- bpn: "BPNL00000003AZQP"
did: "did:web:mock-util-service/BPNL00000003AZQP"
- bpn: "BPNL00000003AWSS"
did: "did:web:mock-util-service/BPNL00000003AWSS"
- bpn: "BPNL00000003AYRE"
did: "did:web:mock-util-service/BPNL00000003AYRE"
- bpn: "BPNL00000003AVTH"
did: "did:web:mock-util-service/BPNL00000003AVTH"
- bpn: "BPNL00000000BJTL"
did: "did:web:mock-util-service/BPNL00000000BJTL"
- bpn: "BPNL00000003CML1"
did: "did:web:mock-util-service/BPNL00000003CML1"
- bpn: "BPNL00000003B2OM"
did: "did:web:mock-util-service/BPNL00000003B2OM"
- bpn: "BPNL00000003B0Q0"
did: "did:web:mock-util-service/BPNL00000003B0Q0"
- bpn: "BPNL00000003B5MJ"
did: "did:web:mock-util-service/BPNL00000003B5MJ"
- bpn: "BPNS0000000008ZZ"
did: "did:web:mock-util-service/BPNS0000000008ZZ"
- bpn: "BPNL00000003CNKC"
did: "did:web:mock-util-service/BPNL00000003CNKC"
- bpn: "BPNS00000008BDFH"
did: "did:web:mock-util-service/BPNS00000008BDFH"
hostname: &hostname bdrs-server.tx.test
server:
trustedIssuers:
- did:web:mock-util-service/trusted-issuer
ingresses:
- enabled: true
hostname: *hostname
endpoints:
- directory
- management
tls:
enabled: false
dataconsumerOne:
enabled: true
secrets:
edc-wallet-secret: UbfW4CR1xH4OskkovqJ2JzcwnQIrG7oj
tractusx-connector:
participant:
id: BPNL00000003AZQP
iatp:
id: did:web:mock-util-service/BPNL00000003AZQP
trustedIssuers:
- did:web:mock-util-service/trusted-issuer
sts:
dim:
url: http://mock-util-service/sts
oauth:
token_url: http://centralidp.tx.test/auth/realms/CX-Central/protocol/openid-connect/token
client:
id: satest01
controlplane:
env:
TX_IAM_IATP_CREDENTIALSERVICE_URL: http://mock-util-service
endpoints:
management:
authKey: TEST1
ingresses:
- enabled: true
hostname: "dataconsumer-1-controlplane.tx.test"
endpoints:
- default
- protocol
- management
tls:
enabled: false
dataplane:
env:
TX_IAM_IATP_CREDENTIALSERVICE_URL: http://mock-util-service
ingresses:
- enabled: true
hostname: "dataconsumer-1-dataplane.tx.test"
endpoints:
- default
- public
tls:
enabled: false
# -- uncomment the following for persistence
# postgresql:
# primary:
# persistence:
# enabled: true
tx-data-provider:
seedTestdata: true
enabled: true
secrets:
edc-wallet-secret: pyFUZP2L9UCSVJUScHcN3ZEgy2PGyEpg
tractusx-connector:
participant:
id: BPNL00000003AYRE
iatp:
id: did:web:mock-util-service/BPNL00000003AYRE
trustedIssuers:
- did:web:mock-util-service/trusted-issuer
sts:
dim:
url: http://mock-util-service/sts
oauth:
token_url: http://centralidp.tx.test/auth/realms/CX-Central/protocol/openid-connect/token
client:
id: satest02
controlplane:
env:
TX_IAM_IATP_CREDENTIALSERVICE_URL: http://mock-util-service
endpoints:
management:
authKey: TEST2
ingresses:
- enabled: true
hostname: "dataprovider-controlplane.tx.test"
endpoints:
- default
- protocol
- management
tls:
enabled: false
dataplane:
env:
TX_IAM_IATP_CREDENTIALSERVICE_URL: http://mock-util-service
ingresses:
- enabled: true
hostname: "dataprovider-dataplane.tx.test"
endpoints:
- default
- public
tls:
enabled: false
# -- uncomment the following for persistence
# postgresql:
# primary:
# persistence:
# enabled: true
# digital-twin-registry:
# postgresql:
# primary:
# persistence:
# enabled: true
dataconsumerTwo:
enabled: false
secrets:
edc-wallet-secret: tPwy4exxH1sXBRQouobSA2nNVaaPuwCs
tractusx-connector:
participant:
id: BPNL00000003AVTH
iatp:
id: did:web:mock-util-service/BPNL00000003AVTH
trustedIssuers:
- did:web:mock-util-service/trusted-issuer
sts:
dim:
url: http://mock-util-service/sts
oauth:
token_url: http://centralidp.tx.test/auth/realms/CX-Central/protocol/openid-connect/token
client:
id: satest03
controlplane:
env:
TX_IAM_IATP_CREDENTIALSERVICE_URL: http://mock-util-service
endpoints:
management:
authKey: TEST3
ingresses:
- enabled: true
hostname: "dataconsumer-2-controlplane.tx.test"
endpoints:
- default
- protocol
- management
tls:
enabled: false
dataplane:
env:
TX_IAM_IATP_CREDENTIALSERVICE_URL: http://mock-util-service
ingresses:
- enabled: true
hostname: "dataconsumer-2-dataplane.tx.test"
endpoints:
- default
- public
tls:
enabled: false
# -- uncomment the following for persistence
# postgresql:
# primary:
# persistence:
# enabled: true
pgadmin4:
enabled: true
# -- uncomment the following for persistence
# persistentVolume:
# enabled: true