Frank Märkle
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...
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...
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...
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...
We currently experience very slow network speeds when communication is relayed by the TURN server. This may be caused by #270.
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...
Currently, LEA shows whether deployment of a cluster has been requested by turning the traffic light yellow.  The traffic light is intended for the cluster health, which should be...
LEA should show the name of the peer or cluster in the heading of respective configurator view, for example like this: 
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...
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...