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

Add proxy option for yb-support-tool #88

Open
ckamaleo opened this issue Oct 18, 2023 · 1 comment
Open

Add proxy option for yb-support-tool #88

ckamaleo opened this issue Oct 18, 2023 · 1 comment

Comments

@ckamaleo
Copy link

For Some customers with security restrictions, its not supported to directly access public Servers from Database Servers.

Any connection attempted from DB nodes are sent to a Proxy/agent in-between (Inside Customer Infra) and then it gets forwarded to Yugabyte Files Server.

Filing this issue requesting to add Proxy Support (As an option when running yb-support-tool)

@ionthegeek
Copy link
Contributor

This seems straightforward - we may be able to enable this with a one-line change to the golang http client configuration:
https://stackoverflow.com/questions/51845690/how-to-program-go-to-use-a-proxy-when-using-a-custom-transport

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

2 participants