This repository was archived by the owner on Mar 8, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change 5
5
<i >HTTP Proxy<sup ><a href =" #beta " >BETA</a ></sup ></i >
6
6
</h1 >
7
7
8
+ [ ![ CircleCI] ( https://circleci.com/gh/secrethub/secrethub-http-proxy.svg )] [ circleci ]
9
+ [ ![ Go Report Card] ( https://goreportcard.com/badge/github.com/secrethub/secrethub-http-proxy )] [ goreportcard ]
10
+ [ ![ Version] ( https://img.shields.io/github/release/secrethub/secrethub-http-proxy.svg )] [ latest-version ]
11
+ [ ![ Discord] ( https://img.shields.io/badge/chat-on%20discord-7289da.svg?logo=discord )] [ discord ]
12
+
8
13
The SecretHub HTTP Proxy adds a RESTful interface to the [ SecretHub Client] ( https://github.com/secrethub/secrethub-go ) .
9
14
Apps can this way still use SecretHub, without having to directly include the client as a binary dependency.
10
15
@@ -112,4 +117,9 @@ To build the Docker image from scratch, you can use:
112
117
113
118
```
114
119
docker build -t secrethub-http-proxy .
115
- ```
120
+ ```
121
+
122
+ [ circleci ] : https://circleci.com/gh/secrethub/secrethub-http-proxy
123
+ [ discord ] : https://discord.gg/NWmxVeb
124
+ [ latest-version ] : https://github.com/secrethub/secrethub-http-proxy/releases/latest
125
+ [ goreportcard ] : https://goreportcard.com/report/github.com/secrethub/secrethub-http-proxy
You can’t perform that action at this time.
0 commit comments