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

Support for SSH proxy #207

Open
ElijahLynn opened this issue Oct 27, 2021 · 4 comments
Open

Support for SSH proxy #207

ElijahLynn opened this issue Oct 27, 2021 · 4 comments

Comments

@ElijahLynn
Copy link

Is your feature request related to a problem? Please describe.
Hi, we are looking for SSH proxy support to specify a local proxy, e.g. 127.0.0.1:2001

Describe the solution you'd like
Maybe a lagoon.yml config line with:
proxy: socks5h://127.0.0.1:2001

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Additional context
Add any other context or screenshots about the feature request here.

@tarikflz
Copy link

I agree with you we need that feature

@shreddedbacon
Copy link
Member

Can you try and use a proxy by exporting a HTTP_PROXY like so?

# obv set it to your socks proxy
export HTTP_PROXY="socks5://127.0.0.1:2001/"

I'm not sure if we will implement proxy support directly into the CLI if it can be worked around using the environment variable.

@rocketeerbkw
Copy link
Member

Just noting that the cli now uses an internal go library for SSH, so the suggested HTTP_PROXY env var won't work anymore, if it ever did.

@shreddedbacon
Copy link
Member

Just noting that the cli now uses an internal go library for SSH, so the suggested HTTP_PROXY env var won't work anymore, if it ever did.

? department-of-veterans-affairs/va.gov-cms#6674 (comment)

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

4 participants