Secret provider for Kafka to provide indirect look up of configuration values.
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.
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!
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