This commit is contained in:
Michael Klishin 2022-07-06 22:26:02 +04:00
parent b2371cef70
commit 091cbf3ecc
1 changed files with 19 additions and 0 deletions

View File

@ -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) 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 ## Dependency Upgrades
* `ra` upgraded from [`2.0.13` to `2.2.0`](https://github.com/rabbitmq/ra/compare/v2.0.13...v2.2.0) * `ra` upgraded from [`2.0.13` to `2.2.0`](https://github.com/rabbitmq/ra/compare/v2.0.13...v2.2.0)