auto setup keycloak realm

This commit is contained in:
Jonas Heinrich 2024-07-21 00:26:18 +02:00
parent 474cdbec34
commit cdac7ad5fc
3 changed files with 59 additions and 3 deletions

17
flake.lock generated
View file

@ -1,5 +1,21 @@
{
"nodes": {
"keycloak-realms": {
"locked": {
"lastModified": 1721493163,
"narHash": "sha256-VmHIhv0VKcpL4IhP8kc5gIeIZNMS4Df9yHlPVc7LAlg=",
"owner": "rorosen",
"repo": "nixpkgs",
"rev": "162639ea7c3ac6578e77698ce71c2b1dc49ceffd",
"type": "github"
},
"original": {
"owner": "rorosen",
"ref": "keycloak-realm-import",
"repo": "nixpkgs",
"type": "github"
}
},
"nixos-shell": {
"inputs": {
"nixpkgs": "nixpkgs"
@ -51,6 +67,7 @@
},
"root": {
"inputs": {
"keycloak-realms": "keycloak-realms",
"nixos-shell": "nixos-shell",
"nixpkgs": "nixpkgs_2"
}