Multi-Tenancy: Hide Tenant Dropdown Box

Hi all,

I use a Multi-Tenancy architecture, where every customer has its own process engine and database. That the tentants should not see anything from each other.

As a test, I have registered multiple tenants in the bpm-platform.xml manually. This causes, that a dropdown box is visible on the upper right corner in Camunda. Can this dropdown box be made invisible, so that the tenants do not see the list of available tenants?

Kind regards
Micha Boller

Hi @miguelgalaxy,

Unfortunately, this is not so easy. Maybe you could try to hide the dropdown by do some custom css styling 1.

Instead of having an engine per tenant, you could also have only one engine and associate the data with tenant identifiers 2.

Cheers,
Roman