rabbitmq / rabbitmq-autocluster

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

Pass consul token as a header #53

Closed akissa closed 7 years ago

akissa commented 7 years ago

Pass consul token as a header

The recommended way to pass consul tokens is now using headers, header support was introduced in consul version 0.6.0.

https://www.consul.io/api/index.html#authentication

This change is not compatible with consul versions < 0.6.0

Types of Changes

Checklist

Further Comments

This change is not compatible with consul versions < 0.6.0