Fraunhofer-AISEC / trusted-connector

IoT edge platform "Trusted Connector" of the International Data Spaces. Based on Spring Boot, includes Camel message routing, a Camel component for IDSCP2 (including remote attestation with other connectors) and a management web UI.
https://industrial-data-space.github.io/trusted-connector-documentation
Apache License 2.0
44 stars 45 forks source link

The Provider UI does not refresh connections in a proper way #26

Closed Olatz1 closed 2 years ago

Olatz1 commented 3 years ago

Steps to reproduce the behavior

  1. Start consumer and provider
  2. Open the UI in the provider side
  3. Stop the consumer
  4. Start the consumer again

Expected behavior

In the UI the connection to the consumer is shown only when it's running and configured to connect to it.

Actual behavior

In the provider UI a connection to the consumer is still shown when the consumer is stopped. In the provider UI two connections to the same consumer are shown when the consumer is running again

gbrost commented 2 years ago

Does not work any more with current implementation. We need to re-add this as a feature for IDSCPv2

milux commented 2 years ago

This will very likely require changes to https://github.com/industrial-data-space/idscp2-jvm, especially camel-idscp2. Will look into it soon.

milux commented 2 years ago

Should be solved by now, release going to follow.