aws-kms: missing sign and verify IAM roles #23185
Labels
@aws-cdk/aws-kms
Related to AWS Key Management
effort/small
Small work item – less than a day of effort
feature-request
A feature should be added or improved.
p2
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
andgrantSignVerify
methods are implemented in the same way as the currentgrantEncrypt
,grantDecrypt
andgrantEncryptDecrypt
methods.Other Information
No response
Acknowledgements
CDK version used
2.53.0
Environment details (OS name and version, etc.)
Ubuntu 22.04.1 LTS
The text was updated successfully, but these errors were encountered: