-
Notifications
You must be signed in to change notification settings - Fork 52
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 KMS Signer #229
Add KMS Signer #229
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
overall lgtm. Have a bunch of small questions though
LGTM! I'm good to accept, but I'll let @shrimalmadhur take a look at the signer first. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just want to make sure the last conversation is resolved (by adding the comment I requested), then we can merge :)
This PR adds a signer with a KMS key.
aws/kms
: KMS client, methods to retrieve public key and create signatures using a keytestutils
: moved methods for creating containers (localstack, anvil) to this packagesignerv2
: implemented new signerKMSSigner