Add docs for initial admin user setup #20
Reference in New Issue
Block a user
No description provided.
Delete Branch "docs-n-deprecations"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
When first deploying keycloak, I was a little unsure about how to set up the real admin user. Surprisingly, the keycloak docs don't tell you how to do this, this is really all they say:
So I wrote the directions here. Also added a section on recovery, because I messed up when creating my initial admin user and lost its password 🤦♂️
Also fixed some deprecated traefik labels as described in coop-cloud/example#3
One minor comment but otherwise, LGTM! Thanks!
@ -38,0 +54,4 @@
You can create a new admin account like this:
```
docker exec -it <keycloak container ID> bash
abra app run <app> <service> bash
?You can even potentially run this as a one-liner?
Looks fantastic @mac-chaffee, nice one! Merge away 👌