File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
includes/nic/compatibility-tables
nic/installation/installing-nic Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ The following table shows compatibility between NGINX Ingress Controller (NIC) a
3
3
{{< bootstrap-table "table table-striped table-responsive" >}}
4
4
| NIC Version | NAP-WAF Version | Config Manager | Enforcer |
5
5
| ------------------- | --------------- | -------------- | -------- |
6
- | {{< nic-version >}} | 35+5.498 | 5.8 .0 | 5.8 .0 |
6
+ | {{< nic-version >}} | 35+5.527 | 5.9 .0 | 5.9 .0 |
7
7
| 5.1.1 | 35+5.498 | 5.8.0 | 5.8.0 |
8
8
| 5.0.0 | 34+5.342 | 5.6.0 | 5.6.0 |
9
9
| 4.0.1 | 33+5.264 | 5.5.0 | 5.5.0 |
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ This is accomplished with the following steps:
44
44
Pull the ` waf-compiler ` image with:
45
45
46
46
``` shell
47
- docker pull private-registry.nginx.com/nap/waf-compiler:5.8 .0
47
+ docker pull private-registry.nginx.com/nap/waf-compiler:5.9 .0
48
48
```
49
49
50
50
Download the [ provided WAF Policy JSON] ( https://raw.githubusercontent.com/nginx/kubernetes-ingress/main/tests/data/ap-waf-v5/wafv5.json ) :
@@ -53,13 +53,13 @@ Download the [provided WAF Policy JSON](https://raw.githubusercontent.com/nginx/
53
53
curl -L https://raw.githubusercontent.com/nginx/kubernetes-ingress/main/tests/data/ap-waf-v5/wafv5.json -o /tmp/wafv5.json
54
54
```
55
55
56
- Use your pulled NAP Docker image (` private-registry.nginx.com/nap/waf-compiler:5.8 .0 ` ) to compile the policy bundle:
56
+ Use your pulled NAP Docker image (` private-registry.nginx.com/nap/waf-compiler:5.9 .0 ` ) to compile the policy bundle:
57
57
58
58
``` shell
59
59
# Using your newly created image
60
60
docker run --rm \
61
61
-v /tmp:/tmp \
62
- private-registry.nginx.com/nap/waf-compiler:5.8 .0 \
62
+ private-registry.nginx.com/nap/waf-compiler:5.9 .0 \
63
63
-p /tmp/wafv5.json \
64
64
-o /tmp/compiled_policy.tgz
65
65
```
You can’t perform that action at this time.
0 commit comments