Skip to content

Commit 8486942

Browse files
authored
fix: adapt after upstream edc multi profile changes (#105)
1 parent 4d519a0 commit 8486942

16 files changed

Lines changed: 24 additions & 24 deletions

File tree

k8s/apps/controlplane-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ data:
7070
edc.iam.dcp.scopes.manufacturer.type: "POLICY"
7171
edc.iam.dcp.scopes.manufacturer.value: "org.eclipse.dspace.dcp.vc.type:ManufacturerCredential:read"
7272
edc.iam.dcp.scopes.manufacturer.prefix-mapping: "ManufacturerCredential"
73-
73+
edc.dsp.profiles.enable.all: "true"
7474
# Trusted Issuers
7575
edc.iam.trusted-issuer.issuer.id: "did:web:issuerservice.edc-v.svc.cluster.local%3A10016:issuer"
7676

k8s/apps/edcv-agent-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ data:
4141
identityhub.sts.url: http://identityhub.edc-v.svc.cluster.local:7084/api/sts/token
4242
identityhub.cs.url: http://identityhub.edc-v.svc.cluster.local:7082/api/credentials/v1/participants/%s
4343
controlplane.url: http://controlplane.edc-v.svc.cluster.local:8081/api/mgmt
44-
controlplane.protocol.url: http://controlplane.edc-v.svc.cluster.local:8082/api/dsp/%s/2025-1
44+
controlplane.protocol.url: http://controlplane.edc-v.svc.cluster.local:8082/api/dsp/%s/http-dsp-profile-2025-1

k8s/apps/ih-agent-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@ data:
3939
keycloak.tokenUrl: http://keycloak.edc-v.svc.cluster.local:8080/realms/edcv/protocol/openid-connect/token
4040
identityhub.url: http://identityhub.edc-v.svc.cluster.local:7081/api/identity
4141
identityhub.cs.url: http://identityhub.edc-v.svc.cluster.local:7082/api/credentials/v1/participants/%s
42-
controlplane.protocol.url: http://controlplane.edc-v.svc.cluster.local:8082/api/dsp/%s/2025-1
42+
controlplane.protocol.url: http://controlplane.edc-v.svc.cluster.local:8082/api/dsp/%s/http-dsp-profile-2025-1

requests/EDC-V Onboarding/EDC-V Management/Data Transfer/Http Certs/Consumer/Get Catalog.bru

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ meta {
55
}
66

77
post {
8-
url: {{cpBaseUrl}}/participants/{{consumer_id}}/catalog/request
8+
url: {{cpBaseUrl}}/v5beta/participants/{{consumer_id}}/catalog/request
99
body: json
1010
auth: inherit
1111
}
@@ -16,8 +16,8 @@ body:json {
1616
"https://w3id.org/edc/connector/management/v2"
1717
],
1818
"@type": "CatalogRequest",
19-
"protocol": "dataspace-protocol-http:2025-1",
20-
"counterPartyAddress": "http://controlplane.edc-v.svc.cluster.local:8082/api/dsp/{{provider_id}}/2025-1",
19+
"protocol": "http-dsp-profile-2025-1",
20+
"counterPartyAddress": "http://controlplane.edc-v.svc.cluster.local:8082/api/dsp/{{provider_id}}/http-dsp-profile-2025-1",
2121
"counterPartyId": "did:web:identityhub.edc-v.svc.cluster.local%3A7083:provider"
2222
}
2323
}

requests/EDC-V Onboarding/EDC-V Management/Data Transfer/Http Certs/Consumer/Poll Contract Negotiation.bru

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ meta {
55
}
66

77
get {
8-
url: {{cpBaseUrl}}/participants/{{consumer_id}}/contractnegotiations/{{NEGOTIATION_ID}}
8+
url: {{cpBaseUrl}}/v5beta/participants/{{consumer_id}}/contractnegotiations/{{NEGOTIATION_ID}}
99
body: json
1010
auth: inherit
1111
}

requests/EDC-V Onboarding/EDC-V Management/Data Transfer/Http Certs/Consumer/Setup Contract Negotiation.bru

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ meta {
55
}
66

77
post {
8-
url: {{cpBaseUrl}}/participants/{{consumer_id}}/contractnegotiations
8+
url: {{cpBaseUrl}}/v5beta/participants/{{consumer_id}}/contractnegotiations
99
body: json
1010
auth: inherit
1111
}
@@ -16,8 +16,8 @@ body:json {
1616
"https://w3id.org/edc/connector/management/v2"
1717
],
1818
"@type": "ContractRequest",
19-
"protocol": "dataspace-protocol-http:2025-1",
20-
"counterPartyAddress": "http://controlplane.edc-v.svc.cluster.local:8082/api/dsp/{{provider_id}}/2025-1",
19+
"protocol": "http-dsp-profile-2025-1",
20+
"counterPartyAddress": "http://controlplane.edc-v.svc.cluster.local:8082/api/dsp/{{provider_id}}/http-dsp-profile-2025-1",
2121
"policy": {
2222
"@id": "{{POLICY_ID}}",
2323
"@type": "Offer",

requests/EDC-V Onboarding/EDC-V Management/Data Transfer/Http Certs/Consumer/Setup Transfer.bru

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ meta {
55
}
66

77
post {
8-
url: {{cpBaseUrl}}/participants/{{consumer_id}}/transferprocesses
8+
url: {{cpBaseUrl}}/v5beta/participants/{{consumer_id}}/transferprocesses
99
body: json
1010
auth: inherit
1111
}
@@ -16,8 +16,8 @@ body:json {
1616
"https://w3id.org/edc/connector/management/v2"
1717
],
1818
"@type": "TransferRequest",
19-
"protocol": "dataspace-protocol-http:2025-1",
20-
"counterPartyAddress": "http://controlplane.edc-v.svc.cluster.local:8082/api/dsp/{{provider_id}}/2025-1",
19+
"protocol": "http-dsp-profile-2025-1",
20+
"counterPartyAddress": "http://controlplane.edc-v.svc.cluster.local:8082/api/dsp/{{provider_id}}/http-dsp-profile-2025-1",
2121
"contractId": "{{AGREEMENT_ID}}",
2222
"transferType": "HttpData-PULL"
2323
}

requests/EDC-V Onboarding/EDC-V Management/Prepare Consumer Participant/Create CEL expression (Manufacturing).bru

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ meta {
55
}
66

77
post {
8-
url: {{cpBaseUrl}}/celexpressions
8+
url: {{cpBaseUrl}}/v5beta/celexpressions
99
body: json
1010
auth: inherit
1111
}

requests/EDC-V Onboarding/EDC-V Management/Prepare Consumer Participant/Prepare Dataplane.bru

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ meta {
55
}
66

77
put {
8-
url: {{cpBaseUrl}}/participants/{{consumer_id}}/dataplanes
8+
url: {{cpBaseUrl}}/v5beta/participants/{{consumer_id}}/dataplanes
99
body: json
1010
auth: inherit
1111
}

requests/EDC-V Onboarding/EDC-V Management/Prepare Provider Participant/Create Cert Asset.bru

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ meta {
55
}
66

77
post {
8-
url: {{cpBaseUrl}}/participants/{{provider_id}}/assets
8+
url: {{cpBaseUrl}}/v5beta/participants/{{provider_id}}/assets
99
body: json
1010
auth: inherit
1111
}

0 commit comments

Comments
 (0)