Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
Signed-off-by: Marios Andreopoulos <[email protected]>
  • Loading branch information
andmarios committed Nov 6, 2020
1 parent 3fdc255 commit 29e70fe
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,32 +14,35 @@ Maven
<dependency>
<groupId>io.lenses</groupId>
<artifactId>secret-provider</artifactId>
<version>2.0.1</version>
<version>2.1.3</version>
</dependency>
```

SBT
```bash
libraryDependencies += "io.lenses" % "secret-provider" % "2.0.1"
libraryDependencies += "io.lenses" % "secret-provider" % "2.1.3"
```

Gradle
```bash
compile 'io.lenses:secret-provider:2.0.1'
compile 'io.lenses:secret-provider:2.1.3'
```

## 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.
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](https://docs.lenses.io).
For [Documentation](https://docs.lenses.io).


## Contributing

We'd love to accept your contributions! Please use GitHub pull requests: fork the repo, develop and test your code,
[semantically commit](http://karma-runner.github.io/1.0/dev/git-commit-msg.html) and submit a pull request. Thanks!
We'd love to accept your contributions! Please use GitHub pull requests: fork
the repo, develop and test your code,
[semantically commit](http://karma-runner.github.io/1.0/dev/git-commit-msg.html)
and submit a pull request. Thanks!

### Building

Expand Down

0 comments on commit 29e70fe

Please sign in to comment.