-
Notifications
You must be signed in to change notification settings - Fork 0
/
values.yaml
219 lines (203 loc) · 6.91 KB
/
values.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
global:
enablePrometheus: false
enableGrafana: false
irs-helm:
#####################
# IRS Configuration #
#####################
irsUrl: "https://irs.dev.demo.catena-x.net"
ingress:
enabled: false
digitalTwinRegistry:
url: http://cx-irs-local-registry-svc:8080
semanticsHub:
url: https://semantics.int.demo.catena-x.net/hub/api/v1
bpdm:
url: https://partners-pool.int.demo.catena-x.net
minioUser: testtest
minioPassword: testtest
keycloak:
oauth2:
clientId:
clientSecret:
clientTokenUri:
jwkSetUri:
aasWrapper:
username: test
password: test
#######################
# Minio Configuration #
#######################
irs-minio:
minioUser: testtest
minioPassword: testtest
############################
# AASWrapper Configuration #
############################
irs-aaswrapper:
edc:
api:
auth:
key: "123456"
##############################
# EDC Postgres Configuration #
##############################
postgresql:
primary:
persistence:
enabled: false
auth:
postgresPassword: test
password: test
##################################
# EDC Controlplane Configuration #
##################################
edc-controlplane:
ingresses:
- enabled: false
edc:
postgresql:
password: test
user: edc
transfer:
proxy:
token:
verifier:
publickey:
alias: irs-local-daps-cert-consumer
signer:
privatekey:
alias: irs-local-daps-cert-consumer-key
api:
auth:
key: "123456"
controlplane:
url: "http://irs-local-edc-controlplane"
dataplane:
url: "http://irs-local-edc-dataplane:8185"
endpoints:
## IDS endpoints
ids:
# -- The network port, which the "ids" multipart api is going to be exposed by the container, pod and service
port: "80"
# -- The path mapping the "ids" multipart api is going to be exposed at
path: /api/v1/ids
configuration:
properties: |-
edc.oauth.client.id=53:F0:6A:5B:3E:46:56:32:76:84:D4:A6:46:AC:7D:BA:EA:9C:0F:D3:keyid:53:F0:6A:5B:3E:46:56:32:76:84:D4:A6:46:AC:7D:BA:EA:9C:0F:D3
edc.oauth.private.key.alias=irs-local-daps-cert-consumer-key
edc.oauth.provider.jwks.url=https://daps-irs.dev.demo.catena-x.net/.well-known/jwks.json
edc.oauth.public.key.alias=irs-local-daps-cert-consumer
edc.oauth.token.url=https://daps-irs.dev.demo.catena-x.net/token
edc.vault.hashicorp.url=https://vault.demo.catena-x.net
edc.vault.hashicorp.api.secret.path=/v1/traceability-irs
edc.data.encryption.keys.alias=irs-local-daps-cert-consumer-key
edc.data.encryption.algorithm=NONE
edc.vault.hashicorp.token=
###############################
# EDC Dataplane Configuration #
###############################
edc-dataplane:
edc:
api:
auth:
key: "123456"
## Ingress declaration to expose the network service.
ingresses:
## Public / Internet facing Ingress
- enabled: false
configuration:
properties: |-
edc.oauth.client.id=53:F0:6A:5B:3E:46:56:32:76:84:D4:A6:46:AC:7D:BA:EA:9C:0F:D3:keyid:53:F0:6A:5B:3E:46:56:32:76:84:D4:A6:46:AC:7D:BA:EA:9C:0F:D3
edc.oauth.private.key.alias=irs-local-daps-cert-consumer-key
edc.oauth.provider.audience=idsc:IDS_CONNECTORS_ALL
edc.oauth.provider.jwks.url=https://daps-irs.dev.demo.catena-x.net/.well-known/jwks.json
edc.oauth.public.key.alias=irs-local-daps-cert-consumer
edc.oauth.token.url=https://daps-irs.dev.demo.catena-x.net/token
edc.vault.hashicorp.url=https://vault.demo.catena-x.net
edc.vault.hashicorp.api.secret.path=/v1/traceability-irs
edc.vault.hashicorp.token=
##############################
# EDC Provider Configuration #
##############################
edc-provider:
##################################
# EDC Controlplane Configuration #
##################################
edc-controlplane-provider:
ingresses:
- enabled: false
edc:
postgresql:
user: edc
password: test
transfer:
proxy:
token:
verifier:
publickey:
alias: irs-local-daps-cert-provider
signer:
privatekey:
alias: irs-local-daps-cert-provider-key
api:
auth:
key: "123456"
controlplane:
url: "http://irs-local-edc-controlplane-provider"
dataplane:
url: "http://irs-local-edc-dataplane-provider:8185"
endpoints:
## IDS endpoints
ids:
# -- The network port, which the "ids" multipart api is going to be exposed by the container, pod and service
port: "80"
# -- The path mapping the "ids" multipart api is going to be exposed at
path: /api/v1/ids
configuration:
properties: |-
edc.oauth.client.id=32:17:26:94:41:F3:3F:CD:5C:86:88:AF:83:4C:B1:FE:64:1F:CD:A9:keyid:32:17:26:94:41:F3:3F:CD:5C:86:88:AF:83:4C:B1:FE:64:1F:CD:A9
edc.oauth.private.key.alias=irs-local-daps-cert-provider-key
edc.oauth.provider.jwks.url=https://daps-irs.dev.demo.catena-x.net/.well-known/jwks.json
edc.oauth.public.key.alias=irs-local-daps-cert-provider
edc.oauth.token.url=https://daps-irs.dev.demo.catena-x.net/token
edc.vault.hashicorp.url=https://vault.demo.catena-x.net
edc.vault.hashicorp.api.secret.path=/v1/traceability-irs
edc.data.encryption.keys.alias=irs-dev-daps-cert-consumer-key
edc.data.encryption.algorithm=NONE
edc.vault.hashicorp.token=
###############################
# EDC Dataplane Configuration #
###############################
edc-dataplane-provider:
edc:
api:
auth:
key: "123456"
ingresses:
- enabled: false
configuration:
properties: |-
edc.oauth.client.id=32:17:26:94:41:F3:3F:CD:5C:86:88:AF:83:4C:B1:FE:64:1F:CD:A9:keyid:32:17:26:94:41:F3:3F:CD:5C:86:88:AF:83:4C:B1:FE:64:1F:CD:A9
edc.oauth.private.key.alias=irs-local-daps-cert-provider-key
edc.oauth.provider.audience=idsc:IDS_CONNECTORS_ALL
edc.oauth.provider.jwks.url=https://daps-irs.dev.demo.catena-x.net/.well-known/jwks.json
edc.oauth.public.key.alias=irs-local-daps-cert-provider
edc.oauth.token.url=https://daps-irs.dev.demo.catena-x.net/token
edc.vault.hashicorp.url=https://vault.demo.catena-x.net
edc.vault.hashicorp.api.secret.path=/v1/traceability-irs
edc.vault.hashicorp.token=
postgresql-provider:
primary:
persistence:
enabled: false
auth:
postgresPassword: test
password: test
registry:
registrypostgres:
primary:
persistence:
enabled: false
registry:
dockerSecret: