open-consul/.changelog/9351.txt
R.B. Boyer f9dcaf7f6b
acl: global tokens created by auth methods now correctly replicate to secondary datacenters (#9351)
Previously the tokens would fail to insert into the secondary's state
store because the AuthMethod field of the ACLToken did not point to a
known auth method from the primary.
2020-12-09 15:22:29 -06:00

4 lines
116 B
Plaintext

```release-note:bug
acl: global tokens created by auth methods now correctly replicate to secondary datacenters
```