open-consul/.changelog/9505.txt
R.B. Boyer db62541676
acl: use the presence of a management policy in the state store as a sign that we already migrated to v2 acls (#9505)
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
```