Tenant identifier in spring boot

Hi,

I am trying to figure out how to deploy camunda in multi engine with shared database configuration. I am trying to mark each engine for a specific tenant so that it will use tenant identifiers explained here: Multi-Tenancy | docs.camunda.org

But I am unable to find any tenant related configuration in spring boot.

This is my final goal:
multi-tenant-same-db

Any help would be appreciated.

1 Like

Do you have a solution, I am wondering the same as you