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] Add HTTP/S proxy support #146

Open
criscodex opened this issue Dec 16, 2023 · 1 comment
Open

[Feature] Add HTTP/S proxy support #146

criscodex opened this issue Dec 16, 2023 · 1 comment

Comments

@criscodex
Copy link

criscodex commented Dec 16, 2023

Is your feature request related to a problem? Please describe.
Currently, it is not possible to configure astra-cli to connect to Astra DB clusters through an HTTP/s proxy.

Describe the solution you'd like
Add the possibility of setting environment variables or config parameters such as:

HTTPS_PROXY=http://someproxy.local:3088/

in either ~/.astrarc or .env to be picked up by astra-cli

Describe alternatives you've considered
proxychains is an alternative workaround for now: https://github.com/rofl0r/proxychains-ng

Additional context
Certain enterprises secure their Production management hosts by requiring the use of a web proxy to reach the Internet. There is a pressing need to be able to connect to Astra DBs through jumphosts (i.e. bastion servers) where astra-cli is installed.

@criscodex criscodex changed the title [FEATURE] Add HTTP/S proxy support [Feature] Add HTTP/S proxy support Dec 16, 2023
@criscodex
Copy link
Author

@clun this was created following our discussion

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