Difference between revisions of "Terraform aws lb: drop invalid header fields"
Jump to navigation
Jump to search
Line 6: | Line 6: | ||
* <code>[[alb-http-drop-invalid-header-enabled]]</code> | * <code>[[alb-http-drop-invalid-header-enabled]]</code> | ||
* <code>[[Datadog: Application Load Balancers should be configured to drop HTTP headers]]</code> | * <code>[[Datadog: Application Load Balancers should be configured to drop HTTP headers]]</code> | ||
+ | * [[AWS ALB]]: <code>[[alb.ingress.kubernetes.io]]/load-balancer-attributes: routing.http.drop_invalid_header_fields.enabled=true</code> | ||
== See also == | == See also == |
Revision as of 12:03, 8 July 2024
drop_invalid_header_fields
(Optional) Whether HTTP headers with header fields that are not valid are removed by the load balancer (true) or routed to targets (false). The default is false. Elastic Load Balancing requires that message header names contain only alphanumeric characters and hyphens. Only valid for Load Balancers of type application.
Related
alb-http-drop-invalid-header-enabled
Datadog: Application Load Balancers should be configured to drop HTTP headers
- AWS ALB:
alb.ingress.kubernetes.io/load-balancer-attributes: routing.http.drop_invalid_header_fields.enabled=true
See also
Advertising: