AdaptiveConsulting / nexus-casc-plugin

Configuration as code plugin for Sonatype Nexus Repository Manager
MIT License
48 stars 21 forks source link

feat(plugin) add support for all http config #18

Closed AdaptiveMrBrown closed 3 years ago

AdaptiveMrBrown commented 3 years ago

Adresses issue #17

Breaking changes

Added all necessary fields for complete proxy configuration according to what Nexus supports. This means that operating system HTTP_PROXY environment variable don't work as is anymore.

The nonProxyHosts field is now also a list. Which is closer to how it is represented in Nexus administration UI.