mirror of
https://github.com/hashicorp/vault.git
synced 2025-11-06 19:31:09 +01:00
This PR introduces the logic to handle local alias conflicts on Perf Secondaries. Rather than follow the merge and persist behavior we use for non-local aliases, we instead delete the duplicate from its parent entity and remove the parent entity from the local alias packer. This decision is a compromise, which will prevent complex distributed state problems, resulting in non-deterministic behavior when there are local alias conflicts.
5 lines
121 B
Plaintext
5 lines
121 B
Plaintext
```release-note:bug
|
|
identity: Fix non-deterministic merge behavior when two entities have
|
|
conflicting local aliases.
|
|
```
|