Skip to content

Commit a97bdcb

Browse files
fix: upgrade to MgmtAPI v4 (#600)
1 parent f9b8c29 commit a97bdcb

12 files changed

Lines changed: 24 additions & 24 deletions

File tree

Requests/ControlPlane Management/Get Assets.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: {{CONSUMER_CP}}/api/mgmt/v4beta/assets/request
8+
url: {{CONSUMER_CP}}/api/mgmt/v4/assets/request
99
body: json
1010
auth: inherit
1111
}

Requests/ControlPlane Management/Get Contract Negotiations.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: {{CONSUMER_CP}}/api/mgmt/v4beta/contractnegotiations/request
8+
url: {{CONSUMER_CP}}/api/mgmt/v4/contractnegotiations/request
99
body: json
1010
auth: inherit
1111
}

Requests/ControlPlane Management/Get EDR DataAddress for TransferId.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: {{CONSUMER_CP}}/api/mgmt/v4beta/edrs/{{TRANSFER_PROCESS_ID}}/dataaddress
8+
url: {{CONSUMER_CP}}/api/mgmt/v4/edrs/{{TRANSFER_PROCESS_ID}}/dataaddress
99
body: none
1010
auth: inherit
1111
}

Requests/ControlPlane Management/Get cached EDRs.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: {{CONSUMER_CP}}/api/mgmt/v4beta/edrs/request
8+
url: {{CONSUMER_CP}}/api/mgmt/v4/edrs/request
99
body: json
1010
auth: inherit
1111
}

Requests/ControlPlane Management/Get transfer processes.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: {{CONSUMER_CP}}/api/mgmt/v4beta/transferprocesses/request
8+
url: {{CONSUMER_CP}}/api/mgmt/v4/transferprocesses/request
99
body: json
1010
auth: inherit
1111
}

Requests/ControlPlane Management/Initiate Transfer.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: {{CONSUMER_CP}}/api/mgmt/v4beta/transferprocesses
8+
url: {{CONSUMER_CP}}/api/mgmt/v4/transferprocesses
99
body: json
1010
auth: inherit
1111
}

Requests/ControlPlane Management/Initiate negotiation.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: {{CONSUMER_CP}}/api/mgmt/v4beta/contractnegotiations
8+
url: {{CONSUMER_CP}}/api/mgmt/v4/contractnegotiations
99
body: json
1010
auth: inherit
1111
}

Requests/ControlPlane Management/Request Catalog.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: {{CONSUMER_CP}}/api/mgmt/v4beta/catalog/request
8+
url: {{CONSUMER_CP}}/api/mgmt/v4/catalog/request
99
body: json
1010
auth: inherit
1111
}

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ format.version = "1.1"
44
[versions]
55
awaitility = "4.3.0"
66
edc = "0.17.0-SNAPSHOT"
7-
edc-build = "1.4.0"
7+
edc-build = "1.5.0"
88
jackson = "2.21.2"
99
jakarta-json = "2.1.3"
1010
parsson = "1.1.6"

k8s/consumer/application/controlplane-seed.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ spec:
5252
- |
5353
set -e
5454
55-
MGMT_URL="http://controlplane.consumer.svc.cluster.local:8081/api/mgmt/v5alpha/celexpressions"
55+
MGMT_URL="http://controlplane.consumer.svc.cluster.local:8081/api/mgmt/v5beta/celexpressions"
5656
5757
# Posts to the management API, treating 409 (already exists) as success.
5858
create_cel() {

0 commit comments

Comments
 (0)