forked from aws/aws-cdk
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(pipes-alpha): support for customer-managed KMS keys to encrypt p…
…ipe data (aws#33546) ### Issue # (if applicable) Closes aws#31453 ### Reason for this change AWS Pipes supports for encrypting data by customer managed KMS key instead of Amazon managed key. https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-encryption-pipes-cmkey.html The L2 Pipe construct does not support this feature now. ### Description of changes - Add `kmsKey` prop to `PipeProps` - ### Describe any new or updated permissions being added - Add KMS key policy which enables pipes to access to the key. https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-encryption-key-policy.html#eb-encryption-key-policy-pipe ### Description of how you validated changes Add both unit and integ tests. ### Checklist - [x] My code adheres to the [CONTRIBUTING GUIDE](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and [DESIGN GUIDELINES](https://github.com/aws/aws-cdk/blob/main/docs/DESIGN_GUIDELINES.md) ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
- Loading branch information
1 parent
7ebb92c
commit dd0d62f
Showing
14 changed files
with
36,766 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
32 changes: 32 additions & 0 deletions
32
.../integ.pipe-kmskey.js.snapshot/PipesKmsKeyTestDefaultTestDeployAssert1065A2A1.assets.json
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.