secret-provider
secret-provider copied to clipboard
Open Source Secret Provider plugin for the Kafka Connect framework
Secret Provider
Secret provider for Kafka to provide indirect look up of configuration values.
Description
External secret providers allow for indirect references to be placed in an applications' configuration, so for example, that secrets are not exposed in the Worker API endpoints of Kafka Connect.
For Documentation.
Contributing
We'd love to accept your contributions! Please use GitHub pull requests: fork the repo, develop and test your code, semantically commit and submit a pull request. Thanks!
Building
Requires SBT to build.
To build the (scala 2.12 and 2.13) assemblies for use with Kafka Connect (also runs tests):
sbt +assembly
To run tests:
sbt +test