Back to Authentik

Missing admin group

website/docs/troubleshooting/missing_admin_group.md

latest435 B
Original Source

If all of the Admin groups have been deleted, or misconfigured during sync, you can use the following command to gain access back.

Run the following command, where username is the user you want to add to the newly created group:

shell
docker compose run --rm server ak create_admin_group username

or, for Kubernetes, run

shell
kubectl exec -it deployment/authentik-worker -c worker -- ak create_admin_group username