Describe the feature
|
// @deprecated(v2): switch to default false |
|
this.crossAccountKeys = props.crossAccountKeys ?? true; |
In documentation, we mention updating the default for CDK v2. We did not do that. It's not great to blindly update the defaults anyway, but sounds like we should add it in with feature flag.
Use Case
Update default
Proposed Solution
No response
Other Information
No response
Acknowledgements
CDK version used
cdk v2.100.0
Environment details (OS name and version, etc.)
mac
Describe the feature
aws-cdk/packages/aws-cdk-lib/aws-codepipeline/lib/pipeline.ts
Lines 380 to 381 in f4c1d12
In documentation, we mention updating the default for CDK v2. We did not do that. It's not great to blindly update the defaults anyway, but sounds like we should add it in with feature flag.
Use Case
Update default
Proposed Solution
No response
Other Information
No response
Acknowledgements
CDK version used
cdk v2.100.0
Environment details (OS name and version, etc.)
mac