-
Notifications
You must be signed in to change notification settings - Fork 106
EDC Tutorial Dataspace Connectivity
Deploying my own Dataspace - EDC Tutorial
- Stephan Bauer Platform Domain Manager | Manager for Network Services, Catena-X Automotive Network e.V.
- Tatjana Wiest IT Project Manager – Automotive Digitalization, Polygran
- Mikel Garcia Bartolome Dataspace Consultant - LKS Next
For local deployment (on your host machine, the following tools are needed)
- jq
- helm
- kubectl
- minikube
The Umbrella Helm Charts provide already several services (some are enabled, some are disabled) For our workstream, we mainly use the values-adopter-data-exchange.yaml
With this file, the following components are included:
centralidp: enabled: true
managed-identity-wallet: enabled: true
dataconsumerOne: enabled: true
tx-data-provider: enabled: true
dataconsumerTwo: enabled: false
pgadmin4: enabled: true
Note
Some other components like databases, vaults are already included in the enabled components Youu could also use other
value.yaml
from the repository.
Try to set up your local data space and learn how the communication/transfer between two EDCs works. The Challenge is along the provided “E2E adopter journey tutorial - specific URL for community days and its deployment with Umbrella Helm Charts”
Goals
- Getting familiar with Umbrella Helm Charts, kubernets and minikube and its dashboard
- Understanding the architecture
- Working with a local dataspace deployment
- Play around with assets, policies …
- Communication between two (already registered EDCs)
- Providing feedback
Try to activate and deploy (locally) a second EDC and play with different assets and policies.
Goals
- Further understand the power of helm charts
- Get to know the configuration parameters
- Play around with restricted assets, policies …
Try to activate the Portal (and other components)
Goals
- Further understand the power of helm charts
- Get to know the configuration parameters
- tractus-x-umbrella
- Policy Playground
- video
- Link to Bruno collection
Fourth Eclipse Tractus-X Community Days
- Welcome
- Business Perspective
- Business game (Catena-X)
- Workshops / Tutorials
- Challenges / Coding
General
Working with KITs
- Automate KIT documentation update
- How to create a KIT website
- KIT Artefacts
- Understanding our multi instance and versioning behaviour
Working with the Webpage