mirror of
https://github.com/goauthentik/authentik
synced 2026-05-05 06:32:15 +02:00
web: bump API Client version, remove Webdriver dependencies (#16836)
* 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>
This commit is contained in:
committed by
GitHub
parent
68684d1731
commit
a7b02bcef4
16
web/test/blueprints/test-admin-user.yaml
Normal file
16
web/test/blueprints/test-admin-user.yaml
Normal file
@@ -0,0 +1,16 @@
|
||||
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
|
||||
Reference in New Issue
Block a user