mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-10-29 09:42:25 +00:00
Update requests to /sys/identity/entity/merge perform merges on perfStandby nodes in memory and skip the persist call. This commit changes the behavior for the merge endpoint, forcing it to be forwarded from the standby to the active node. This change is specifically scoped to manual merges, as automatic merges are not isolated to a specific endpoint and require careful consideration for all callers.
4 lines
163 B
Plaintext
4 lines
163 B
Plaintext
```release-note:change
|
|
identity (enterprise): POST requests to the `/identity/entity/merge` endpoint
|
|
are now always forwarded from standbys to the active node.
|
|
``` |