You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| | `appprotect.service.nginx.ports.targetPort` | Target port inside the container. | 80 |
240
-
| | `appprotect.service.nginx.type` | Service type. | NodePort |
241
-
| **Storage Configuration** | `appprotect.storage.bundlesPath.name` | Bundles volume name used by WAF Config Manager container for storing policy bundles | app-protect-bundles |
242
-
| | `appprotect.storage.bundlesPath.mountPath` | Bundles mount path used by WAF Config Manager container, which is the path to the app_protect_policy_file in nginx.conf. | /etc/app_protect/bundles |
||_appprotect.service.nginx.ports.targetPort_| Target port inside the container. | 80 |
257
+
||_appprotect.service.nginx.type_| Service type. | NodePort |
258
+
|**Storage Configuration**|_appprotect.storage.bundlesPath.name_| Bundles volume name used by WAF Config Manager container for storing policy bundles | app-protect-bundles |
259
+
||_appprotect.storage.bundlesPath.mountPath_| Bundles mount path used by WAF Config Manager container, which is the path to the app_protect_policy_file in nginx.conf. | /etc/app_protect/bundles |
260
+
||_appprotect.storage.pv.hostPath_| Host path for persistent volume. | /mnt/nap5_bundles_pv_data |
261
+
||_appprotect.storage.pvc.bundlesPvc.storageClass_| Storage class for PVC. | manual |
|**Docker Configuration**|_dockerConfigJson_| A base64-encoded string representing the Docker registry credentials in JSON format. | N/A |
264
+
{{< /bootstrap-table >}}
265
+
266
+
---
267
+
268
+
## Use compiled Policy and Logging Profile bundles in NGINX
251
269
252
270
In this setup, copy your compiled policy and logging profile bundles to `/mnt/nap5_bundles_pv_data` on a cluster node. Make sure that input files are accessible to UID 101. Then, in your NGINX configuration, refer to these files from `/etc/app_protect/bundles`.
-[Deploying NGINX App Protect WAF on Docker]({{<relref "/nap-waf/v5/admin-guide/deploy-on-docker.md">}})
84
-
-[Deploying NGINX App Protect WAF on Kubernetes]({{<relref "/nap-waf/v5/admin-guide/deploy-on-kubernetes.md">}})
84
+
-[Deploying NGINX App Protect WAF on Kubernetes]({{<relref "/nap-waf/v5/admin-guide/deploy-with-helm.md">}})
85
85
86
86
1. Compile your `.json` policies and logging profiles to `.tgz` bundles using [compiler-image]({{<relref "/nap-waf/v5/admin-guide/compiler.md">}}) because NGINX App Protect WAF v5 supports policies and logging profiles in a compiled bundle format only.
Copy file name to clipboardExpand all lines: content/nap-waf/v5/configuration-guide/configuration.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -787,7 +787,7 @@ To enable mTLS in NGINX, you need to perform the following steps:
787
787
- ENFORCER_SERVER_KEY
788
788
- ENFORCER_CA_FILE
789
789
790
-
Refer to the example for mTLS deployment in the admin guide, whether you're using [Docker]({{< relref "/nap-waf/v5/admin-guide/deploy-on-docker.md#docker-compose-file-with-mtls" >}}) or [Kubernetes]({{< relref "/nap-waf/v5/admin-guide/deploy-on-kubernetes.md#mtls-deployment" >}}).
790
+
Refer to the example for mTLS deployment in the admin guide, whether you're using [Docker]({{< relref "/nap-waf/v5/admin-guide/deploy-on-docker.md#docker-compose-file-with-mtls" >}}) or [Kubernetes]({{< relref "/nap-waf/v5/admin-guide/deploy-with-manifests.md#mtls-deployment" >}}).
Copy file name to clipboardExpand all lines: content/nap-waf/v5/releases/about-5.4.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ November 19th, 2024
16
16
## New features
17
17
18
18
- Added support for Amazon Linux 2023
19
-
- Added support for [readOnlyFileSystem in Kubernetes deployments]({{< relref "/nap-waf/v5/admin-guide/deploy-on-kubernetes.md#configure-read-only-file-systems" >}})
19
+
- Added support for [readOnlyFileSystem in Kubernetes deployments]({{< ref "/nap-waf/v5/admin-guide/deploy-with-manifests.md#configure-read-only-file-systems" >}})
20
20
- Added a [a policy converter to the compiler]({{< relref "/nap-waf/v5/configuration-guide/configuration.md#policy-converter">}})
21
21
- NGINX App Protect WAF now supports NGINX Plus R33
0 commit comments