Skip to content

Let worker tokens expire only after a full (Gregorian) century

Luc Everse requested to merge long-life-worker-tokens into development

Description

Worker tokens need to remain active for a long time. Unfortunately, an expiry date is required. Setting the expiry date 100 years from the creation moment should cover most worker lifetimes.

Changes

  • Worker tokens expire after 100 years.

Additions

N/A

Test and Review

To be filled in by the reviewers

  • All of the methods are commented to expectation

  • The methods are tested to satisfaction

  • There are no unnecessary files present in the MR

  • The continuous integration has no problems with the MR

  • The MR is filled in as requested (including labels, milestones, and reviewers)

  • The documentation is up-to-date

  • All nullable parameters are marked as such

Merge request reports