International-Data-Spaces-Association / metadata-broker-open-core

This is the repository of the open-core reference implementation of the IDS Metadata Broker.
Apache License 2.0
10 stars 17 forks source link

Removing a breaking change that is introduced through the IDS Informa… #89

Closed sebbader closed 2 years ago

sebbader commented 2 years ago

…tion Model Java Lib Version 5.0.0-SNAPSHOT

sebbader commented 2 years ago

In particular, it shall solve the RejectionMessage "securityProfile not set" when registering a Connector with:

...

  "ids:securityProfile" : {
    "@id" : "https://w3id.org/idsa/code/BASE_SECURITY_PROFILE"
  },
  ...
sebbader commented 2 years ago

By the way, a workaround for this problem is also the set "@type" attributes explicitly:

"ids:securityProfile" : {
    "@id" : "https://w3id.org/idsa/code/BASE_SECURITY_PROFILE",
    "@type": "idsc:SecurityProfile"
  },
jfernandezsqs commented 2 years ago

This PR is not solving issue: Update connector at Metadata Broker not working #93

NehaThawani44 commented 2 years ago

We are working on this issue, we will confirm once we have all the pipelines working with the following change.

jfernandezsqs commented 2 years ago

I had just a meeting with Sebastian Opriel and checked that it is working this pull request. Update connector at Metadata Broker is now working and the connector is updated at the Metadata Broker. Could you please upload this PR to master branch? Thanks in advance