Hi to everyone.
I would like to ask for a clarification on something that I 've read in Docs here https://docs.camunda.org/manual/7.8/webapps/admin/user-management/.
The paragraph “Administrator users are not global but per engine. Thus, you will need to set up an admin user for each separate engine” means that if I decide to download and install another Camunda’s release, I will have to set up a new admin user again?
It’s not very clear to me.
Thank you in advance,
Steve
Hi @steftriant,
In some cases you may need to have more than single process engine which is the default setup of camunda system. Say for example you have a need to setup two isolated tenants where each tenant could be defined as a separate process engine. ( For example: you need a process engine for development and one for production).
Read more about multi-tenancy in below docs
https://docs.camunda.org/manual/latest/user-guide/process-engine/multi-tenancy/#one-process-engine-per-tenant
Be informed that multi-tenancy also could be achieved by using one process engine and associate the data with tenant identifiers.