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 Proxy Basic Authentication #366

Closed
andrewm-aero opened this issue Sep 1, 2021 · 2 comments
Closed

Support Proxy Basic Authentication #366

andrewm-aero opened this issue Sep 1, 2021 · 2 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@andrewm-aero
Copy link

Dependencies

N/A

Feature Request

The original install-plugins.sh, as well as Jenkins itself supports basic authentication for HTTP(s) proxies, however, the README states that something like CNTLM is required to achieve the same functionality. The JVM properties http(s).proxy[User/Password] are in common enough use, as are authenticated corporate proxies, that that they ought to be supported. Deprecating install-plugins.sh without porting this existing functionality would break many setups when install-plugins.sh is eventually removed.

@timja timja added enhancement New feature or request help wanted Extra attention is needed labels Sep 1, 2021
@oleg-nenashev
Copy link
Member

I am breaking down options in #237 . After it is completed, it should be easier to introduce new options like proxy auth

@amfleurke
Copy link

I think this issue can be closed. The plugin-installation-manager tool supports proxy via default java options (-Dhttps.proxyHost etc)
See also project readme.md. Works for me.

@timja timja closed this as completed Mar 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

4 participants