mirror of
https://github.com/goauthentik/authentik
synced 2026-04-27 18:07:15 +02:00
* web: bump API Client version Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * web: Remove WDIO tests. * web: bump tmp package. --------- Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: authentik-automation[bot] <135050075+authentik-automation[bot]@users.noreply.github.com> Co-authored-by: Teffen Ellis <teffen@goauthentik.io>
17 lines
438 B
YAML
17 lines
438 B
YAML
version: 1
|
|
entries:
|
|
- attrs:
|
|
email: test-admin@goauthentik.io
|
|
is_active: true
|
|
name: authentik Default Admin
|
|
password: test-runner
|
|
path: users
|
|
type: internal
|
|
groups:
|
|
- !Find [authentik_core.group, [name, "authentik Admins"]]
|
|
conditions: []
|
|
identifiers:
|
|
username: akadmin
|
|
model: authentik_core.user
|
|
state: present
|