2
0
mirror of https://github.com/status-im/consul.git synced 2025-01-12 14:55:02 +00:00
Derek Menteer 4f2ce60654
Fix peering acceptors in secondary datacenters. ()
Prior to this commit, secondary datacenters could not be initialized
as peering acceptors if ACLs were enabled. This is due to the fact that
internal server-to-server API calls would fail because the management
token was not generated. This PR makes it so that both primary and
secondary datacenters generate their own management token whenever
a leader is elected in their respective clusters.
2023-02-10 09:47:17 -06:00

4 lines
125 B
Plaintext

```release-note:bug
peering: Fix issue where secondary wan-federated datacenters could not be used as peering acceptors.
```