I’m using a docker image and I uploaded the realm.json in /opt/keycloak/data/import
to get the nice auto import functionality.
When I add now to start --import-realm
I get:
2022-04-26 08:28:56,195 ERROR [org.keycloak.quarkus.runtime.cli.ExecutionExceptionHandler] (main) ERROR: Failed to start server in (production) mode
2022-04-26 08:28:56,195 ERROR [org.keycloak.quarkus.runtime.cli.ExecutionExceptionHandler] (main) ERROR: Failed to import realm: myrealm
2022-04-26 08:28:56,195 ERROR [org.keycloak.quarkus.runtime.cli.ExecutionExceptionHandler] (main) ERROR: Script upload is disabled
which confuses me, because
- Script Upload should be removed (why is import using that?) and
- doesn’t work.
Without the --import-realm
all works fine
Reference to documentation: https://www.keycloak.org/server/importExport
Created issue too: https://github.com/keycloak/keycloak/issues/11664