criteo-cookbooks / nexus3

Chef cookbook to install and configure Sonatype Nexus 3 Repository Manager
http://www.sonatype.com/download-oss-sonatype
MIT License
17 stars 17 forks source link

Knob to configure outbound proxy #106

Closed jeremy-clerc closed 4 years ago

jeremy-clerc commented 4 years ago

Outbound proxy can be configured by setting node['nexus3']['outbound_proxy'] attribute.

http proxy, https proxy can have a different configurations. non_proxy_hosts can be used to not proxy request for the given hosts.

NOTE: If outbound_proxy attribute is removed, proxy configuration is cleaned. Which means if you manually set a config but do not add the corresping attributes, your config will be erased with this commit.