Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provide option to listen on specific TCP address #32

Open
jochenchrist opened this issue Oct 24, 2019 · 1 comment
Open

Provide option to listen on specific TCP address #32

jochenchrist opened this issue Oct 24, 2019 · 1 comment

Comments

@jochenchrist
Copy link

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
Copy link
Author

Just provided a Pull Request: #33

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant