This repository has been archived on 2024-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
authentik/website/docs/troubleshooting/missing_admin_group.md
Marc 'risson' Schmitt 1db9038830
make --schema-name default to public in mgmt commands
Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
2023-12-07 09:26:44 +01:00

462 B

title
Missing admin group

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:

docker-compose run --rm server create_admin_group username

or, for Kubernetes, run

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