-
Notifications
You must be signed in to change notification settings - Fork 4.4k
chore: prepare tests to expire feature flag 'kms:defaultKeyPolicies' #12922
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
Conversation
This is a follow up to - 31b1b32. Unit tests in the S3 module assert resources generated by KMS. With the '@aws-cdk/aws-kms:defaultKeyPolicies' feature flag being reset as part of CDKv2, these tests need to be updated accordingly.
Co-authored-by: Nick Lynch <[email protected]>
|
Thank you for contributing! Your pull request will be updated from master and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
|
Thank you for contributing! Your pull request will be updated from master and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
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 master and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
…ws#12922) This is a follow up to - 31b1b32. Unit tests in the `aws-s3` and `aws-glue` modules assert resources generated by KMS. The '@aws-cdk/aws-kms:defaultKeyPolicies' feature flag will be reset in CDKv2. Update the necessary tests so that they continue to work when this happens. Two course of actions are taken here - some tests needed to be made more 'precise' in their assertions, and others had to be configured to only run in CDKv1. ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
This is a follow up to - 31b1b32.
Unit tests in the
aws-s3andaws-gluemodules assertresources generated by KMS.
The '@aws-cdk/aws-kms:defaultKeyPolicies' feature flag will be
reset in CDKv2. Update the necessary tests so that they continue
to work when this happens.
Two course of actions are taken here - some tests needed to
be made more 'precise' in their assertions, and others had to be
configured to only run in CDKv1.
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license