Skip to content

Commit

Permalink
fix(cli): add feature flag to control subscription field redaction be…
Browse files Browse the repository at this point in the history
…havior (#13827)
  • Loading branch information
sundersc committed Jun 19, 2024
1 parent 252093f commit 4f9aadb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/amplify-cli-core/src/feature-flags/featureFlags.ts
Original file line number Diff line number Diff line change
Expand Up @@ -671,6 +671,12 @@ export class FeatureFlags {
defaultValueForExistingProjects: false,
defaultValueForNewProjects: true,
},
{
name: 'subscriptionsInheritPrimaryAuth',
type: 'boolean',
defaultValueForExistingProjects: false,
defaultValueForNewProjects: false,
},
]);

this.registerFlag('frontend-ios', [
Expand Down

0 comments on commit 4f9aadb

Please sign in to comment.