International-Data-Spaces-Association / IDS-Enterprise-Integration-Connector

Lightweight Interoprable Connector Architecture for IDS-Communicatons.
Apache License 2.0
4 stars 2 forks source link

Reject connectors that register without a valid Connector URI or accessURL #14

Open sebplorenz opened 3 years ago

sebplorenz commented 3 years ago

Currently a lot of connectors without a valid Connector URI (Id) or accessURL are registered. Their registration is useless since no consumer is able to reach/access them. When such a connector tries to register it should be rejected by the Broker. E.g. this one should be rejected:

Connector URI
https://w3id.org/idsa/autogen/baseConnector/39934432-a85e-41c5-9f65-669219dde4ea

Access URL
https://localhost:8080/api/ids/data
NehaThawani44 commented 2 years ago

@juliapampus Can you please confirm this because what i understand is that it should be handled from the Connector end?

juliapampus commented 2 years ago

@NehaThawani44 Could be on both sides. As this relates to a connector's configuration, such a check chould be better placed on the connector side - as input validation in productive deployment. Can someone of you move this issue to our repo? @sebplorenz

sebplorenz commented 2 years ago

Hi, I have no access to this repository, therefore I'm not allowed to transfer. @NehaThawani44 please transfer the issue as described here https://docs.github.com/en/issues/tracking-your-work-with-issues/transferring-an-issue-to-another-repository

NehaThawani44 commented 2 years ago

@sebplorenz @juliapampus Transferred issue to this repository kindly have a look.