PlanBGmbH / zeebe-dapr-example

An example that allows to orchestrate Dapr microservices with the Zeebe process engine.
Apache License 2.0
20 stars 6 forks source link

Basic authentication #2

Open ekjuanrejon opened 1 year ago

ekjuanrejon commented 1 year ago

Is basic authentication supported by zeebe command and worker?

akkie commented 1 year ago

The Zeebe gateway supports only OAuth authentication. This is currently not implemented by the Dapr binding. It's planned to implement that in the next months.

https://docs.camunda.io/docs/self-managed/zeebe-deployment/security/client-authorization/

ekjuanrejon commented 1 year ago

what is the purpose of

caCertificatePath

does it support the use of certs?

This is a huge block we need at least basic auth

ekjuanrejon commented 1 year ago

https://docs.camunda.io/docs/self-managed/zeebe-deployment/security/secure-cluster-communication/