Skip to content

Commit 0cff8fb

Browse files
authored
Merge pull request #1207 from netflash/master
Add the Delete Invalid Headers section to the doc
2 parents 1dba666 + 574e69c commit 0cff8fb

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)