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

Plugin should inherit global proxy settings #355

Open
breedloj opened this issue Feb 6, 2025 · 0 comments
Open

Plugin should inherit global proxy settings #355

breedloj opened this issue Feb 6, 2025 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@breedloj
Copy link
Contributor

breedloj commented Feb 6, 2025

Is your feature request related to a problem? Please describe.
Customers with transparent proxies, or proxies that are configured globally at the operating system level, report frustration at having to explicitly configure proxy settings within the extension's preferences.

Describe the solution you'd like
In general the plugin should be able to inherit global proxy configurations wherever possible. The mechanism for configuring, and for retrieving said configuration, will likely differ by OS. It is also paramount to consistently apply proxy configuration to both the Eclipse and Flare components and that a clear configuration hierarchy is established and communicated to users (e.g., settings set in the plugin configuration always take precedence).

Describe alternatives you've considered
To date we've made a number of improvements to proxy configuration within the plugin itself, including the ability to set environment variables for proxy endpoint and CA cert, as well as #294 which allows for graphical configuration within the plugin's preference pane. While these changes make it possible to configure and run behind proxies, they still introduce inconvenience or challenges where users are unable to retrieve their global proxy configuration.

@breedloj breedloj added the enhancement New feature or request label Feb 6, 2025
@breedloj breedloj self-assigned this Feb 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant