Skip to content
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

feat: AWS KMS multi-Region Key support #715

Merged
merged 2 commits into from
Jun 16, 2021
Merged

feat: AWS KMS multi-Region Key support #715

merged 2 commits into from
Jun 16, 2021

Conversation

alex-chew
Copy link
Contributor

Added the new keyring KmsMrkAwareSymmetricKeyring that supports AWS KMS
multi-Region keys.
Added the helper MultiKeyringBuilder that composes multiple
KmsMrkAwareSymmetricKeyrings 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.

Added the new keyring KmsMrkAwareSymmetricKeyring that supports AWS KMS
multi-Region keys.
Added the helper MultiKeyringBuilder that composes multiple
KmsMrkAwareSymmetricKeyrings 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.
@alex-chew alex-chew temporarily deployed to continuous-integration June 16, 2021 16:21 Inactive
@alex-chew alex-chew temporarily deployed to continuous-integration June 16, 2021 16:21 Inactive
@alex-chew alex-chew temporarily deployed to continuous-integration June 16, 2021 16:40 Inactive
@alex-chew alex-chew temporarily deployed to continuous-integration June 16, 2021 16:40 Inactive
@alex-chew alex-chew temporarily deployed to continuous-integration June 16, 2021 16:40 Inactive
@alex-chew alex-chew temporarily deployed to continuous-integration June 16, 2021 16:40 Inactive
@alex-chew
Copy link
Contributor Author

Note: the csdk-ubuntu-latest-x64 CodeBuild check has passed without running the expected tests, but a manually-run build does pass all tests successfully.

@alex-chew alex-chew merged commit 83db9a6 into master Jun 16, 2021
@alex-chew alex-chew deleted the mrk-aware branch July 13, 2021 23:35
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.

2 participants