Open zalanszak opened 6 days ago
here is the connectors config doc page: https://docs.camunda.io/docs/self-managed/connectors-deployment/connectors-configuration/#secure-connection
It states that the env var CAMUNDA_IDENTITY_CLIENT_SECRET= However CAMUNDA_IDENTITY_CLIENT_SECRET should be the connectors client secret.
Please correct this.
@sbuettner can you quickly confirm so we can get this PR'd?
Yeah, its confusing as its client that will be used to talk to operate.
Is CAMUNDA_IDENTITY_CLIENT_SECRET=<CONNECTORS_CLIENT_SECRET> valid?
CAMUNDA_IDENTITY_CLIENT_SECRET=<CONNECTORS_CLIENT_SECRET>
here is the connectors config doc page: https://docs.camunda.io/docs/self-managed/connectors-deployment/connectors-configuration/#secure-connection
It states that the env var CAMUNDA_IDENTITY_CLIENT_SECRET=
However CAMUNDA_IDENTITY_CLIENT_SECRET should be the connectors client secret.
Please correct this.