eclipse-opendut / opendut

Test Electronic Control Units around the world in a transparent network.
https://opendut.eclipse.dev
Apache License 2.0
22 stars 12 forks source link

Delete OIDC client once a peer gets deleted #149

Open reimarstier opened 3 months ago

reimarstier commented 3 months ago

Issue #112 added client credentials to the peer setup string. These credentials are valid for the identity provider Keycloak. Once a peer gets deleted these client credentials shall be deleted in keycloak as well.

The OIDC client manager contains test code to do this: opendut-carl/src/peer/oidc_client_manager.rs

Is related to depends on #201.

mirenz1 commented 2 weeks ago

Check existing test deleting clientId in keycloak opendut-util/opendut-auth/opendut-auth-tests/src/lib.rs