Frank Märkle

Results 61 issues of Frank Märkle

The `paste` library is unmaintained and depended on by a few of our dependencies. No actual vulnerabilities are known, but a [security advisory](https://rustsec.org/advisories/RUSTSEC-2024-0436) has been issued. For now, we have...

type: bug
state: blocked

To be able to determine *when* a cluster might be ready - not necessarily that it is fully healthy - we could do a basic ping on the peers and...

type: feature
component: carl
component: edgar
component: carl-api

Currently, running the EDGAR Setup is done by passing the Setup-String via the CLI: ```sh ./opendut-edgar setup managed $SETUP_STRING ``` This should be read via `stdin`, so the user will...

component: edgar
type: enhancement

A user should be able to define multiple interfaces for a device, which all get hooked up when the device is included into a cluster. Tasks: * [ ] Extend...

type: feature
component: cleo
component: lea
component: carl-api

We currently experience very slow network speeds when communication is relayed by the TURN server. This may be caused by #270.

type: bug

Currently, it is not possible to change the values of a network interface in LEA without deleting it and recreating it. This is particularly cumbersome, because it also requires deleting...

component: lea
state: clarification needed

Currently, LEA shows whether deployment of a cluster has been requested by turning the traffic light yellow. ![Screenshot_20241113_115239](https://github.com/user-attachments/assets/177ca17b-bf47-46dd-bb87-ded4ea0f2ead) The traffic light is intended for the cluster health, which should be...

component: lea
type: enhancement

LEA should show the name of the peer or cluster in the heading of respective configurator view, for example like this: ![Screenshot_20241113_114754](https://github.com/user-attachments/assets/0c6c95bb-f033-4e8d-999c-4c6c1cd90045)

component: lea
type: enhancement

It should be possible to host our backend on a server with mutual authentication as second-factor for authenticating a client (2FA). Tasks: * [ ] Configure Traefik in Localenv with...

type: feature
component: edgar
component: ci/cd
component: theo

For an easy distribution on different machines we want to use Docker. There is already a docker image for EDGAR in the test environment [here](https://github.com/eclipse-opendut/opendut/blob/0ea00d877722e0eccb0f946cf9436996fe1e8a29/.ci/docker/edgar/Dockerfile). To make this fit for...

type: feature
component: edgar
component: ci/cd