mirror of
https://github.com/openziti/ziti.git
synced 2026-09-11 01:05:42 +00:00
b3a8b32952
- ignores the per-node ExpiresAt/IssuedBefore fields on revocations in both RouterDataModel.Diff and RouterDataModelSender.Diff, so the expected timestamp skew across HA controllers no longer fails router-data-model validation - keeps validating each revocation's presence, id, and type, so a revocation that fails to propagate or carries the wrong type is still caught - extends diffType to accept cmp.Option arguments (e.g. cmpopts.IgnoreFields) alongside its ignore-type arguments - adds a diff test covering ignored timestamps, a missing revocation, and a changed type