From 0f5540913a694c98a94acd825cfdcdb54a09c112 Mon Sep 17 00:00:00 2001 From: Stefan Kalscheuer Date: Sat, 18 Mar 2017 14:19:15 +0100 Subject: [PATCH] Logo and ReadMe updates --- README.md | 8 +++++--- assets/logo.svg | 12 ++++++++++++ 2 files changed, 17 insertions(+), 3 deletions(-) create mode 100644 assets/logo.svg diff --git a/README.md b/README.md index 6bd93eb..60da9a3 100644 --- a/README.md +++ b/README.md @@ -4,13 +4,15 @@ [![License](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](https://github.com/stklcode/jvaultconnector/blob/master/LICENSE.txt) [![Maven Central](https://img.shields.io/maven-central/v/de.stklcode.jvault/connector.svg)](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22de.stklcode.jvault%22%20AND%20a%3A%22connector%22) +![Logo](https://raw.githubusercontent.com/stklcode/jvaultconnector/master/assets/logo.svg) + 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: * HTTP(S) backend connector * Ability to provide or enforce custom CA certificate -* Authorization methods: +* Authorization methods * Token * Username/Password * AppID (register and authenticate) [_deprecated_] @@ -26,7 +28,7 @@ Java Vault Connector is a connector library for [Vault](https://www.vaultproject * Renew/revoke leases * Raw secret content or JSON decoding * Connector Factory with builder pattern -* Tested against Vault 0.6.5 +* Tested against Vault 0.7.0 ## Maven Artifact @@ -34,7 +36,7 @@ Java Vault Connector is a connector library for [Vault](https://www.vaultproject de.stklcode.jvault connector - 0.4.1 + 0.5.0 ``` diff --git a/assets/logo.svg b/assets/logo.svg new file mode 100644 index 0000000..1846530 --- /dev/null +++ b/assets/logo.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file