Camunda connecting from container to MSSQL server with Windows authentication

Can Camunda connect to an MSSQL database (that uses Windows authentication) from a Linux container (using Kerberos ? ).
Is there an example available ?
We use 7.15 engine running in multiple containers connected to this database.

Depending on which Camunda distribution you’re using you can define the data source that camunda should use, you’d just need to make sure that you add the correct driver to your project and it should work. Database Configuration | docs.camunda.org

Also check the MSSQL specific requirements

1 Like