Skip to content

lensesio/secret-provider

Repository files navigation

Action Status FOSSA Status License

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

License

FOSSA Status