2
0
mirror of https://github.com/status-im/consul.git synced 2025-01-19 10:15:06 +00:00
R.B. Boyer 19baf4bc25
acl: use the presence of a management policy in the state store as a sign that we already migrated to v2 acls ()
This way we only have to wait for the serf barrier to pass once before
we can upgrade to v2 acls. Without this patch every restart needs to
re-compute the change, and potentially if a stray older node joins after
a migration it might regress back to v1 mode which would be problematic.
2021-01-05 17:04:27 -06:00

4 lines
142 B
Plaintext

```release-note:improvement
acl: use the presence of a management policy in the state store as a sign that we already migrated to v2 acls
```