Turn on feature flag
Background
We would like to migrate user roles, org membership, and facility membership to be stored within the SimpleReport app, as opposed to managing it in Okta. This will increase stability of the app and improve code readability and extensibility, among other benefits. The goal of this ticket is to turn on the functionality using our data as a source of truth for authorization in all environments.
Change requested
Update the feature flag table in production to turn on our migration finalization feature flag. Update our app config to turn the feature flag on in all environments. If we're keeping the comparison alert, change it to be high-urgency (to be discussed when completing testing in #7600)
Acceptance criteria
- feature flag is on in all environments
- (???) is comparison alert is triggered, it is a high-urgency page
Dependencies
- #7600
Open questions
None
Notes
Feature flag table has precedence over app config settings
Additional context
Main design doc Design doc - backend Design doc - data migration plan Okta migration tickets plan Okta tech talk Okta tech talk part 2