Describe the feature
The AWS KMS service has support for asymmetric keys.
When you want to sign or verify a piece of data against one of these keys, you need access to kms:Sign and/or kms:Verify.
These methods are not implemented at the moment.
Use Case
Signing of data and verifying of data using the AWS KMS service.
Proposed Solution
The grantSign, grantVerify and grantSignVerify methods are implemented in the same way as the current grantEncrypt, grantDecrypt and grantEncryptDecrypt methods.
Other Information
No response
Acknowledgements
CDK version used
2.53.0
Environment details (OS name and version, etc.)
Ubuntu 22.04.1 LTS
Describe the feature
The AWS KMS service has support for asymmetric keys.
When you want to sign or verify a piece of data against one of these keys, you need access to kms:Sign and/or kms:Verify.
These methods are not implemented at the moment.
Use Case
Signing of data and verifying of data using the AWS KMS service.
Proposed Solution
The
grantSign,grantVerifyandgrantSignVerifymethods are implemented in the same way as the currentgrantEncrypt,grantDecryptandgrantEncryptDecryptmethods.Other Information
No response
Acknowledgements
CDK version used
2.53.0
Environment details (OS name and version, etc.)
Ubuntu 22.04.1 LTS