docs: Where keycloak theme is created

This commit is contained in:
2025-10-29 12:49:10 +01:00
parent bb66ca1441
commit 606276d015
+6 -1
View File
@@ -1,4 +1,6 @@
# Keycloak export and import
# Keycloak
## Export and import
```
kc.sh -Djgroups.bind.port=7801 export --dir /tmp/backup --realm oceanbox --users same_file
@@ -6,3 +8,6 @@ kubectl cp -n keycloak oceanbox-realm.json prod-keycloak-0:/tmp/backup/oceanbox-
kubectl cp -n keycloak oceanbox-users-0.json prod-keycloak-0:/tmp/backup/oceanbox-users-0.json
kc.sh -Djgroups.bind.port=7801 import --dir /tmp/backup
```
## Theme
Our keycloak theme is inserted using the image provided [here](https://gitlab.com/oceanbox/keycloak-theme)