Skip to content

Commit 2f69d22

Browse files
committed
update wafv5 docs and helm template
1 parent 41666a3 commit 2f69d22

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

charts/nginx-ingress/templates/_helpers.tpl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -444,6 +444,8 @@ volumeMounts:
444444
env:
445445
- name: ENFORCER_PORT
446446
value: "{{ .Values.controller.appprotect.enforcer.port | default 50000 }}"
447+
- name: ENFORCER_CONFIG_TIMEOUT
448+
value: "0"
447449
volumeMounts:
448450
- name: app-protect-bd-config
449451
mountPath: /opt/app_protect/bd_config

charts/nginx-ingress/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ controller:
5757
repository: private-registry.nginx.com/nap/waf-enforcer
5858

5959
## The tag of the App Protect WAF v5 Enforcer image.
60-
tag: "5.3.0"
60+
tag: "5.4.0"
6161
## The digest of the App Protect WAF v5 Enforcer image.
6262
## If digest is specified it has precedence over tag and will be used instead
6363
# digest: "sha256:CHANGEME"
@@ -73,7 +73,7 @@ controller:
7373
repository: private-registry.nginx.com/nap/waf-config-mgr
7474

7575
## The tag of the App Protect WAF v5 Configuration Manager image.
76-
tag: "5.3.0"
76+
tag: "5.4.0"
7777
## The digest of the App Protect WAF v5 Configuration Manager image.
7878
## If digest is specified it has precedence over tag and will be used instead
7979
# digest: "sha256:CHANGEME"

site/content/installation/integrations/app-protect-waf-v5/installation.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,6 +368,8 @@ Add `waf-enforcer` image to the `containers` section:
368368
env:
369369
- name: ENFORCER_PORT
370370
value: "50000"
371+
- name: ENFORCER_CONFIG_TIMEOUT
372+
value: "0"
371373
volumeMounts:
372374
- name: app-protect-bd-config
373375
mountPath: /opt/app_protect/bd_config
@@ -505,7 +507,8 @@ If you prefer not to build your own NGINX Ingress Controller image, you can use
505507
{{< bootstrap-table "table table-bordered table-striped table-responsive" >}}
506508
| NIC Version | App Protect WAFv5 Version | Config Manager | Enforcer |
507509
| --- | --- | --- | --- |
508-
| {{< nic-version >}} | 32_5.144 | 5.3.0 | 5.3.0 |
510+
| {{< nic-version >}} | 33_5.210 | 5.4.0 | 5.4.0 |
511+
| 3.7.2 | 32_5.144 | 5.3.0 | 5.3.0 |
509512
| 3.6.2 | 32_5.48 | 5.2.0 | 5.2.0 |
510513
{{% /bootstrap-table %}}
511514

0 commit comments

Comments
 (0)