Fix group
This commit is contained in:
@@ -13,6 +13,7 @@ entries:
|
||||
enabled: false
|
||||
# --- GROUPS ---
|
||||
- model: authentik_core.group
|
||||
state: present
|
||||
identifiers:
|
||||
name: "authentik Admins"
|
||||
attrs:
|
||||
@@ -53,7 +54,7 @@ entries:
|
||||
password: !Env DEFAULT_ADMIN_PASSWORD
|
||||
path: "users"
|
||||
groups:
|
||||
- !Find [authentik_core.group, [name, "authentik Admins"]]
|
||||
- !Find [authentik_core.group, [name, "admin"]]
|
||||
|
||||
# Disable the Initial Setup Flow
|
||||
- model: authentik_flows.flow
|
||||
|
||||
Reference in New Issue
Block a user