File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Multi-tenancy
22
3- !!! tip "Under construction"
4-
5- This feature is under development.
6-
7- {% if "multi-tenancy" in (config.extra.feature_flags.enabled|string|lower|replace(" ", "")).split(",") %}
83This page explains how to configure and manage multi-tenancy in OpenAEV, enabling multiple isolated workspaces on a single platform instance.
94
105!!! tip "Enterprise Edition"
@@ -107,4 +102,3 @@ OPENAEV_PROVIDER_AZURE_TENANT_ID=<your-tenant-uuid>
107102- [ Enterprise Edition] ( enterprise.md ) — Activate your EE license
108103- [ Authentication] ( ../deployment/authentication.md ) — Set up SSO providers for tenant mapping
109104- [ Hub] ( hub.md ) — Manage platform-wide resources shared across tenants
110- {% endif %}
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ extra_css:
3535# Extra
3636extra :
3737 feature_flags :
38- enabled : !ENV [DOCS_FEATURE_FLAGS] # enabled: !ENV [DOCS_FEATURE_FLAGS, "audit-log,multi-tenancy "]
38+ enabled : !ENV [DOCS_FEATURE_FLAGS] # enabled: !ENV [DOCS_FEATURE_FLAGS, "audit-log"]
3939 version :
4040 provider : mike
4141 analytics :
You can’t perform that action at this time.
0 commit comments