Logo and ReadMe updates
This commit is contained in:
parent
8129017ad0
commit
0f5540913a
@ -4,13 +4,15 @@
|
|||||||
[](https://github.com/stklcode/jvaultconnector/blob/master/LICENSE.txt)
|
[](https://github.com/stklcode/jvaultconnector/blob/master/LICENSE.txt)
|
||||||
[](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22de.stklcode.jvault%22%20AND%20a%3A%22connector%22)
|
[](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22de.stklcode.jvault%22%20AND%20a%3A%22connector%22)
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
Java Vault Connector is a connector library for [Vault](https://www.vaultproject.io) by [Hashicorp](https://www.hashicorp.com) written in Java. The connector allows simple usage of Vault's secret store in own applications.
|
Java Vault Connector is a connector library for [Vault](https://www.vaultproject.io) by [Hashicorp](https://www.hashicorp.com) written in Java. The connector allows simple usage of Vault's secret store in own applications.
|
||||||
|
|
||||||
## Features:
|
## Features:
|
||||||
|
|
||||||
* HTTP(S) backend connector
|
* HTTP(S) backend connector
|
||||||
* Ability to provide or enforce custom CA certificate
|
* Ability to provide or enforce custom CA certificate
|
||||||
* Authorization methods:
|
* Authorization methods
|
||||||
* Token
|
* Token
|
||||||
* Username/Password
|
* Username/Password
|
||||||
* AppID (register and authenticate) [_deprecated_]
|
* AppID (register and authenticate) [_deprecated_]
|
||||||
@ -26,7 +28,7 @@ Java Vault Connector is a connector library for [Vault](https://www.vaultproject
|
|||||||
* Renew/revoke leases
|
* Renew/revoke leases
|
||||||
* Raw secret content or JSON decoding
|
* Raw secret content or JSON decoding
|
||||||
* Connector Factory with builder pattern
|
* Connector Factory with builder pattern
|
||||||
* Tested against Vault 0.6.5
|
* Tested against Vault 0.7.0
|
||||||
|
|
||||||
|
|
||||||
## Maven Artifact
|
## Maven Artifact
|
||||||
@ -34,7 +36,7 @@ Java Vault Connector is a connector library for [Vault](https://www.vaultproject
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>de.stklcode.jvault</groupId>
|
<groupId>de.stklcode.jvault</groupId>
|
||||||
<artifactId>connector</artifactId>
|
<artifactId>connector</artifactId>
|
||||||
<version>0.4.1</version>
|
<version>0.5.0</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
```
|
```
|
||||||
|
|
||||||
|
12
assets/logo.svg
Normal file
12
assets/logo.svg
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" width="128" height="128">
|
||||||
|
<path d="M4,12 l60,104 l60,-104 z" stroke="none" fill="#000000" />
|
||||||
|
<circle cx="78" cy="24" r="6" stroke="none" fill="#00a9c7" />
|
||||||
|
<circle cx="78" cy="38" r="6" stroke="none" fill="#00a9c7" />
|
||||||
|
<circle cx="78" cy="52" r="6" stroke="none" fill="#00a9c7" />
|
||||||
|
<circle cx="78" cy="66" r="6" stroke="none" fill="#00a9c7" />
|
||||||
|
<circle cx="72" cy="78" r="6" stroke="none" fill="#00a9c7" />
|
||||||
|
<circle cx="58" cy="78" r="6" stroke="none" fill="#00a9c7" />
|
||||||
|
<circle cx="52" cy="66" r="6" stroke="none" fill="#00a9c7" />
|
||||||
|
</svg>
|
After Width: | Height: | Size: 759 B |
Loading…
x
Reference in New Issue
Block a user