Skip to content

Commit

Permalink
BAU: Turn on call to account interventions backend in integration and…
Browse files Browse the repository at this point in the history
… production

This switch controls whether we call the authentication backend for account interventions. It does not switch on the call to the account interventions service itself - that is controlled by switches in the backend. Therefore, this should have no effect.
  • Loading branch information
BeckaL authored and alhcomer committed Mar 21, 2024
1 parent 5ad46ee commit 55d6b05
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ci/terraform/integration.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ frontend_task_definition_memory = 1024
support_international_numbers = "1"
support_language_cy = "1"
support_account_recovery = "1"
support_account_interventions = "0"
support_account_interventions = "1"
support_auth_orch_split = "1"
support_authorize_controller = "1"
support_2fa_b4_password_reset = "1"
Expand Down
2 changes: 1 addition & 1 deletion ci/terraform/production.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ frontend_auto_scaling_max_count = 240
ecs_desired_count = 4
support_international_numbers = "1"
support_account_recovery = "1"
support_account_interventions = "0"
support_account_interventions = "1"
support_auth_orch_split = "1"
support_authorize_controller = "1"
support_2fa_b4_password_reset = "1"
Expand Down

0 comments on commit 55d6b05

Please sign in to comment.