Configure multi-tenancy
caution
Multi-tenancy is currently only available for Camunda 8 Self-Managed with authentication enabled through Identity.
To configure multi-tenancy you must enable the multi-tenancy flag either in the Helm charts or via environment variables.
- Helm Charts
- Environment Variables
When using Helm charts, you can enable multi-tenancy globally with the flag global.multitenancy.enabled
.
Visit the Helm chart configuration for additional details.
When using environment variables, you can enable multi-tenancy by setting the following variables:
export CAMUNDA_SECURITY_MULTITENANCY_ENABLED=true
export CAMUNDA_SECURITY_AUTHENTICATION_UNPROTECTEDAPI=false
danger
Disabling multi-tenancy can lead to unexpected behavior if previously enabled with active tenants