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

Commit e5583f3

Browse files
committed
Note in README about security considerations
1 parent f804118 commit e5583f3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,14 @@
22

33
> [SecretHub](https://secrethub.io) is a developer tool to help you keep database passwords, API tokens, and other secrets out of IT automation scripts.
44
5-
The SecretHub Proxy provides a RESTful interface to the SecretHub Client
5+
The SecretHub Proxy adds a RESTful interface to the SecretHub Client and can be configured with a SecretHub credential at start, thereby removing the need of passing it in on every request.
6+
This moves the responsibility of securing your secrets to the domain of network security.
67

78
## Installation
89

910
### Binary
1011

11-
Download and extract the [latest release](https://github.com/keylockerbv/secrethub-proxy/releases/latest) of the SecretHub Proxy. Start it using:
12+
Download and extract the [latest release](https://github.com/keylockerbv/secrethub-proxy/releases/latest) of the SecretHub Proxy. Start it with your SecretHub credential:
1213

1314
```
1415
secrethub-proxy -C $(cat ~/.secrethub/credential) -p 8080

0 commit comments

Comments
 (0)