consul/.changelog/9351.txt
R.B. Boyer 0ecd16a382
acl: global tokens created by auth methods now correctly replicate to secondary datacenters (#9363)
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.

Backport of #9351 to 1.8.x
2020-12-10 08:35:48 -06:00

4 lines
116 B
Plaintext

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