
* use default container name from helm chart the default name for the worker container is worker and not authentik. see https://github.com/goauthentik/helm/blob/main/charts/authentik/values.yaml#L603 Signed-off-by: rickra <richardkraus98@pm.me> * fix container name everywhere Signed-off-by: Jens Langhammer <jens@goauthentik.io> --------- Signed-off-by: rickra <richardkraus98@pm.me> Signed-off-by: Jens Langhammer <jens@goauthentik.io> Co-authored-by: Jens Langhammer <jens@goauthentik.io>
469 B
469 B
title
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 worker -- ak create_admin_group username