Fix admin

This commit is contained in:
soraefir
2026-05-10 22:08:03 +02:00
parent ac0e28b5ab
commit d3ffacf4ca

View File

@@ -14,8 +14,9 @@ entries:
# --- GROUPS --- # --- GROUPS ---
- model: authentik_core.group - model: authentik_core.group
identifiers: identifiers:
name: "admin" name: "authentik Admins"
attrs: attrs:
name: "admin"
is_superuser: true is_superuser: true
- model: authentik_core.group - model: authentik_core.group
@@ -52,7 +53,7 @@ entries:
password: "{{ env('DEFAULT_ADMIN_PASSWORD') }}" password: "{{ env('DEFAULT_ADMIN_PASSWORD') }}"
path: "users" path: "users"
groups: groups:
- name: "admin" - name: !Find [authentik_core.group, [name, "admin"]]
# Disable the Initial Setup Flow # Disable the Initial Setup Flow
- model: authentik_flows.flow - model: authentik_flows.flow