Matthias Twardawski

Results 6 issues of Matthias Twardawski

While setting up a new peer with `opendut-edgar setup managed ` it may get stuck in state netbird connect. To resolve this issue it was enough to stop the netbird...

type: bug
component: edgar

Right now we are setting some configuration in the edgar.toml when we provide a setup string. (`opendut-edgar/src/setup/tasks/write_configuration.rs`) - peer.id - network.carl.host - network.carl.port - network.oidc.enabled - network.oidc.client.id - network.oidc.client.secret If...

type: feature
component: edgar

LEA is using a hard-coded String for its issuer to decode tokens. This is not correct. ``` // opendut-lea/src/components/auth.rs pub(crate) fn decode_token(token: &str) -> TokenData { let mut validation =...

During provision of Keycloak in the test environement client secret were set. At the moment these secrets are hard-coded in `provision.sh`. These secrets were also reused in the docker compose...

We are using Netbird, which requires a certificate to communicate with our backend system. Currently we use the certificate we get from the EDGAR setup string and write it on...

component: edgar
type: enhancement

If we try to delete peers from LEA (not sure, if this also happens in CLEO when trying to delete peers, but most likely) we encounter an error in CARLs...

type: bug
component: carl
component: carl-api
state: clarification needed