I'm working on a side project that creates a simple tool for generating Keycloak realm JSON files. This tool allows users to fill out a form with details like realm name, clients, roles, and users, and then it generates a JSON file that's ready for import. I'm not trying to promote anything; I'm just curious if others would find this tool helpful too, or if I'm just solving a problem that only I have. Personally, setting up Keycloak realms can be quite a hassle—manually editing JSON or navigating the Admin API isn't the easiest way to go about it. How does everyone else manage this? Is it just me, or do you find it frustrating as well?
1 Answer
Have you looked into the keycloak-config-cli on GitHub? It comes integrated with Keycloak, which makes it a complete GitOps solution for managing configurations.
Yeah, the keycloak-config-cli is awesome for structured setups. But my tool is more of a lightweight solution—just fill in a quick form and get an importable JSON. No setup hassle!