rabbitmq / rabbitmq-autocluster

RabbitMQ peer discovery and cluster formation plugin, supports RabbitMQ 3.6.x
BSD 3-Clause "New" or "Revised" License
242 stars 54 forks source link

Add HTTP(S) Proxy configuration #46

Closed noxdafox closed 7 years ago

noxdafox commented 7 years ago

In case of limited connectivity, this change allows to set HTTP(S) proxy to connect to the service discovery backend.

The following changes have been made since #43 :

  1. Moved to stable branch as target.
  2. Added support for list configuration arguments.
  3. Added tests for utils and config modules.
  4. Renamed config value no_proxy to proxy_exclusions.

Credits to @jjonek.

michaelklishin commented 7 years ago

@noxdafox @jjonek thank you!