Skip to content

Commit

Permalink
Merge pull request #2448 from govuk-one-login/AUT-3943
Browse files Browse the repository at this point in the history
AUT-3943: switch signin.staging DNS to secure pipeline frontend
  • Loading branch information
monhaque authored Jan 8, 2025
2 parents 14d77a2 + 1f3d158 commit 87b7ffc
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions cloudformation/deploy/template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -173,9 +173,13 @@ Conditions:
SwitchToMigratedZone:
Fn::And:
- !Condition MaintainMigratedZoneRecords
- Fn::Equals:
- !Ref Environment
- "placeholder"
- Fn::Or:
- Fn::Equals:
- !Ref Environment
- "placeholder"
- Fn::Equals:
- !Ref Environment
- "staging"

Mappings:
# see https://docs.aws.amazon.com/elasticloadbalancing/latest/application/load-balancer-access-logs.html
Expand Down

0 comments on commit 87b7ffc

Please sign in to comment.