Add Keycloak#656
Conversation
Tested with the following:
services.keycloak."keycloak" = {
enable = true;
realms.example = {
path = "realms/example.json";
import = true;
# export = true;
};
};
And adding a realm JSON file to ./data/keycloak/realms/example.json
|
I've been using this to work on a project for a while now and it seems to work well for me! |
We don’t export scripts in services-flake. it’d be nice to add documentation for how users can define their own scripts by reading the values for the keycloak service’s options. Happy to help with this if it isn’t clear.
process-compose supports services-flake/nix/services/minio.nix Line 122 in 6847001 |
Implement Keycloak service based on the devenv implementation. Feedback very much appreciated - this is my first time contributing to services-flake!
TODOs:
Questions: