HomePhorge

(PUP-2869) Puppet should support HTTP proxy authentication
83aff4f12d1fUnpublished

Unpublished Commit ยท Learn More

Repository Importing: This repository is still importing.

Description

(PUP-2869) Puppet should support HTTP proxy authentication

Without this patch it is not possible to use the Puppet Module
Tool (PMT) with an authenticated proxy.
Many enterprises utilise the services of authenticated proxies for
Internet access. Current code is able to utilise a proxy, but does
not consider credentials for authenticated proxies.
This patch uses the credentials from either the environment settings
for HTTP_PROXY or http_proxy, or the corresponding values in the
puppet.conf file. The patch allows for http_proxy_user and
http_proxy_password to supplement the current http_proxy_host and
http_proxy_port variables within the puppet.conf.

Details

Provenance
beergeek <brett.gray@puppetlabs.com>Authored on
vanmeeuwenPushed on Jun 2 2015, 2:22 PM
Parents
rPUe3efa622a396: (maint) Correct usage of YARD @raise tags
Branches
Unknown
Tags
Unknown

Event Timeline

beergeek <brett.gray@puppetlabs.com> committed rPU83aff4f12d1f: (PUP-2869) Puppet should support HTTP proxy authentication (authored by beergeek <brett.gray@puppetlabs.com>).Jul 1 2014, 11:17 PM