-
Notifications
You must be signed in to change notification settings - Fork 16
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
Add kill switch for Search and Opportunity data display #2695
Comments
Kill switch options:
choice: ssm param at build time |
seems like we need some consensus on whether or not the AC for this:
I think this is a question for @mdragon |
@doug-s-nava lets make this require a code change for now, but set it up where we have the message(from @michellemin-nava in #2735) wired up in the code so that if we flip the variable the message is up and we can roll it out. |
#3115) * adds maintenance page * adds "kill switch" flags that can be used to direct the search and opportunity pages to * adds ability to set flags with environment variables
Summary
In case we have an issue with bad data that rises to the level of a risk to the program we want to have a way to disable usage of the Search and Opportunity pages respectively to force people back to the existing site.
Use content from #2735
The Dev flags have been set up in AWS Systems Manager - Parameter Store:
/frontend/dev/feature-opportunity-off
/frontend/dev/feature-search-off
Acceptance criteria
The text was updated successfully, but these errors were encountered: