'Keycloak realm imports - split into multiple files
I'm running Keycloak in a docker container, and initially, on start-up I import a realm JSON file by passing the Keycloak IMPORT env var (path to realm json file) into the container.
However after extensively using Keycloak and working on it - I'v ended up with a huge JSON file. Is there any way to split this file into multiple ones?
I do know that its possible to have a separate users JSON file, that can be imported. But is there any way to split it into more files e.g.
realm.json
realm-clients.json
realm-roles.json
realm-users.json
Any solution for this that Keycloak supports out of the box? Or, my best bet is some custom solution upon starting the container?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
