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

Cache signing keys #611

Merged
merged 10 commits into from
Feb 27, 2021
Merged

Cache signing keys #611

merged 10 commits into from
Feb 27, 2021

Commits on Feb 2, 2021

  1. Cache the result of get_signing_key

    Steven Pitts committed Feb 2, 2021
    Configuration menu
    Copy the full SHA
    d5ed930 View commit details
    Browse the repository at this point in the history
  2. Include URI in key for getting known signing keys

    Steven Pitts committed Feb 2, 2021
    Configuration menu
    Copy the full SHA
    22e59a2 View commit details
    Browse the repository at this point in the history
  3. Add test_get_signing_key_caches_result test

    Steven Pitts committed Feb 2, 2021
    Configuration menu
    Copy the full SHA
    cbf7a98 View commit details
    Browse the repository at this point in the history
  4. Add test to make sure multiple uris are being distinguished in key ca…

    …ching
    Steven Pitts committed Feb 2, 2021
    Configuration menu
    Copy the full SHA
    77a44f4 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2021

  1. Ignore URI in caching

    Steven Pitts committed Feb 16, 2021
    Configuration menu
    Copy the full SHA
    9d5e070 View commit details
    Browse the repository at this point in the history
  2. Use functools.lru_cache to cache signing keys

    Steven Pitts committed Feb 16, 2021
    Configuration menu
    Copy the full SHA
    9aa263e View commit details
    Browse the repository at this point in the history
  3. Allow opting out of key caching

    Steven Pitts committed Feb 16, 2021
    Configuration menu
    Copy the full SHA
    9579fe0 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2021

  1. Allow adjusting max cached keys

    Steven Pitts committed Feb 18, 2021
    Configuration menu
    Copy the full SHA
    46e9ea1 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2021

  1. Add jpadilla#611 change to CHANGELOG.rst

    Steven Pitts committed Feb 22, 2021
    Configuration menu
    Copy the full SHA
    414b317 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2021

  1. Update CHANGELOG.rst

    Co-authored-by: José Padilla <jpadilla@webapplicate.com>
    stevenpitts and jpadilla committed Feb 23, 2021
    Configuration menu
    Copy the full SHA
    8166ac9 View commit details
    Browse the repository at this point in the history