Linus Hafkemeyer
Linus Hafkemeyer
When an EDGAR instance is instructed to use a CAN interface by a _ClusterAssignment_, the [logic for configuring CAN on the peer](https://github.com/eclipse-opendut/opendut/blob/main/opendut-edgar/src/service/cluster_assignment.rs) executes several shell commands to create the _vcan_...
In an [openDuT deployment](https://github.com/eclipse-opendut/opendut/tree/main/.ci/deploy/localenv), the WebDAV server to which results are uploaded is only reachable via HTTPS, which is terminated by Traefik. The reqwest client in EDGAR that is used...
As of now, there is no authentication in place for the WebDAV server to which test results are automatically uploaded and for the MQTT broker. Obviously, this makes the setup...