Skip to content

Commit

Permalink
remove tenants
Browse files Browse the repository at this point in the history
  • Loading branch information
tanberry committed Feb 19, 2024
1 parent aa87695 commit 9ed85b9
Showing 1 changed file with 1 addition and 55 deletions.
56 changes: 1 addition & 55 deletions website/docs/releases/2024/v2024.2.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -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**
Expand Down Expand Up @@ -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

---
Expand All @@ -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

---
Expand Down

0 comments on commit 9ed85b9

Please sign in to comment.