Hi All,
I have Camunda8 self managed setup.I deploy and run my process with web modeller and desktop modeler. I am doing performance test and need to call zeebe API gateway actuator end point: http://{zeebe-gateway}:9600/actuator/health and few other actuator end point to understnad zeebe disk space consumption and other things.
when I deploy my process using web modeller I provide:
- cluster end point that is zeebe gateway host and port - enter in gRPC host in postman
- I select OAuth in authetication
- I provide client id and client secret
- I provide OAuth token url
- OAuth audience
from postman I have setup gRPC request however I cannot find how to send these details from postman that will autheticate and get token,
Could you please help, thanks you.