How to find Zeebe region, clusterId, clientId, clientSecret?

Hi Team,
How can I get Zeebe region, clusterId, clientId, clientSecret when I run application locally using docker. My docker is up and running following this documents: GitHub - camunda/camunda-platform: Links to Camunda Platform 8 resources, releases, and local development config

Please help me.

Hi @vinothkumar,

You cannot. These parameters are only availabe if you run the cluster on Camunda.cloud.

To access the docker-compose use localhost with the different ports listed in the Readme. The Zeebe Gateway is open and doesn’t require any authentication. Zeebe clients should use the plaintext attribute like GitHub - camunda-community-hub/spring-zeebe: Easily use the Zeebe Java Client in your Spring or Spring Boot projects or --insecure true for zbctl.

Hope this helps, Ingo