Skip to content

Commit 574e69c

Browse files
committed
Add the Delete Invalid Headers section to the doc
1 parent 95ee2ac commit 574e69c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/guide/ingress/annotation.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -596,6 +596,10 @@ Custom attributes to LoadBalancers and TargetGroups can be controlled with follo
596596
```
597597
alb.ingress.kubernetes.io/load-balancer-attributes: deletion_protection.enabled=true
598598
```
599+
- enable invalid header fields removal
600+
```
601+
alb.ingress.kubernetes.io/load-balancer-attributes: routing.http.drop_invalid_header_fields.enabled=true
602+
```
599603
- enable http2 support
600604
```
601605
alb.ingress.kubernetes.io/load-balancer-attributes: routing.http2.enabled=true

0 commit comments

Comments
 (0)