Skip to content

Commit

Permalink
BAU: Switch on reauthentication in integration
Browse files Browse the repository at this point in the history
To support HMRC testing.
  • Loading branch information
dbes-gds committed May 23, 2024
1 parent 8e10924 commit d502f21
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions ci/terraform/integration.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,13 @@ frontend_auto_scaling_v2_enabled = true
frontend_task_definition_cpu = 512
frontend_task_definition_memory = 1024

support_account_recovery = "1"
support_account_interventions = "1"
support_authorize_controller = "1"
support_2fa_b4_password_reset = "1"
support_2hr_lockout = "1"
support_account_recovery = "1"
support_account_interventions = "1"
support_authorize_controller = "1"
support_2fa_b4_password_reset = "1"
support_2hr_lockout = "1"
support_reauthentication = "1"

code_request_blocked_minutes = "120"
account_recovery_code_entered_wrong_blocked_minutes = "120"
code_entered_wrong_blocked_minutes = "120"
Expand Down

0 comments on commit d502f21

Please sign in to comment.