website/docs: edit RN to remove tenants (#8578)

remove tenants
This commit is contained in:
Tana M Berry
2024-02-19 13:26:30 -06:00
committed by GitHub
parent aa87695f3c
commit fc65d3f43a

View File

@ -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, 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.
@ -132,16 +132,6 @@ To try out the release candidate, replace your Docker image tag with the latest
**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
- **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/&#123;pbm_uuid&#125;/used_by/
##### `GET` /tenants/domains/
##### `POST` /tenants/domains/
##### `GET` /tenants/domains/&#123;id&#125;/
##### `PUT` /tenants/domains/&#123;id&#125;/
##### `DELETE` /tenants/domains/&#123;id&#125;/
##### `PATCH` /tenants/domains/&#123;id&#125;/
##### `GET` /tenants/tenants/
##### `POST` /tenants/tenants/
##### `GET` /tenants/tenants/&#123;tenant_uuid&#125;/
##### `PUT` /tenants/tenants/&#123;tenant_uuid&#125;/
##### `DELETE` /tenants/tenants/&#123;tenant_uuid&#125;/
##### `PATCH` /tenants/tenants/&#123;tenant_uuid&#125;/
##### `POST` /tenants/tenants/&#123;tenant_uuid&#125;/create_admin_group/
##### `POST` /tenants/tenants/&#123;tenant_uuid&#125;/create_recovery_key/
#### What's Deleted
---
@ -453,22 +415,6 @@ helm upgrade authentik authentik/authentik -f values.yaml --version ^2024.2
##### `POST` /admin/system_tasks/&#123;id&#125;/retry/
##### `GET` /core/tenants/
##### `POST` /core/tenants/
##### `GET` /core/tenants/&#123;tenant_uuid&#125;/
##### `PUT` /core/tenants/&#123;tenant_uuid&#125;/
##### `DELETE` /core/tenants/&#123;tenant_uuid&#125;/
##### `PATCH` /core/tenants/&#123;tenant_uuid&#125;/
##### `GET` /core/tenants/&#123;tenant_uuid&#125;/used_by/
##### `GET` /core/tenants/current/
#### What's Changed
---