2022-08-02 23:05:49 +01:00
|
|
|
metadata:
|
|
|
|
name: Default - Tenant
|
2022-07-31 16:11:44 +01:00
|
|
|
version: 1
|
|
|
|
entries:
|
2023-02-21 14:53:33 +00:00
|
|
|
- model: authentik_blueprints.metaapplyblueprint
|
|
|
|
attrs:
|
|
|
|
identifiers:
|
|
|
|
name: System - Interfaces
|
|
|
|
required: false
|
2022-08-29 20:20:58 +01:00
|
|
|
- model: authentik_blueprints.metaapplyblueprint
|
|
|
|
attrs:
|
|
|
|
identifiers:
|
|
|
|
name: Default - Authentication flow
|
|
|
|
required: false
|
|
|
|
- model: authentik_blueprints.metaapplyblueprint
|
|
|
|
attrs:
|
|
|
|
identifiers:
|
|
|
|
name: Default - Invalidation flow
|
|
|
|
required: false
|
|
|
|
- model: authentik_blueprints.metaapplyblueprint
|
|
|
|
attrs:
|
|
|
|
identifiers:
|
|
|
|
name: Default - User settings flow
|
|
|
|
required: false
|
2022-07-31 16:11:44 +01:00
|
|
|
- attrs:
|
|
|
|
flow_authentication: !Find [authentik_flows.flow, [slug, default-authentication-flow]]
|
|
|
|
flow_invalidation: !Find [authentik_flows.flow, [slug, default-invalidation-flow]]
|
2022-08-05 07:39:00 +01:00
|
|
|
flow_user_settings: !Find [authentik_flows.flow, [slug, default-user-settings-flow]]
|
2023-02-21 14:53:33 +00:00
|
|
|
interface_admin: !Find [authentik_interfaces.Interface, [type, admin]]
|
|
|
|
interface_user: !Find [authentik_interfaces.Interface, [type, user]]
|
|
|
|
interface_flow: !Find [authentik_interfaces.Interface, [type, flow]]
|
2022-07-31 16:11:44 +01:00
|
|
|
identifiers:
|
|
|
|
domain: authentik-default
|
|
|
|
default: True
|
2023-01-31 14:17:05 +00:00
|
|
|
state: created
|
2022-08-05 23:52:12 +01:00
|
|
|
model: authentik_tenants.tenant
|