@ -25,7 +25,7 @@ To try out the release candidate, replace your Docker image tag with the latest
|
|||||||
|
|
||||||
- **Tenants have been renamed to brands**
|
- **Tenants have been renamed to brands**
|
||||||
|
|
||||||
Tenants, which were previously used to change branding configuration, default flows, and several other settings have been renamed to _brands_. This name change is due to this release including full tenancy (see [New Features](#new-features)). Additionally, brands now more accurately reflect their usage; to configure branding, logos, colors, and overall login flow behavior.
|
Tenants, which were previously used to change branding configuration, default flows, and several other settings have been renamed to _brands_. The term "Brands" more accurately reflect their usage; to configure branding, logos, colors, and overall login flow behavior.
|
||||||
|
|
||||||
Existing _tenant_ objects will automatically be renamed to _brand_ objects. The API endpoints associated with _brands_ have also been renamed.
|
Existing _tenant_ objects will automatically be renamed to _brand_ objects. The API endpoints associated with _brands_ have also been renamed.
|
||||||
|
|
||||||
@ -132,16 +132,6 @@ To try out the release candidate, replace your Docker image tag with the latest
|
|||||||
|
|
||||||
**This feature is enabled by default.**
|
**This feature is enabled by default.**
|
||||||
|
|
||||||
- **Tenancy** <span class="badge badge--primary">Enterprise</span>
|
|
||||||
|
|
||||||
:::warning
|
|
||||||
This feature is in early preview. Use at your own risk.
|
|
||||||
:::
|
|
||||||
|
|
||||||
With the release of 2024.2, an administrator or operator can now create multiple tenants. This means that an operator can manage several authentik installations without having to deploy additional instances.
|
|
||||||
|
|
||||||
For more information about tenants, refer to the [documentation](../../advanced/tenancy.md). Refer to the [brands documentation](../../core/brands.md) for information about the updated process for configuring an instance's branding, colors, logos, etc.
|
|
||||||
|
|
||||||
### UX features
|
### UX features
|
||||||
|
|
||||||
- **Simplified workflow for creating applications and providers**
|
- **Simplified workflow for creating applications and providers**
|
||||||
@ -415,34 +405,6 @@ helm upgrade authentik authentik/authentik -f values.yaml --version ^2024.2
|
|||||||
|
|
||||||
##### `GET` /rac/endpoints/{pbm_uuid}/used_by/
|
##### `GET` /rac/endpoints/{pbm_uuid}/used_by/
|
||||||
|
|
||||||
##### `GET` /tenants/domains/
|
|
||||||
|
|
||||||
##### `POST` /tenants/domains/
|
|
||||||
|
|
||||||
##### `GET` /tenants/domains/{id}/
|
|
||||||
|
|
||||||
##### `PUT` /tenants/domains/{id}/
|
|
||||||
|
|
||||||
##### `DELETE` /tenants/domains/{id}/
|
|
||||||
|
|
||||||
##### `PATCH` /tenants/domains/{id}/
|
|
||||||
|
|
||||||
##### `GET` /tenants/tenants/
|
|
||||||
|
|
||||||
##### `POST` /tenants/tenants/
|
|
||||||
|
|
||||||
##### `GET` /tenants/tenants/{tenant_uuid}/
|
|
||||||
|
|
||||||
##### `PUT` /tenants/tenants/{tenant_uuid}/
|
|
||||||
|
|
||||||
##### `DELETE` /tenants/tenants/{tenant_uuid}/
|
|
||||||
|
|
||||||
##### `PATCH` /tenants/tenants/{tenant_uuid}/
|
|
||||||
|
|
||||||
##### `POST` /tenants/tenants/{tenant_uuid}/create_admin_group/
|
|
||||||
|
|
||||||
##### `POST` /tenants/tenants/{tenant_uuid}/create_recovery_key/
|
|
||||||
|
|
||||||
#### What's Deleted
|
#### What's Deleted
|
||||||
|
|
||||||
---
|
---
|
||||||
@ -453,22 +415,6 @@ helm upgrade authentik authentik/authentik -f values.yaml --version ^2024.2
|
|||||||
|
|
||||||
##### `POST` /admin/system_tasks/{id}/retry/
|
##### `POST` /admin/system_tasks/{id}/retry/
|
||||||
|
|
||||||
##### `GET` /core/tenants/
|
|
||||||
|
|
||||||
##### `POST` /core/tenants/
|
|
||||||
|
|
||||||
##### `GET` /core/tenants/{tenant_uuid}/
|
|
||||||
|
|
||||||
##### `PUT` /core/tenants/{tenant_uuid}/
|
|
||||||
|
|
||||||
##### `DELETE` /core/tenants/{tenant_uuid}/
|
|
||||||
|
|
||||||
##### `PATCH` /core/tenants/{tenant_uuid}/
|
|
||||||
|
|
||||||
##### `GET` /core/tenants/{tenant_uuid}/used_by/
|
|
||||||
|
|
||||||
##### `GET` /core/tenants/current/
|
|
||||||
|
|
||||||
#### What's Changed
|
#### What's Changed
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|||||||
Reference in New Issue
Block a user