Skip to content

Commit

Permalink
fix: fix keycloak dev realm to work with local e2e setup
Browse files Browse the repository at this point in the history
  • Loading branch information
PaddseL committed Dec 20, 2024
1 parent 16698d6 commit 80ebabe
Show file tree
Hide file tree
Showing 2 changed files with 577 additions and 538 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ quarkus.oidc.enabled=true
%dev.quarkus.keycloak.devservices.image-name=quay.io/keycloak/keycloak:24.0.4

%dev.quarkus.keycloak.admin-client.server-url=http://localhost:8081
%dev.quarkus.keycloak.admin-client.realm=mds-portal
%dev.quarkus.keycloak.admin-client.realm=authority-portal
%dev.quarkus.keycloak.admin-client.client-id=authority-portal-client
%dev.quarkus.keycloak.admin-client.client-secret=NKV91vM0KfWeXzaNGaH6fF2z4o01tugl
%dev.quarkus.keycloak.admin-client.grant-type=CLIENT_CREDENTIALS
Expand Down
Loading

0 comments on commit 80ebabe

Please sign in to comment.