Hi @Niall,
We are using spring boot camunda embedded engine, when we increase the pod 2(Conatiner 2). User is not able to login we are getting 401 status code.
But when decrease to 1 pod, then user can able to login. Could you please help me on this. Do we need any config changes to scale up?
When using 2 rest-engines it is possible to loadbalance it as wanted.
But when using 2 camanda cockpits, it is not possible to work without sending all /camunda/ url to 1 only engine, and second as backup only.
Reason is simple - web client sends token, and it is unknown to second engine. It is why web client gets error.