-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Realms are not imported #1
Comments
You can make it work by using an older version of keycloak (6.0.1). image: jboss/keycloak:6.0.1 |
I fixed it with a PR #2 |
change the docker compose file to be: KEYCLOAK_IMPORT: /tmp/one-realm.json,/tmp/two-realm.json -Dkeycloak.profile.feature.upload_scripts=enabled |
@LBoraz I didn't work for me on keycloak 11, I get
Even though I have verified that file exists there. |
My bad @LBoraz , Had to do it in container image, else the file gets removed of something. Anyways works in Dockerfile:
|
The realms
one-relam.json
andtwo-realm.json
are not imported on startup. The following error is observed:When I also try to import it from the keycloak admin console, I get the following exception:
The text was updated successfully, but these errors were encountered: