Skip to content
This repository has been archived by the owner on Mar 8, 2023. It is now read-only.

Commit

Permalink
Merge remote-tracking branch 'origin/develop' into feature/dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
mackenbach committed Apr 30, 2019
2 parents 81042a3 + da9bba6 commit 5af197f
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@
<i>HTTP Proxy<sup><a href="#beta">BETA</a></sup></i>
</h1>

[![CircleCI](https://circleci.com/gh/secrethub/secrethub-http-proxy.svg)][circleci]
[![Go Report Card](https://goreportcard.com/badge/github.com/secrethub/secrethub-http-proxy)][goreportcard]
[![Version]( https://img.shields.io/github/release/secrethub/secrethub-http-proxy.svg)][latest-version]
[![Discord](https://img.shields.io/badge/chat-on%20discord-7289da.svg?logo=discord)][discord]

The SecretHub HTTP Proxy adds a RESTful interface to the [SecretHub Client](https://github.com/secrethub/secrethub-go).
Apps can this way still use SecretHub, without having to directly include the client as a binary dependency.

Expand Down Expand Up @@ -112,4 +117,9 @@ To build the Docker image from scratch, you can use:

```
docker build -t secrethub-http-proxy .
```
```

[circleci]: https://circleci.com/gh/secrethub/secrethub-http-proxy
[discord]: https://discord.gg/NWmxVeb
[latest-version]: https://github.com/secrethub/secrethub-http-proxy/releases/latest
[goreportcard]: https://goreportcard.com/report/github.com/secrethub/secrethub-http-proxy

0 comments on commit 5af197f

Please sign in to comment.