eclipse-edc / MinimumViableDataspace

Guidance on documentation, scripts and integration steps on using the EDC project results
Apache License 2.0
51 stars 160 forks source link

Postman enviroments #304

Closed paullatzelsperger closed 1 month ago

paullatzelsperger commented 1 month ago

Discussed in https://github.com/eclipse-edc/MinimumViableDataspace/discussions/303

Originally posted by **alzcurda-i2cat** July 19, 2024 Hi! I think the export of Postman it is incomplete. On [readme](https://github.com/eclipse-edc/MinimumViableDataspace/blob/main/README.md#executing-rest-requests-using-postman) specifies we have two environments ("MVD local development" and "MVD K8S"), but when I open the last version of MVD I only view a "deployment/postman/http-client.env.json" with this content: ``` { "Local": { "CS_URL": "http://localhost:7082", "HOST": "http://localhost:8081", "PARTICIPANT_ID": "super-user", "CATALOG_URL": "http://localhost:8084", "DID": "did:web:super-user" } } ``` When I try to launch all the part of "ControlPlane Management" on K8s fails. Could you share an updated version of environments o we must created by ourselves? Thanks.