Skip to content

Files

This branch is 821 commits behind eclipse-edc/Connector:main.

management-api

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Aug 9, 2023
Aug 3, 2023
Aug 9, 2023
Jul 18, 2023
Aug 9, 2023
Jul 18, 2023
Jul 21, 2023
Nov 14, 2022
Jan 26, 2023

Management API

This group of modules provides the Management API. With this API you can manage different things of the connector.

Authentication

The submodule :extensions:control-plane:api:management-api:management-api-configuration requires, that an implementation of the AuthenticationService interface was registered. Therefor you have to add an authentication module to your dependencies (e.g. :extensions:common:auth:auth-tokenbased or :extensions:common:auth:auth-basic).