Hanzo
PlatformHanzo KMSIntegrationsApp Connections

Camunda Connection

Learn how to configure a Camunda Connection for Hanzo KMS.

Hanzo KMS supports connecting to Camunda APIs using client credentials.

Configure Client Credentials for Hanzo KMS

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

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

Enter a recognizable name for your client, such as "my-kms-client". The name can contain letters, dashes, underscores, and digits.

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 Hanzo KMS to properly sync and manage your Camunda secrets. Set Permissions Set Permissions 2

Click the Create button to generate your client credentials.

After creation, you'll be shown your client credentials. For the Hanzo KMS 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 Hanzo KMS

Navigate to the Integrations tab in the desired project, then select App Connections. App Connections
Tab

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

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

Hanzo KMS will automatically configure the connection using these credentials to access the Camunda API. Click Connect to Camunda to establish the connection. Connect to Camunda

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

How is this guide?

Last updated on

On this page