Docs Connect Configuration Allow and Deny Lists Configure an Allow or Deny List You can configure an allow or deny list to limit the Redpanda Connect components that users can run within data pipelines on a Redpanda Connect instance. Introduced in version 4.39.0. Limitations You can configure only one allow list, or one deny list per Redpanda Connect instance. When you add the name of a component to your allow or deny list, you grant or block access to all related components. For example, if you include aws_s3 in your list, you grant or block access to the entire aws_s3 family of components, including the cache, input, and output. Configure an allow list To configure an allow list: Create a connector_list.yaml file in the following location: /etc/redpanda/connector_list.yaml. In the Connector Catalog, find the exact name of the component family you want to grant access to. For example: aws_s3 and azure_cosmosdb. Add the names of the component families to the connector_list.yaml file, using the following format: allow: - aws_s3 - azure_cosmosdb Save your configuration. Configure a deny list To configure a deny list: Create a connector_list.yaml file in the following location: /etc/redpanda/connector_list.yaml. In the Connector Catalog, find the exact name of the component family you want to block access to. For example: aws_s3 and azure_cosmosdb. Add the names of the component families to the connector_list.yaml file, using the following format: deny: - aws_s3 - azure_cosmosdb Save your configuration. Back to top × Simple online edits For simple changes, such as fixing a typo, you can edit the content directly on GitHub. Edit on GitHub Or, open an issue to let us know about something that you want us to change. Open an issue Contribution guide For extensive content updates, or if you prefer to work locally, read our contribution guide . Was this helpful? thumb_up thumb_down group Ask in the community mail Share your feedback group_add Make a contribution Resources Message Batching