File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed
includes/nic/compatibility-tables
nic/installation/installing-nic Expand file tree Collapse file tree 3 files changed +5
-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
33{{< bootstrap-table "table table-striped table-responsive" >}}
44| NIC Version | NAP-WAF Version | Config Manager | Enforcer |
55| ------------------- | --------------- | -------------- | -------- |
6- | {{< nic-version >}} | 35+5.527 | 5.9.0 | 5.9.0 |
6+ | {{< nic-version >}} | 35+{{< appprotect-compiler-version>}} | {{< nic-waf-release-version >}} | {{< nic-waf-release-version >}} |
77| 5.1.1 | 35+5.498 | 5.8.0 | 5.8.0 |
88| 5.0.0 | 34+5.342 | 5.6.0 | 5.6.0 |
99| 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:
4444Pull the ` waf-compiler ` image with:
4545
4646``` shell
47- docker pull private-registry.nginx.com/nap/waf-compiler:5.9.0
47+ docker pull private-registry.nginx.com/nap/waf-compiler:{{ < nic-waf-release-version > }}
4848```
4949
5050Download 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/
5353curl -L https://raw.githubusercontent.com/nginx/kubernetes-ingress/main/tests/data/ap-waf-v5/wafv5.json -o /tmp/wafv5.json
5454```
5555
56- Use your pulled NAP Docker image (` private-registry.nginx.com/nap/waf-compiler:5.9.0 ` ) to compile the policy bundle:
56+ Use your pulled NAP Docker image (` private-registry.nginx.com/nap/waf-compiler:{{<nic-waf-release-version>}} ` ) to compile the policy bundle:
5757
5858``` shell
5959# Using your newly created image
6060docker run --rm \
6161 -v /tmp:/tmp \
62- private-registry.nginx.com/nap/waf-compiler:5.9.0 \
62+ private-registry.nginx.com/nap/waf-compiler:{{ < nic-waf-release-version > }} \
6363 -p /tmp/wafv5.json \
6464 -o /tmp/compiled_policy.tgz
6565```
Original file line number Diff line number Diff line change 1+ 5.9.0
You can’t perform that action at this time.
0 commit comments