Zeebe does not connect to cloud

According to doc I exported:
ZEEBE_ADDRESS=c15c74a6-4dfb-4fe7-a9a4-cae088046694.bru-2.zeebe.camunda.io:443
ZEEBE_AUTHORIZATION_SERVER_URL=https://login.cloud.camunda.io/oauth/token
ZEEBE_CLIENT_ID=yyyyy
ZEEBE_CLIENT_SECRET=xxxxx

I am using a test account on SaaS.

zbctl status does not connect and times out with:
Error: rpc error: code = DeadlineExceeded desc = context deadline exceeded

Hi @ThomasW,

Can you try it with export in front of each of these lines. Does that change it?

Josh

I did it with export. The output above was from the export command in terminal.
Btw - using mac.

Best regards

addon: just tested again - it works now - seems to be a hickup over night…

Hey @ThomasW

have you set those credentials as environment variables in your Terminal correctly? You can download the file and basically type:

source CredentialFile

Maybe this blogpost helps you to establish the connection.

Kind regards
Nele

Hi Nele,

thx for the reply - meanwhile it was solved - for me it looks like a cloud connectivity hickup during the night. I did the same in the morning and it worked again - without any change in the terminal.

thx and br

Thomas

1 Like