> ## Documentation Index
> Fetch the complete documentation index at: https://infisical.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Camunda Connection

> Learn how to configure a Camunda Connection for Infisical.

Infisical supports connecting to Camunda APIs using [client credentials](https://docs.camunda.io/docs/apis-tools/administration-api/authentication/#client-credentials-and-scopes).

## Configure Client Credentials for Infisical

<Steps>
  <Step title="Navigate to Organization Management">
    In your Camunda Cloud Console, navigate to the **Organization** tab in the top navigation menu.

    <img src="https://mintlify.s3.us-west-1.amazonaws.com/infisical/images/app-connections/camunda/camunda-console.png" alt="Organization Management" />
  </Step>

  <Step title="Access Administration API">
    From the Organization Management tabs, click on **Administration API** to manage your API credentials and click the **Create client credentials** button.

    <img src="https://mintlify.s3.us-west-1.amazonaws.com/infisical/images/app-connections/camunda/camunda-organization-page.png" alt="Create Client Credentials" />
  </Step>

  <Step title="Name Your Client">
    Enter a recognizable name for your client, such as "my-infisical-client". The name can contain letters, dashes, underscores, and digits.
  </Step>

  <Step title="Set Credential Permissions">
    In the "Create new client credentials" modal, select the following permissions required for secret syncs:

    * **Cluster**: Enable read access (Get)
    * **Connector secrets**: Enable all operations (Get, Create, Update, Delete)

    These specific permissions are required for Infisical to properly sync and manage your Camunda secrets.

    <img src="https://mintlify.s3.us-west-1.amazonaws.com/infisical/images/app-connections/camunda/camunda-create-client-1.png" alt="Set Permissions" />

    <img src="https://mintlify.s3.us-west-1.amazonaws.com/infisical/images/app-connections/camunda/camunda-create-client-2.png" alt="Set Permissions 2" />
  </Step>

  <Step title="Complete Creation">
    Click the **Create** button to generate your client credentials.
  </Step>

  <Step title="Save Your Credentials">
    After creation, you'll be shown your client credentials. For the Infisical connection, you'll need:

    * **Client ID** (`CAMUNDA_CONSOLE_CLIENT_ID`)
    * **Client Secret** (`CAMUNDA_CONSOLE_CLIENT_SECRET`)

    **IMPORTANT**: Make sure to securely save the Client Secret, as it will not be shown again after you close this dialog.

    You can download these credentials or copy them to use in the next section.

    <img src="https://mintlify.s3.us-west-1.amazonaws.com/infisical/images/app-connections/camunda/camunda-client-credentials.png" alt="Client Credentials" />
  </Step>
</Steps>

## Setup Camunda Connection in Infisical

<Steps>
  <Step title="Navigate to App Connections">
    Navigate to the **Integrations** tab in the desired project, then select **App Connections**. <img src="https://mintlify.s3.us-west-1.amazonaws.com/infisical/images/app-connections/general/add-connection.png" alt="App Connections
    Tab" />
  </Step>

  <Step title="Add Connection">
    Select the **Camunda Connection** option from the connection options modal.

    <img
      src="https://mintlify.s3.us-west-1.amazonaws.com/infisical/images/app-connections/camunda/camunda-app-connection-select.png"
      alt="Select Camunda
Connection"
    />
  </Step>

  <Step title="Input Credentials">
    Select the **Client Credentials** method and enter the Camunda client
    credentials you created:

    * **Client ID**: Your `CAMUNDA_CONSOLE_CLIENT_ID` value
    * **Client Secret**: Your `CAMUNDA_CONSOLE_CLIENT_SECRET` value

    Infisical will automatically configure the connection using these credentials to access the Camunda API. Click **Connect to Camunda** to establish the connection. <img src="https://mintlify.s3.us-west-1.amazonaws.com/infisical/images/app-connections/camunda/camunda-app-connection-form.png" alt="Connect to Camunda" />
  </Step>

  <Step title="Connection Created">
    Your **Camunda Connection** is now available for use in your Infisical
    projects. <img src="https://mintlify.s3.us-west-1.amazonaws.com/infisical/images/app-connections/camunda/camunda-app-connection-created.png" alt="Camunda Connection
    Created" />
  </Step>
</Steps>
