You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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.
The text was updated successfully, but these errors were encountered:
criscodex
changed the title
[FEATURE] Add HTTP/S proxy support
[Feature] Add HTTP/S proxy support
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 byastra-cli
Describe alternatives you've considered
proxychains
is an alternative workaround for now: https://github.com/rofl0r/proxychains-ngAdditional 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.The text was updated successfully, but these errors were encountered: