Add rabbitmq/rabbitmq-server#5116 to 3.10.6 release notes
This commit is contained in:
parent
b2371cef70
commit
091cbf3ecc
|
@ -120,6 +120,25 @@ Release notes can be found on GitHub at [rabbitmq-server/release-notes](https://
|
|||
GitHub issue: [#3386](https://github.com/rabbitmq/rabbitmq-server/issues/3386)
|
||||
|
||||
|
||||
### Consul Peer Discovery Plugin
|
||||
|
||||
#### Enhancements
|
||||
|
||||
* Consul peer discovery now supports client-side TLS options, much like its Kubernetes and etcd peers.
|
||||
|
||||
``` ini
|
||||
cluster_formation.consul.scheme = https
|
||||
# this assumes that Consul uses port 8501 for HTTPS clients
|
||||
cluster_formation.consul.port = 8501
|
||||
|
||||
cluster_formation.consul.ssl_options.cacertfile = /path/to/consul/generated/ca_certificate.pem
|
||||
cluster_formation.consul.ssl_options.certfile = /path/to/client/certificate.pem
|
||||
cluster_formation.consul.ssl_options.keyfile = /path/to/client/client_key.pem
|
||||
```
|
||||
|
||||
GitHub issue: [#5116](https://github.com/rabbitmq/rabbitmq-server/issues/5116)
|
||||
|
||||
|
||||
## Dependency Upgrades
|
||||
|
||||
* `ra` upgraded from [`2.0.13` to `2.2.0`](https://github.com/rabbitmq/ra/compare/v2.0.13...v2.2.0)
|
||||
|
|
Loading…
Reference in New Issue