You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Keycloak authorization has devservices, which will start a container running keycloak and configure the Application properties needed to connect to the instance.
The keyclient admin client extension don't behave that way. Especially combined with keycloak authorization, that's a hassle as the admin client endpoint will change everytime quarkus is restarted.
Implementation ideas
Implement the logic from the devservices for keycloak authorization in the keycloak admin client as well.
The text was updated successfully, but these errors were encountered:
Description
Keycloak authorization has devservices, which will start a container running keycloak and configure the Application properties needed to connect to the instance.
The keyclient admin client extension don't behave that way. Especially combined with keycloak authorization, that's a hassle as the admin client endpoint will change everytime quarkus is restarted.
Implementation ideas
Implement the logic from the devservices for keycloak authorization in the keycloak admin client as well.
The text was updated successfully, but these errors were encountered: