We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
127.0.0.1:8080
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
The text was updated successfully, but these errors were encountered:
Provide option to listen on specific TCP address
dd7153c
cllunsford#32
Just provided a Pull Request: #33
Sorry, something went wrong.
No branches or pull requests
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:
The text was updated successfully, but these errors were encountered: