Skip to main content
Version: 8.8

Connector secrets

Create secrets and reference them in your connectors without exposing sensitive information in your BPMN processes.

caution

Connector secrets are managed at the cluster level, so ensure you deploy your processes to the cluster that contains the necessary secrets. If you deploy and the secret is missing, Operate will show an incident.

To create a new secret, go to your cluster and take the following steps:

  1. Select the Connector secrets tab.

secrets

  1. Click Create new secret.
  2. Provide a Key for your secret that you will use to reference your secret from your connector.
  3. Provide the Secret that will be assigned to the Key.

secrets-create

  1. Click Create and view your new secret in the list.

secrets-view

Use secrets in a workflow

Secrets are used inside connector tasks in your BPMN model. Add a connector task, then reference the secret key in a field that supports secrets.

Example for a plain text field (for example, an authorization header value):

Bearer {{secrets.MY_API_KEY}}

Example for a FEEL expression (note the double quotes around the placeholder):

= { myHeader: "{{secrets.MY_API_KEY}}" }

For more details on where secrets are supported, see the Connectors guide.

Now you can reference your secret in any connector as described in the Connectors guide.

note

Find more information on managing Connector secrets.