Skip to content

Commit 222911c

Browse files
authored
Merge pull request kubernetes-sigs#942 from vladimirmukhin/waf_documentation
Add documentation about configuring WAF
2 parents 206154d + 166df43 commit 222911c

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

docs/guide/ingress/annotation.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ You can add kubernetes annotations to ingress and service objects to customize t
4343
|[alb.ingress.kubernetes.io/target-group-attributes](#target-group-attributes)|stringMap|N/A|ingress,service|
4444
|[alb.ingress.kubernetes.io/target-type](#target-type)|instance \| ip|instance|ingress,service|
4545
|[alb.ingress.kubernetes.io/unhealthy-threshold-count](#unhealthy-threshold-count)|integer|'2'|ingress,service|
46+
|[alb.ingress.kubernetes.io/waf-acl-id](#waf-acl-id)|string|N/A|ingress|
4647

4748
## Traffic Listening
4849
Traffic Listening can be controlled with following annotations:
@@ -328,6 +329,16 @@ Health check on target groups can be controlled with following annotations:
328329
```alb.ingress.kubernetes.io/unhealthy-threshold-count: '2'
329330
```
330331

332+
## WAF
333+
- <a name="waf-acl-id">`alb.ingress.kubernetes.io/waf-acl-id`</a> specifies the identifier for the Amzon WAF web ACL.
334+
335+
!!!warning ""
336+
Only Regional WAF is supported.
337+
338+
!!!example
339+
```alb.ingress.kubernetes.io/waf-acl-id: 499e8b99-6671-4614-a86d-adb1810b7fbe
340+
```
341+
331342
## SSL
332343
SSL support can be controlled with following annotations:
333344

0 commit comments

Comments
 (0)