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

Commit c226770

Browse files
Merge pull request #17 from keylockerbv/feature/secrethub-repo
Move to github.com/secrethub/secrethub-http-proxy
2 parents bf2a463 + 9f90233 commit c226770

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ secrethub service init my-org/my-repo --permission read --desc my-app
2828

2929
### Binary
3030

31-
Download and extract the [latest release](https://github.com/keylockerbv/secrethub-http-proxy/releases/latest) of the SecretHub HTTP Proxy. Start it with your SecretHub credential:
31+
Download and extract the [latest release](https://github.com/secrethub/secrethub-http-proxy/releases/latest) of the SecretHub HTTP Proxy. Start it with your SecretHub credential:
3232

3333
```
3434
./secrethub-http-proxy -C $(cat ~/.secrethub/credential) -p 8080
@@ -85,7 +85,7 @@ Deletes the entire secret and its history.
8585

8686
## BETA
8787

88-
This project is currently in beta and we'd love your feedback! Check out the [issues](https://github.com/keylockerbv/secrethub-http-proxy/issues) and feel free to suggest cool ideas, use cases, or improvements.
88+
This project is currently in beta and we'd love your feedback! Check out the [issues](https://github.com/secrethub/secrethub-http-proxy/issues) and feel free to suggest cool ideas, use cases, or improvements.
8989

9090
Because it's still in beta, you can expect to see some changes introduced. Pull requests are very welcome.
9191

@@ -99,7 +99,7 @@ Read more about this on our [blog post]().
9999
Get the source code:
100100

101101
```
102-
git clone https://github.com/keylockerbv/secrethub-http-proxy
102+
git clone https://github.com/secrethub/secrethub-http-proxy
103103
```
104104

105105
Build it using:

cmd/secrethub-http-proxy/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import (
88
"os/signal"
99
"syscall"
1010

11-
"github.com/keylockerbv/secrethub-http-proxy/pkg/restproxy"
11+
"github.com/secrethub/secrethub-http-proxy/pkg/restproxy"
1212
"github.com/secrethub/secrethub-go/pkg/secrethub"
1313
"golang.org/x/crypto/ssh/terminal"
1414
)

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module github.com/keylockerbv/secrethub-http-proxy
1+
module github.com/secrethub/secrethub-http-proxy
22

33
require (
44
github.com/gorilla/mux v1.7.0

0 commit comments

Comments
 (0)