mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
Update ecs.tf (#4775)
Adding feature to drop invalid headers at LB level. This closes #4774
This commit is contained in:
parent
6940200cbd
commit
07689baa39
1 changed files with 1 additions and 0 deletions
|
|
@ -17,6 +17,7 @@ resource "aws_alb" "main" {
|
|||
security_groups = [aws_security_group.lb.id, aws_security_group.backend.id]
|
||||
subnets = module.vpc.public_subnets
|
||||
idle_timeout = 120
|
||||
drop_invalid_header_fields = true
|
||||
}
|
||||
|
||||
resource "aws_alb_target_group" "main" {
|
||||
|
|
|
|||
Loading…
Reference in a new issue