feat(apprunner): add kmsKey property for the AppRunner Service class#30352
feat(apprunner): add kmsKey property for the AppRunner Service class#30352mergify[bot] merged 3 commits intoaws:mainfrom
Conversation
|
Thanks @mazyu36 for raising this PR. Could you please create an issue to explain more your use case, and link it to this PR. |
|
@moelasmar |
moelasmar
left a comment
There was a problem hiding this comment.
it looks good, thanks for creating this PR
|
Thank you for contributing! Your pull request will be updated from main and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
|
@moelasmar |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
|
Thank you for contributing! Your pull request will be updated from main and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
…ws#30352) ### Issue # (if applicable) Close aws#30365. ### Reason for this change AppRunner supports for using a customer managed key to encrypt all stored copies of your application source image or source bundle. https://docs.aws.amazon.com/apprunner/latest/dg/security-data-protection-encryption.html But L2 Construct (alpha module) cannot use a customer managed key. ### Description of changes Add kmsKey property to the Service class. ### Description of how you validated changes Add unit tests 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*
|
Comments on closed issues and PRs are hard for our team to see. If you need help, please open a new issue that references this one. |
Issue # (if applicable)
Close #30365.
Reason for this change
AppRunner supports for using a customer managed key to encrypt all stored copies of your application source image or source bundle.
https://docs.aws.amazon.com/apprunner/latest/dg/security-data-protection-encryption.html
But L2 Construct (alpha module) cannot use a customer managed key.
Description of changes
Add kmsKey property to the Service class.
Description of how you validated changes
Add unit tests and integ tests
Checklist
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license