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 passing proxy configuration using environment variables or command flags #58

Open
jordeu opened this issue Jul 18, 2024 · 0 comments

Comments

@jordeu
Copy link
Member

jordeu commented Jul 18, 2024

Currently, the Agent can be used with a proxy, but it requires non-standard (non-intuitive) command-line flags.

Example:

tw-agent -Dmicronaut.http.client.proxy-address=10.0.0.1:666 -Dmicronaut.http.client.proxy-type=http ...

Accepting widely used environment variables like http_proxy and https_proxy will make proxy support more user-friendly. To clarify this, some explicit tw-agent flags can be added to the command line.

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