awslabs / aws-encryption-sdk-specification

AWS Encryption SDK Specification
Other
30 stars 27 forks source link

implementation: Update Key IDs and generator sections to reference valid AWS KMS values, additional naming clarity #129

Open acioc opened 4 years ago

acioc commented 4 years ago

Following up from #68 and #55 , we need to update the naming used for "KeyIDs" and additionally ensure we do not perform validation on the Key names (pass to KMS as is). This will also ensure that AWS KMS Key IDs work (and not just AWS KMS Key ARNS + aliases)

Please refer to the spec change (via https://github.com/awslabs/aws-encryption-sdk-specification/pull/123 ) to make sure implementation matches