Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 1.01 KB

README.MD

File metadata and controls

21 lines (14 loc) · 1.01 KB

VSDS Dataspace connector

This repository provides a connector build that can be used to create a dataspace with an LDES Server.

To create the image, run the following docker command from the root directory:

  1. Image for consumer and provider connectors

    docker build -t vsds-dataspace-connector:local . -f ./http-plane-headers-extension/Dockerfile

    Note: This connector is not production ready and should only be used for development purposes.

  2. E2E testing

Next steps:

  • Support DAPS or OAUTH2 as a production suitable alternative for the current dev build which uses the mock.iam
  • Setup persistence strategy to replace in memory catalog causing the config to reset upon restarts
  • Provide UI container for easier setup using sovity or eclipse-edc