Skip to content

Latest commit

 

History

History
55 lines (35 loc) · 2.96 KB

README.md

File metadata and controls

55 lines (35 loc) · 2.96 KB

IDS-testbed

IDS Testbed is a setup with Open Source IDS components which can be used to verify that a component:

  • implements the IDS specifications for establishing connections and communication.
  • and, thus, can work interoperable with all IDS components in the testbed setup.

What is it for?

  • Component behaviour testing
  • Interoperability testing against IDS components (Connector, DAPS, CA, Metadata Broker)
  • Preparation for IDS certification
  • Starting point for creation of data spaces

▶️ This setup can also be used as a MVDS (Minimum Viable Data Space) that is a quickstart to sharing data in a secure and sovereign way. you can discover more on the Minimum Viable Data Space page.

🔽 If you would like to use it only for testing purposes, you can continue following the steps below.

How to get started?

  1. Git clone this repository to your local machine and go into the directory (usually cd IDS-testbed)

  2. Make sure you have correctly installed all the setting up requirements. Run docker compose up -d to start the Testbed and deploy all the components.

  3. Run the Postman collection to start the tests. There is a guide with the installation and use of Postman which is located here. Current available components for testing are: CA, DAPS, Dataspace connector, Metadata Broker.

  4. Test the compatibility of your own developed component following the steps of the Testbed User Guide.

  5. Download the Test Suite and follow the instructions to conduct automated tests for your own developed connector

Current version (V1.0)

Minimal setup with essential and already available components first_version

Used versions of the IDS-testbed components:

  • Certificate Authority (CA)
  • Dynamic Attribute Provisioning Service (DAPS) v1.6.0
  • Dataspace Connector (DSC) v7.1.0
  • MetadataBroker (MDB) v5.0.0

Roadmap

Version 2.0 of the test bed

Minimum viable data space with all essential components and first test cases next_version

Version X.Y of the test bed

Integration of all intended components into the setup next_version

Final vision for the testbed

On the long run, the testbed should be equipped with a test suite and testing components replacing the open source reference implementations of the components. vision