Wiki

Wiki

2.3 PDC Configuration

What are the core settings? The config.json requires: the PDC’s endpoint (full URL), authentication keys (serviceKey, secretKey), and the full API endpoints for the core services: catalogUri [6.1], contractUri [6.2], and consentUri [6.3].

After deploying the Dataspace Connector (PDC) [2.1], it must be properly configured to operate within the dataspace and connect to the core services [6.0]. The core settings required in the config.json file include:

  • PDC Endpoint: The full URL where the PDC is reachable. This domain must match the one configured during deployment.
  • Authentication Keys: The serviceKey (Client ID) and secretKey (Client Secret) issued during participant registration. These are used for authenticating with core services.
  • Core Service Endpoints:
    • catalogUri [6.1] – Endpoint of the Catalogue service.
    • contractUri [6.2] – Endpoint of the Contract Manager service.
    • consentUri [6.3] – Endpoint of the Consent Management service.
Prometheus-X Data Space Connector (Source: Prometheus-X)

 

You can click here to learn more about the configuration of the connector.

 

References