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
This page replaces [V5 F5 WAF for NGINX Compiler]({{< ref "/nap-waf/v5/admin-guide/compiler.md">}}) page.
18
-
19
-
Does this exclusively work with V5 versions?
20
-
21
-
{{</ call-out>}}
22
-
23
15
This document describes how to use the F5 WAF for NGINX compiler, a tool for converting security policies and logging profiles from JSON to a bundle file that F5 WAF can process and apply.
24
16
25
-
You can use it to get the latest security updates for Attack Signatures, Threat Campaigns and Bot Signatures. 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.
17
+
You can use it to get the latest security updates for Attack Signatures, Threat Campaigns and Bot Signatures. 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.
26
18
27
19
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.
28
20
@@ -230,15 +222,15 @@ The global settings allows configuration of the following items:
230
222
231
223
### cookie-protection
232
224
233
-
|Field Name | Reference | Type | Description |
234
-
| ---------- | --------- | ----| ----------- |
235
-
| seed | string | The seed value is used by F5 WAF for NGINX to generate the encryption key for the cookies it creates. These cookies are used for various purposes such as validating the integrity of the cookies generated by the application. Use a random alphanumeric string of at least 20 characters length (but not more than 1000 characters). |
225
+
| Name | Type| Description |
226
+
| ---------- | ------ | ----------- |
227
+
| seed | string | The seed value is used by F5 WAF for NGINX to generate the encryption key for the cookies it creates. These cookies are used for various purposes such as validating the integrity of the cookies generated by the application. Use a random alphanumeric string of at least 20 characters length (but not more than 1000 characters). |
236
228
237
229
### user-defined-signatures
238
230
239
-
|Field Name | Reference | Type | Description |
240
-
| ----------| --------- | ---- | ----------- |
241
-
| $ref | Yes | string | Path to the file that contains the user defined signatures. |
231
+
| Name | Reference | Type| Description |
232
+
| ----- | --------- |------ | ----------- |
233
+
| $ref | Yes| string | Path to the file that contains the user defined signatures. |
0 commit comments