Files
ziti/controller/env
Paul Lorenz 9df4e6d98f Fix revocation build-up in db and rdm. Fixes #3760
- fixes RevokeToken double-write: adds return after JWTID-keyed revocation
        save, preventing fallthrough write with raw JWT string as unreachable key
      - fixes TerminateSession key mismatch: stores revocation by identityId alone,
        matching the Subject-based lookup in ValidateAccessToken
      - fixes RevocationDelete sync action: passes DataState_Delete instead of
        DataState_Create so routers evict the entry from their data model
      - adds RevocationManager.DeleteExpired: batch-deletes expired revocations in
        batches of 500 until none remain
      - adds RevocationEnforcer: periodic policy runner (every 1 minute) that calls
        DeleteExpired and records metrics
2026-04-03 17:26:32 -04:00
..
2025-04-02 15:28:59 -04:00