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

Use fallback key ID when key version is empty #3482

Merged
merged 4 commits into from
May 31, 2024

Commits on May 31, 2024

  1. Use fallback key ID when key version is empty

    This addresses a bug preventing the decryption of old secrets when the
    default key has been rotated.
    dmjb committed May 31, 2024
    Configuration menu
    Copy the full SHA
    fb90449 View commit details
    Browse the repository at this point in the history
  2. fix lint

    dmjb committed May 31, 2024
    Configuration menu
    Copy the full SHA
    e025936 View commit details
    Browse the repository at this point in the history
  3. fix engine tests

    dmjb committed May 31, 2024
    Configuration menu
    Copy the full SHA
    ff3bc05 View commit details
    Browse the repository at this point in the history
  4. more useful test

    dmjb committed May 31, 2024
    Configuration menu
    Copy the full SHA
    48df42c View commit details
    Browse the repository at this point in the history