mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-10-29 09:42:25 +00:00
* properly cleanup aliases no longer in entity during invalidation * test: verify proper alias removal from entity in invalidation * add changelog entry * document dangling entity-alias known issue * improve entity-alias delete test * fixup! document dangling entity-alias known issue * use simpler approach to reconcile entity aliases in invalidation * adjust comment to match previous code change * add test covering local aliases * pre-delete changed entity in invalidation
4 lines
136 B
Plaintext
4 lines
136 B
Plaintext
```release-note:bug
|
|
core/identity: Fixed an issue where deleted/reassigned entity-aliases were not removed from in-memory database.
|
|
```
|