Incorrect keycloak realm used in dev mode for keycloak client #1757
Labels
area/backend
area/developer
Developer mode
branch/master
The master branch
branch/stable
The stable branch
type/bug
Something isn't working
Describe the bug
In dev mode, using
horreum.roles.provider=keycloak
,KeycloakUserBackend
is using the incorrect realm to retrieve users/roles.The
KeycloakUserBackend
is usingquarkus.keycloak.admin-client.realm
;Horreum/horreum-backend/src/main/java/io/hyperfoil/tools/horreum/svc/user/KeycloakUserBackend.java
Line 46 in b955bde
in dev mode this is set to the
master
realm;Horreum/horreum-backend/src/main/resources/application.properties
Line 114 in b955bde
The text was updated successfully, but these errors were encountered: