Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

First pass at JWT auto-deletion flag #11969

Merged
merged 7 commits into from Jul 25, 2022

Commits on Jun 30, 2021

  1. Copy the full SHA
    4572a9f View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2022

  1. Unit test for delete option + slow down read period

    * Unit test to test default behaviour, and config parsing for delete_jwt_after_reading option
    * Slow down read period of token when we're not deleting it to 1 minute. This is fast enough
      for the shortest TTL possible in Kubernetes (10m), which seems like a sensible default. We
      may need to make this period configurable in the future though.
    * Remove usage of the deprecated ioutil library
    tomhjp committed Jul 21, 2022
    Copy the full SHA
    bf94d21 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    e2def7f View commit details
    Browse the repository at this point in the history
  3. Add changelog note

    tomhjp committed Jul 21, 2022
    Copy the full SHA
    033c1cf View commit details
    Browse the repository at this point in the history
  4. Changelog typo

    tomhjp committed Jul 21, 2022
    Copy the full SHA
    c713a6b View commit details
    Browse the repository at this point in the history
  5. Another changelog typo

    tomhjp committed Jul 21, 2022
    Copy the full SHA
    d07e975 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2022

  1. Copy the full SHA
    174eaf8 View commit details
    Browse the repository at this point in the history