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

Feature request: endpoint IP and port config #104

Open
fenichelar opened this issue Oct 25, 2021 · 0 comments
Open

Feature request: endpoint IP and port config #104

fenichelar opened this issue Oct 25, 2021 · 0 comments

Comments

@fenichelar
Copy link

Use case:

ES is running in a VPC without public access. SSH LocalForward is used to access ES. The LocalForward rule must be configured to listen on 443 and /etc/hosts must be configured to make the endpoint resolve to 127.0.0.1.

Proposal:

Add endpoint IP and port config options (endpoint-ip and endpoint-port) so that the IP and port can be specified. The proxy would then send the requests to this port and IP but still sign the requests with the correct endpoint URI. This would allow the LocalForward rule to use a port number that does not require root privileges and would prevent the need for hardcoding the IP in /etc/hosts.

Thoughts? I can take a stab at implementing and submit a PR.

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