You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,12 @@
1
-
# os-proxy
1
+
# openstack-mitm
2
2
3
3
Proxies calls to the OpenStack API with a self-signed certificate.
4
4
5
5
All URLs in the OpenStack catalog are rewritten to point to the proxy itself, which will properly reverse proxy them to the original URL.
6
6
7
7
## Use locally
8
8
9
-
Download the binary for linux64 on this repository's [release page](https://github.com/shiftstack/os-proxy/releases) or build it with `go build .`.
9
+
Download the binary for linux64 on this repository's [release page](https://github.com/pierreprinetti/openstack-mitm/releases) or build it with `go build .`.
10
10
11
11
**Required configuration:**
12
12
***--remote-authurl**: URL of the remote OpenStack Keystone.
0 commit comments