Files
ziti/controller
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
2025-04-02 15:28:59 -04:00
2022-06-30 17:45:08 -04:00
2022-06-30 17:45:08 -04:00
2025-09-19 16:47:48 -04:00
2023-09-28 23:34:28 -04:00
2023-08-16 12:39:59 -04:00
2025-04-02 15:28:59 -04:00
2025-04-02 15:28:59 -04:00
2025-04-02 15:28:59 -04:00
2025-03-18 15:32:44 -04:00
2025-09-19 16:47:48 -04:00
2025-04-02 15:28:59 -04:00