aws-signing-proxy icon indicating copy to clipboard operation
aws-signing-proxy copied to clipboard

Provide option to listen on specific TCP address

Open jochenchrist opened this issue 5 years ago • 1 comments

The proxy listens on every TCP address with the given port.

For security reasons (e. g. when running as a Sidecar in Kubernetes), I want to restrict to listen on 127.0.0.1:8080 only.

Please provide an option to bind the http server on a specific TCP address, e. g. like this:

./aws-signing-proxy -listen 127.0.0.1:8080

jochenchrist avatar Oct 24 '19 05:10 jochenchrist

Just provided a Pull Request: https://github.com/cllunsford/aws-signing-proxy/pull/33

jochenchrist avatar Oct 24 '19 07:10 jochenchrist