Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions packages/aws-cdk-lib/cx-api/lib/features.ts
Original file line number Diff line number Diff line change
Expand Up @@ -156,10 +156,10 @@ export const FLAGS: Record<string, FlagInfo> = {
detailsMd: `
When enabled, the \`signingProfileName\` property is passed to the L1 \`CfnSigningProfile\` construct,
which ensures that the AWS Signer profile is created with the specified name.

When disabled, the \`signingProfileName\` is not passed to CloudFormation, maintaining backward
compatibility with existing deployments where CloudFormation auto-generated profile names.

This feature flag is needed because enabling it can cause existing signing profiles to be
replaced during deployment if a \`signingProfileName\` was specified but not previously used
in the CloudFormation template.`,
Expand Down Expand Up @@ -659,7 +659,7 @@ export const FLAGS: Record<string, FlagInfo> = {
//////////////////////////////////////////////////////////////////////
[IAM_IMPORTED_ROLE_STACK_SAFE_DEFAULT_POLICY_NAME]: {
type: FlagType.BugFix,
summary: 'Enable this feature to by default create default policy names for imported roles that depend on the stack the role is in.',
summary: 'Enable this feature to create default policy names for imported roles that depend on the stack the role is in.',
detailsMd: `
Without this, importing the same role in multiple places could lead to the permissions given for one version of the imported role
to overwrite permissions given to the role at a different place where it was imported. This was due to all imported instances
Expand Down
Loading