Skip to content

feat: AWS KMS multi-Region Key support #631

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

Merged
merged 1 commit into from
Jun 16, 2021
Merged

feat: AWS KMS multi-Region Key support #631

merged 1 commit into from
Jun 16, 2021

Conversation

robin-aws
Copy link
Contributor

Added new two new keyrings AwsKmsMrkAwareSymmetricKeyringNode
and AwsKmsMrkAwareSymmetricDiscoveryKeyringNode
that support AWS KMS multi-Region Keys.
Added the helpers buildAwsKmsMrkAwareStrictMultiKeyringNode
and buildAwsKmsMrkAwareDiscoveryMultiKeyringNode
that compose the above keyring together
to handle multiple CMKs.

See https://docs.aws.amazon.com/kms/latest/developerguide/multi-region-keys-overview.html
for more details about AWS KMS multi-Region Keys.
See https://docs.aws.amazon.com/encryption-sdk/latest/developer-guide/configure.html#config-mrks
for more details about how the AWS Encryption SDK interoperates
with AWS KMS multi-Region keys.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

Check any applicable:

  • Were any files moved? Moving files changes their URL, which breaks all hyperlinks to the files.

Added new two new keyrings AwsKmsMrkAwareSymmetricKeyringNode
and AwsKmsMrkAwareSymmetricDiscoveryKeyringNode
that support AWS KMS multi-Region Keys.
Added the helpers buildAwsKmsMrkAwareStrictMultiKeyringNode
and buildAwsKmsMrkAwareDiscoveryMultiKeyringNode
that compose the above keyring together
to handle multiple CMKs.

See https://docs.aws.amazon.com/kms/latest/developerguide/multi-region-keys-overview.html
for more details about AWS KMS multi-Region Keys.
See https://docs.aws.amazon.com/encryption-sdk/latest/developer-guide/configure.html#config-mrks
for more details about how the AWS Encryption SDK interoperates
with AWS KMS multi-Region keys.
@robin-aws robin-aws merged commit 701f811 into master Jun 16, 2021
@texastony texastony deleted the mrk-aware branch July 21, 2021 16:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants