Skip to content

Commit 7dd7ab4

Browse files
authoredMar 4, 2025··
chore: fix after upstream changes holder renaming (#446)
1 parent cdc3996 commit 7dd7ab4

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed
 

‎deployment/postman/MVD.postman_collection.json

+10-10
Original file line numberDiff line numberDiff line change
@@ -6369,15 +6369,15 @@
63696369
}
63706370
},
63716371
"url": {
6372-
"raw": "{{ISSUER_ADMIN_URL}}/api/admin/v1alpha/issuers/{{ISSUER_CONTEXT_ID}}/issuanceprocesses/query",
6372+
"raw": "{{ISSUER_ADMIN_URL}}/api/admin/v1alpha/participants/{{ISSUER_CONTEXT_ID}}/issuanceprocesses/query",
63736373
"host": [
63746374
"{{ISSUER_ADMIN_URL}}"
63756375
],
63766376
"path": [
63776377
"api",
63786378
"admin",
63796379
"v1alpha",
6380-
"issuers",
6380+
"participants",
63816381
"{{ISSUER_CONTEXT_ID}}",
63826382
"issuanceprocesses",
63836383
"query"
@@ -6400,26 +6400,26 @@
64006400
"header": [],
64016401
"body": {
64026402
"mode": "raw",
6403-
"raw": "{\n \"did\": \"{{CONSUMER_ID}}\",\n \"participantId\": \"{{CONSUMER_ID}}\",\n \"name\": \"{{CONSUMER_NAME}}\"\n}",
6403+
"raw": "{\n \"did\": \"{{CONSUMER_ID}}\",\n \"holderId\": \"{{CONSUMER_ID}}\",\n \"name\": \"{{CONSUMER_NAME}}\"\n}",
64046404
"options": {
64056405
"raw": {
64066406
"language": "json"
64076407
}
64086408
}
64096409
},
64106410
"url": {
6411-
"raw": "{{ISSUER_ADMIN_URL}}/api/admin/v1alpha/participants",
6411+
"raw": "{{ISSUER_ADMIN_URL}}/api/admin/v1alpha/holders",
64126412
"host": [
64136413
"{{ISSUER_ADMIN_URL}}"
64146414
],
64156415
"path": [
64166416
"api",
64176417
"admin",
64186418
"v1alpha",
6419-
"participants"
6419+
"holders"
64206420
]
64216421
},
6422-
"description": "Generated from cURL: curl -sL -X POST 'http://localhost:10013/api/admin/v1alpha/participants' \\\n-H 'Content-Type: application/json' \\\n-d '{ \"did\": \"did:web:localhost%3A7083\", \"participantId\": \"did:web:localhost%3A7083\", \"name\": \"Consumer Participant\"}'"
6422+
"description": "Generated from cURL: curl -sL -X POST 'http://localhost:10013/api/admin/v1alpha/holders' \\\n-H 'Content-Type: application/json' \\\n-d '{ \"did\": \"did:web:localhost%3A7083\", \"participantId\": \"did:web:localhost%3A7083\", \"name\": \"Consumer Participant\"}'"
64236423
},
64246424
"response": []
64256425
},
@@ -6430,26 +6430,26 @@
64306430
"header": [],
64316431
"body": {
64326432
"mode": "raw",
6433-
"raw": "{\n \"did\": \"{{PROVIDER_ID}}\",\n \"participantId\": \"{{PROVIDER_ID}}\",\n \"name\": \"{{PROVIDER_NAME}}\"\n}",
6433+
"raw": "{\n \"did\": \"{{PROVIDER_ID}}\",\n \"holderId\": \"{{PROVIDER_ID}}\",\n \"name\": \"{{PROVIDER_NAME}}\"\n}",
64346434
"options": {
64356435
"raw": {
64366436
"language": "json"
64376437
}
64386438
}
64396439
},
64406440
"url": {
6441-
"raw": "{{ISSUER_ADMIN_URL}}/api/admin/v1alpha/participants",
6441+
"raw": "{{ISSUER_ADMIN_URL}}/api/admin/v1alpha/holders",
64426442
"host": [
64436443
"{{ISSUER_ADMIN_URL}}"
64446444
],
64456445
"path": [
64466446
"api",
64476447
"admin",
64486448
"v1alpha",
6449-
"participants"
6449+
"holders"
64506450
]
64516451
},
6452-
"description": "Generated from cURL: curl -sL -X POST 'http://localhost:10013/api/admin/v1alpha/participants' \\\n-H 'Content-Type: application/json' \\\n-d '{ \"did\": \"did:web:localhost%3A7093\", \"participantId\": \"did:web:localhost%3A7093\", \"name\": \"Provider Participant\"}'"
6452+
"description": "Generated from cURL: curl -sL -X POST 'http://localhost:10013/api/admin/v1alpha/holders' \\\n-H 'Content-Type: application/json' \\\n-d '{ \"did\": \"did:web:localhost%3A7093\", \"participantId\": \"did:web:localhost%3A7093\", \"name\": \"Provider Participant\"}'"
64536453
},
64546454
"response": []
64556455
},

‎seed-k8s.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ DATA_ISSUER=$(jq -n --arg pem "$PEM_ISSUER" '{
132132
"serviceEndpoints":[
133133
{
134134
"type": "IssuerService",
135-
"serviceEndpoint": "http://dataspace-issuer-service:10012/api/issuance/v1alpha/issuers/ZGlkOndlYjpkYXRhc3BhY2UtaXNzdWVyLXNlcnZpY2UlM0ExMDAxNjppc3N1ZXI=",
135+
"serviceEndpoint": "http://dataspace-issuer-service:10012/api/issuance/v1alpha/participants/ZGlkOndlYjpkYXRhc3BhY2UtaXNzdWVyLXNlcnZpY2UlM0ExMDAxNjppc3N1ZXI=",
136136
"id": "issuer-service-1"
137137
}
138138
],

‎seed.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ DATA_ISSUER=$(jq -n --arg pem "$PEM_ISSUER" '{
151151
"serviceEndpoints":[
152152
{
153153
"type": "IssuerService",
154-
"serviceEndpoint": "http://localhost:10012/api/issuance/v1alpha/issuers/ZGlkOndlYjpsb2NhbGhvc3QlM0ExMDEwMA==",
154+
"serviceEndpoint": "http://localhost:10012/api/issuance/v1alpha/participants/ZGlkOndlYjpsb2NhbGhvc3QlM0ExMDEwMA==",
155155
"id": "issuer-service-1"
156156
}
157157
],

0 commit comments

Comments
 (0)
Please sign in to comment.