Enterprise Licensing

You need a valid Enterprise Edition license to use the following enterprise features:

Feature Description

Allow or deny lists

Limit the Redpanda Connect components that users can run within data pipelines on a Redpanda Connect instance.

Enterprise connectors

Additional inputs, outputs, and processors available only to enterprise customers.

Redpanda Connect configuration service

A configuration block that you can use to send logs and status events to a topic on a Redpanda cluster.

Secrets management

Retrieve secrets values from a remote system, such as a secret management solution, without setting environment variables.

Get an enterprise license

You can either upgrade to an Enterprise Edition license, or generate a trial license key that’s valid for 30 days.

Apply a license key to Redpanda Connect

When you have downloaded the license key, you can apply it in the following ways:

Apply the license using a license file

If you have a license key file, either:

  • Save the license key to the following directory: /etc/redpanda/redpanda.license.

  • Set the environment variable: ${REDPANDA_LICENSE_FILEPATH} to point to the file where the license key is stored.

Apply the license using an inline license string

If you do not have a license key file, run the following command using the full license string.

rpk connect run --redpanda-license <license-string> ./<connect-configuration>.yaml

Replace the following placeholders:

  • <license-string>: The full license key string.

  • <connect-configuration>: The name of your Redpanda Connect configuration file.

Verify a license

Redpanda Connect checks the license key status at runtime. If the license key is unavailable or has expired, you are blocked from using enterprise connectors.

You can view the license key’s expiration date at any time in the Redpanda Connect logs.