Hi,
Need some help in configuring the zeebe client in with Spring Boot for Camunda 8.5 self managed environment.
The Zeebe broker and gateway is configured in EKS cluster and currently the gateway is not exposed and within cluster it can be accessible. The identity is setup is also completed.
Need to create the zeebe client with Spring Boot with the required configuration in application.proeprties.
As of now the client is working with local setup where the identity is not enabled with the below properties :
zeebe.client.broker.gateway-address=localhost:26500
zeebe.client.security.plaintext=true
Can anyone please share the configuration which is required to apply when the zeebe is using identity for authentication.
The application and camunda process engine will be running in same cluster.
Thanks