You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When I use create_camunda_cloud_channel by providing necessary info, I get exception on app start:
pyzeebe.errors.credentials_errors.InvalidCamundaCloudCredentialsError: Invalid credentials supplied for cluster XXX with client YYY.
I believe it has to do with audience value. Now it is equal to cluster_id. When update camunda_cloud_channel module and set it to: audience = f'{cluster_id}.{region}.zeebe.camunda.io',
then it works.
To Reproduce
Steps to reproduce the behavior:
Should be reproducible with camunda cloud credentials.
Expected behavior
A would expect connection to camunda works.
Desktop (please complete the following information):
Version pyzeebe 3.0.0rc4
The text was updated successfully, but these errors were encountered:
I've created a pull request that should fix this issue (#219). I currently don't have access to a cluster hosted on camunda cloud, so could you please confirm this fixes the issue?
Describe the bug
When I use
create_camunda_cloud_channel
by providing necessary info, I get exception on app start:pyzeebe.errors.credentials_errors.InvalidCamundaCloudCredentialsError: Invalid credentials supplied for cluster XXX with client YYY
.I believe it has to do with audience value. Now it is equal to cluster_id. When update camunda_cloud_channel module and set it to:
audience = f'{cluster_id}.{region}.zeebe.camunda.io'
,then it works.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A would expect connection to camunda works.
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: