Fix group

This commit is contained in:
soraefir
2026-05-10 22:27:29 +02:00
parent 6bf856b702
commit e2772e51d9

View File

@@ -13,6 +13,7 @@ entries:
enabled: false enabled: false
# --- GROUPS --- # --- GROUPS ---
- model: authentik_core.group - model: authentik_core.group
state: present
identifiers: identifiers:
name: "authentik Admins" name: "authentik Admins"
attrs: attrs:
@@ -53,7 +54,7 @@ entries:
password: !Env DEFAULT_ADMIN_PASSWORD password: !Env DEFAULT_ADMIN_PASSWORD
path: "users" path: "users"
groups: groups:
- !Find [authentik_core.group, [name, "authentik Admins"]] - !Find [authentik_core.group, [name, "admin"]]
# Disable the Initial Setup Flow # Disable the Initial Setup Flow
- model: authentik_flows.flow - model: authentik_flows.flow