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