You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
storage/raft: Advertise the configured cluster address (#9008) (#9031)
* storage/raft: Advertise the configured cluster address
* Don't allow raft to start with unspecified IP
* Fix concurrent map write panic
* Add test file
* changelog++
* changelog++
* changelog++
* Update tcp_layer.go
* Update tcp_layer.go
* Only set the adverise addr if set
Copy file name to clipboardExpand all lines: CHANGELOG.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,9 @@ BUG FIXES:
14
14
* serviceregistration: Fix a regression for Consul service registration that ignored using the listener address as
15
15
the redirect address unless api_addr was provided. It now properly uses the same redirect address as the one
16
16
used by Vault's Core object. [[GH-8976](https://github.com/hashicorp/vault/pull/8976)]
17
+
* storage/raft: Advertise the configured cluster address to the rest of the nodes in the raft cluster. This fixes
18
+
an issue where a node advertising 0.0.0.0 is not using a unique hostname. [[GH-9008](https://github.com/hashicorp/vault/pull/9008)]
19
+
* storage/raft: Fix panic when multiple nodes attempt to join the cluster at once. [[GH-9008](https://github.com/hashicorp/vault/pull/9008)]
17
20
* sys: The path provided in `sys/internal/ui/mounts/:path` is now namespace-aware. This fixes an issue
18
21
with `vault kv` subcommands that had namespaces provided in the path returning permission denied all the time.
0 commit comments