Skip to content

Commit

Permalink
Merge pull request #1644 from govuk-one-login/BAU/reauth-integration
Browse files Browse the repository at this point in the history
BAU: Switch on reauthentication in integration
  • Loading branch information
dbes-gds authored May 23, 2024
2 parents 8e10924 + d502f21 commit 25443f0
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 25443f0

Please sign in to comment.