Skip to content

Draft: Fix activity verification after key rotation

Hazelnoot requested to merge fEmber/Sharkey:hazelnoot/fix-key-rotation into develop

What does this PR do?

Fixes two minor bugs in the key re-fetch logic:

  • After a user's keys rotate, the very next activity will fail to validate. All further ones succeed.
  • If a user's keys are deleted for some reason, they will stick around in the cache for up to 12 hours.

Contribution Guidelines By submitting this merge request, you agree to follow our Contribution Guidelines

  • I agree to follow this project's Contribution Guidelines
  • I have made sure to test this pull request

Merge request reports