Tenants
Multi-tenancy is only supported in Camunda 8 Self-Managed. It is not available in Camunda 8 SaaS.
A tenant is a logical boundary for data within a Camunda 8 installation.
This enables multiple teams, departments, or clients to share a single environment while keeping data isolated.
To learn more about tenants, see the multi-tenancy concepts.
Tenants in the Orchestration Cluster are managed directly in Identity.
By default:
- Tenancy is enabled.
- Tenancy checks are disabled, and all data maps to the
<default>
tenant.
This allows administrators to set up tenants and assignments before enforcing tenancy checks.
To enable multi-tenancy checks, see Self-Managed configuration properties.
Create a tenant
The <default>
tenant is automatically created when Identity starts.
-
Log in to Identity and open the Tenants tab.
-
Click Create tenant. In the modal, provide the tenant ID, name, and optional description. Then click Create tenant.
-
The tenant appears in the list. If not, refresh the page.
-
Click the tenant to open details and manage assignments.
Update and delete a tenant
Tenants cannot be updated after creation. To change a tenant's details, you must delete it and create a new one with the corrected information.
To delete a tenant, click on the Delete option in the list of tenant, and confirm the action.
The <default>
tenant is a system entity and cannot be deleted.
Tenant assignments
You can assign the following entities to a tenant:
Assignments are managed in the tenant details page using the relevant tab.
Assign users
-
Open the Users tab.
-
Click Assign user. In the modal, enter the username and confirm.
-
The user appears in the list after assignment. Refresh the page if needed.
Assign groups
-
Open the Groups tab.
-
Click Assign group. Search for a group ID and confirm.
-
The group appears in the list after assignment. Refresh the page if needed.
Assign roles
-
Open the Roles tab.
-
Click Assign role. Search for a role ID and confirm.
-
The role appears in the list after assignment. Refresh the page if needed.
Assign mapping rules
Assignment of mapping rules is only available for OIDC authentication on Self-Managed.
-
Open the Mapping rules tab.
-
Click Assign mapping rule. Search for a mapping rule ID and confirm.
-
The mapping rule appears in the list after assignment. Refresh the page if needed.
Assign clients
-
Open the Clients tab.
-
Click Assign client. Enter the client ID and confirm.
-
The client appears in the list after assignment. Refresh the page if needed.