Skip to content

Commit

Permalink
fix: fix keycloak dev realm (#405)
Browse files Browse the repository at this point in the history
* fix: fix keycloak dev realm to work with local e2e setup

* docs: update keycloak realm export documentation with hint to possible error

* docs: update CHANGELOG.md

* fix: remove unrecognized field from exported realm.dev.json

* docs: more specific wording
  • Loading branch information
PaddseL authored Dec 20, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 16698d6 commit c4abbc8
Showing 4 changed files with 587 additions and 538 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -15,6 +15,8 @@ please see [changelog_updates.md](docs/dev/changelog_updates.md).

#### Patch

- Fixed Keycloak dev realm for local E2E development

### Known issues

### Deployment Migration Notes
Original file line number Diff line number Diff line change
@@ -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
Loading

0 comments on commit c4abbc8

Please sign in to comment.