docs: Where keycloak theme is created
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user