Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
agmangas authored Apr 12, 2024
1 parent e09571b commit b336513
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Data Space Connector Building Blocks

- [Data Space Connector Building Blocks](#data-space-connector-building-blocks)
- [ToDo](#todo)
- [Introduction](#introduction)
- [Public Artifacts](#public-artifacts)
- [Configuration of the Connector Image](#configuration-of-the-connector-image)
Expand All @@ -16,13 +15,6 @@
> [!CAUTION]
> Please note that most of the code in this repository is still a work in progress and will thus likely go through several breaking changes throughout its development.
## ToDo

- [ ] Finalise the design of our authentication extension, which will be based on W3C Verifiable Credentials (VC) and Decentralised Identifiers (DID).
- [ ] Improve the documentation to demonstrate the integration of W3C VC and DID into the deployment process.
- [ ] Remove the need to use PKCS12 keystores in production.
- [ ] Consider writing additional examples of deployment.

## Introduction

This repository contains a collection of software components that aim at simplifying the deployment of data space connectors based on the [Eclipse Dataspace Components](https://eclipse-edc.github.io/docs/#/) (EDC) ecosystem and the interactions of applications with those connectors. Specifically, the following components are provided here:
Expand Down Expand Up @@ -79,6 +71,15 @@ The example in this section will illustrate the following scenario:
### Configuration and Deployment

> [!IMPORTANT]
> The default configuration of the example relies on `host.docker.internal` resolving to the host IP address. However, this may not be the case if you're using Linux. If that's the case, please ensure that `host.docker.internal` is added to your `/etc/hosts` file:
> ```
> vagrant@vagrant:~/connector-building-blocks/edcpy$ cat /etc/hosts
> 127.0.0.1 localhost
> 127.0.1.1 vagrant
> 127.0.0.1 host.docker.internal
> ```
#### Provider

First, we will deploy the services of the provider participant.
Expand Down

0 comments on commit b336513

Please sign in to comment.