-
Task
-
Resolution: Fixed
-
L3 - Default
-
None
-
Not defined
Context:
It will be possible to disable multi tenancy in C8, to do so it was decided that each component has their own flag that determines whether multi tenancy is disabled or not. Optimize also needs such a config flag.
When multi tenancy is disabled, Optimize will still import tenantIds if present but does not need to fetch tenant authorizations or display tenant information in the UI.
AT:
- a config setting exists to enable/disable multi tenancy in Optimize:
CAMUNDA_OPTIMIZE_MULTITENANCY_ENABLED - the isMultiTenantEnvironment flag of the UI config is set in accordance with the multi_tenancy_enabled config setting
- this is added to the documentation ticket
Testing:
can be covered with the test cases in OPT-7124