-
Notifications
You must be signed in to change notification settings - Fork 2
Chore: [AEA-0000] - Default to using the app ID. Populate the parameter with the enabled suppliers #2970
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
Chore: [AEA-0000] - Default to using the app ID. Populate the parameter with the enabled suppliers #2970
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -137,7 +137,7 @@ Resources: | |||||
| SQS_SALT: !Ref SQSSaltSecret | ||||||
| # Remove this once we've confirmed that product ID based filtering is working as expected and we | ||||||
| # no longer need the ability to switch back to the old filtering method | ||||||
| USE_APP_ID_FOR_NOTIFICATIONS_FILTERING: false | ||||||
| USE_APP_ID_FOR_NOTIFICATIONS_FILTERING: true | ||||||
|
||||||
| USE_APP_ID_FOR_NOTIFICATIONS_FILTERING: true | |
| USE_APP_ID_FOR_NOTIFICATIONS_FILTERING: "true" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The comment above this flag refers to confirming “product ID based filtering” and switching back to the “old filtering method”, but the flag is specifically about using application IDs for filtering. Please update/remove the comment so it accurately describes the current behaviour and what the rollback path actually is.