Fix admin
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user