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

Add fake signer that implements KMS interface #361

Merged
merged 2 commits into from Apr 1, 2022

Commits on Mar 31, 2022

  1. Add fake signer that implements KMS interface

    This allows us to test code that uses kms.Get by importing the fake KMS
    package.
    
    Signed-off-by: Hayden Blauzvern <hblauzvern@google.com>
    haydentherapper committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    c43c8ee View commit details
    Browse the repository at this point in the history
  2. Add support for passing a private key to the fake KMS signer

    The private key is passed in the context.
    
    Signed-off-by: Hayden Blauzvern <hblauzvern@google.com>
    haydentherapper committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    c28e9d0 View commit details
    Browse the repository at this point in the history