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
Copy file name to clipboardExpand all lines: content/waf/configure/compiler.md
+7-17Lines changed: 7 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,13 @@ You can use it to get the latest security updates for [Attack signatures]({{< re
18
18
19
19
The compiler is packaged as a Docker image and can executed using the Docker CLI or as part of a continuous integration/continuous delivery (CI/CD) pipeline.
20
20
21
-
With a virtual machine/bare-metal installation, read the [Update F5 WAF for NGINX signatures]({{< ref "/waf/install/update-signatures.md" >}}) topic.
21
+
{{< call-out "note" "Alternatives to the compiler tool">}}
22
+
23
+
If you are using a virtual machine/bare-metal installation, read the [Update F5 WAF for NGINX signatures]({{< ref "/waf/install/update-signatures.md" >}}) topic.
24
+
25
+
If you are using a Helm-based Kubernetes deployment, read the [Policy lifecycle management]({{< ref "/waf/policies/lifecycle-management.md" >}}) topic.
26
+
27
+
{{< /call-out >}}
22
28
23
29
One or more bundle files can be referenced in the NGINX configuration file, and you can configure global settings such as the cookie seed and user-defined signatures.
24
30
@@ -222,22 +228,6 @@ docker run \
222
228
-dump -bundle $(pwd)/compiled_policy.tgz
223
229
```
224
230
225
-
## Add a compiled bundle to Kubernetes
226
-
227
-
To use compiled bundles with Kubernetes, copy them to _/mnt/nap5_bundles_pv_data_ on a cluster node.
228
-
229
-
Ensure these files files are accessible to UID 101.
230
-
231
-
Then, in your NGINX configuration, refer to these files from _/etc/app_protect/bundles_.
232
-
233
-
The following example applies the bundle `custom_policy.tgz` located in the folder _/mnt/nap5_bundles_pv_data/_
0 commit comments