Infisical supports connecting to Camunda APIs using client credentials.

Configure Client Credentials for Infisical

1

Navigate to Organization Management

In your Camunda Cloud Console, navigate to the Organization tab in the top navigation menu. Organization Management
2

Access Administration API

From the Organization Management tabs, click on Administration API to manage your API credentials and click the Create client credentials button. Create Client Credentials
3

Name Your Client

Enter a recognizable name for your client, such as “my-infisical-client”. The name can contain letters, dashes, underscores, and digits.
4

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. Set Permissions Set Permissions 2
5

Complete Creation

Click the Create button to generate your client credentials.
6

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. Client Credentials

Setup Camunda Connection in Infisical

1

Navigate to App Connections

Navigate to the App Connections tab on the Organization Settings page. App Connections
Tab
2

Add Connection

Select the Camunda Connection option from the connection options modal. Select Camunda
Connection
3

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. Connect to Camunda
4

Connection Created

Your Camunda Connection is now available for use in your Infisical projects. Camunda Connection
Created