camunda / camunda-docs

Camunda 8 Documentation, including all components and features
https://docs.camunda.io/
Other
54 stars 186 forks source link

Connectors self managed config is wrong/misleading #4618

Open zalanszak opened 6 days ago

zalanszak commented 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.

akeller commented 6 days ago

@sbuettner can you quickly confirm so we can get this PR'd?

sbuettner commented 6 days ago

Yeah, its confusing as its client that will be used to talk to operate.

akeller commented 6 days ago

Is CAMUNDA_IDENTITY_CLIENT_SECRET=<CONNECTORS_CLIENT_SECRET> valid?