feat: add ability to provision local users using blueprints
This commit is contained in:
parent
359622d17a
commit
d800d43c71
3 changed files with 56 additions and 0 deletions
|
|
@ -98,3 +98,16 @@ authentik_entra_sources: []
|
|||
authentik_login_source_ids: []
|
||||
# - "source-entra-entra-id"
|
||||
authentik_identification_stage_name: default-authentication-identification
|
||||
|
||||
# Local users to provision
|
||||
authentik_local_users: []
|
||||
# - username: admin
|
||||
# name: "Admin User"
|
||||
# email: "admin@example.com"
|
||||
# password_env: AUTHENTIK_ADMIN_PASSWORD # reference env var in authentik_blueprint_env
|
||||
# is_active: true
|
||||
# groups:
|
||||
# - authentik Admins
|
||||
# attributes:
|
||||
# settings:
|
||||
# locale: en
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue