Files
vault/changelog/28867.txt
Paul Banks 1aa9a7a138 Make identity store loading and alias merging deterministic (#28867)
* Make identity store loading and alias merging deterministic

* Add CHANGELOG

* Refactor our Ent-only logic from determinism test

* Use stub-maker

* Add test godoc
2024-11-11 15:53:16 +00:00

5 lines
174 B
Plaintext

```release-note:bug
core: Fix an issue where duplicate identity aliases in storage could be merged
inconsistently during different unseal events or on different servers.
```