mirror of
https://github.com/openziti/ziti.git
synced 2026-09-10 16:55:41 +00:00
8ef4e50b02
- filters the fabric RemoveTerminators handler so a router can only remove terminators whose owning router matches the request source; ids owned by another router are dropped and logged rather than deleted - keeps absent ids so a delete racing a not-yet-applied create is still ordered after it - the edge control channel already enforces this via verifyTerminator Backport of #4165. release-v2.0.x has no RemoveTerminatorsV2, so only the v1 handler is affected.