From fc65d3f43a19111cfc193c9c626b17e16b09e989 Mon Sep 17 00:00:00 2001 From: Tana M Berry Date: Mon, 19 Feb 2024 13:26:30 -0600 Subject: [PATCH] website/docs: edit RN to remove tenants (#8578) remove tenants --- website/docs/releases/2024/v2024.2.md | 56 +-------------------------- 1 file changed, 1 insertion(+), 55 deletions(-) diff --git a/website/docs/releases/2024/v2024.2.md b/website/docs/releases/2024/v2024.2.md index e698e6925f..c8dcc6387e 100644 --- a/website/docs/releases/2024/v2024.2.md +++ b/website/docs/releases/2024/v2024.2.md @@ -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** Enterprise - - :::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/{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 --- @@ -453,22 +415,6 @@ helm upgrade authentik authentik/authentik -f values.yaml --version ^2024.2 ##### `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 ---