Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hexylena/docker-remote-user-proxy
Proxy requests and add REMOTE_USER set to a static value
https://github.com/hexylena/docker-remote-user-proxy
docker proxy remote-user
Last synced: 16 days ago
JSON representation
Proxy requests and add REMOTE_USER set to a static value
- Host: GitHub
- URL: https://github.com/hexylena/docker-remote-user-proxy
- Owner: hexylena
- License: agpl-3.0
- Created: 2016-07-07T18:41:35.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-29T17:05:11.000Z (over 6 years ago)
- Last Synced: 2024-10-17T13:58:20.987Z (about 1 month ago)
- Topics: docker, proxy, remote-user
- Language: Shell
- Size: 19.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Remote User Proxy image
Testing `REMOTE_USER` services can sometimes be complex if you do not have
infrastructure set up for it.This proxy provides a convenient way to statically add a remote user username
and proxy your request to a backend service.## Testing
Simply run `test.sh`:
```console
$ bash test.sh
Pulling containers
Launching containers
Containers started, please check for REMOTE_USER in the following request
{
"headers": {
"Accept": "*/*",
"Connection": "close",
"Host": "target:8000",
"Remote-User": "[email protected]",
"User-Agent": "curl/7.47.0",
"X-Forwarded-Host": "0.0.0.0",
"X-Url-Scheme": "https"
}
}
```## LICENSE
AGPL-3.0