For the complete documentation index, see llms.txt. This page is also available as Markdown.

Install

This page describes install the Lenses Secret Providers for Kafka Connect.

Secret Provider Releases

Add the plugin to the worker classloader isolation via the plugin.path option:

plugin.path=/usr/share/connectors,/opt/secret-providers

Secret Rotation

To allow for secret rotation add config.action.reload to your Connect workers properties files.

This property accepts one of two options:

  1. none - No action happens at a connector failure (e.g. it can no longer connect to an external system)

  2. restart - The work will schedule a restart of the connector

Last updated

Was this helpful?