-
Notifications
You must be signed in to change notification settings - Fork 4.5k
Closed
ryichk/todolist
#19Labels
@aws-cdk/aws-kmsRelated to AWS Key ManagementRelated to AWS Key Managementeffort/smallSmall work item – less than a day of effortSmall work item – less than a day of effortfeature-requestA feature should be added or improved.A feature should be added or improved.p2
Description
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
- I may be able to implement this feature request
- This feature might incur a breaking change
CDK version used
2.53.0
Environment details (OS name and version, etc.)
Ubuntu 22.04.1 LTS
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
@aws-cdk/aws-kmsRelated to AWS Key ManagementRelated to AWS Key Managementeffort/smallSmall work item – less than a day of effortSmall work item – less than a day of effortfeature-requestA feature should be added or improved.A feature should be added or improved.p2