Skip to content

Commit 4f9aadb

Browse files
authored
fix(cli): add feature flag to control subscription field redaction behavior (#13827)
1 parent 252093f commit 4f9aadb

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

packages/amplify-cli-core/src/feature-flags/featureFlags.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -671,6 +671,12 @@ export class FeatureFlags {
671671
defaultValueForExistingProjects: false,
672672
defaultValueForNewProjects: true,
673673
},
674+
{
675+
name: 'subscriptionsInheritPrimaryAuth',
676+
type: 'boolean',
677+
defaultValueForExistingProjects: false,
678+
defaultValueForNewProjects: false,
679+
},
674680
]);
675681

676682
this.registerFlag('frontend-ios', [

0 commit comments

Comments
 (0)