From d5cd1d15aaac4d25e71ef48d56500d3ec2dbf427 Mon Sep 17 00:00:00 2001 From: Venktesh Date: Mon, 12 Aug 2024 15:32:40 +0100 Subject: [PATCH 1/4] update documentaion --- .../integrations/app-protect-waf-v5/configuration.md | 2 +- .../integrations/app-protect-waf-v5/installation.md | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/docs/content/installation/integrations/app-protect-waf-v5/configuration.md b/docs/content/installation/integrations/app-protect-waf-v5/configuration.md index f603050afd..9a7a5d4ac5 100644 --- a/docs/content/installation/integrations/app-protect-waf-v5/configuration.md +++ b/docs/content/installation/integrations/app-protect-waf-v5/configuration.md @@ -10,7 +10,7 @@ weight: 200 This document explains how to use F5 NGINX Ingress Controller to configure [NGINX App Protect WAF v5](https://docs.nginx.com/nginx-app-protect-waf/v5/). -{{< note >}} Check out the complete NGINX Ingress Controller with NGINX App Protect WAF example resources on GitHub [for VirtualServer resources](https://github.com/nginxinc/kubernetes-ingress/tree/v{{< nic-version >}}/examples/custom-resources/app-protect-waf-v5).{{< /note >}} +{{< note >}} Check out the complete NGINX Ingress Controller with NGINX App Protect WAF example resources on GitHub [for VirtualServer resources](https://github.com/nginxinc/kubernetes-ingress/tree/v{{< nic-version >}}/examples/custom-resources/app-protect-waf-v5). Recompilation of the WAF policies upon every NIC release is recommended in order to get updates to features like threat campaigns and signature updates etc.{{< /note >}} ## Global Configuration diff --git a/docs/content/installation/integrations/app-protect-waf-v5/installation.md b/docs/content/installation/integrations/app-protect-waf-v5/installation.md index 3dec753cec..5af7ab9c5f 100644 --- a/docs/content/installation/integrations/app-protect-waf-v5/installation.md +++ b/docs/content/installation/integrations/app-protect-waf-v5/installation.md @@ -346,3 +346,15 @@ If you prefer not to build your own NGINX Ingress Controller image, you can use - Download the image using your NGINX Ingress Controller subscription certificate and key. View the [Get NGINX Ingress Controller from the F5 Registry]({{< relref "installation/nic-images/get-registry-image.md" >}}) topic. - The [Get the NGINX Ingress Controller image with JWT]({{< relref "installation/nic-images/get-image-using-jwt.md" >}}) topic describes how to use your subscription JWT token to get the image. + +--- + +## [NGINX App Protect WAFv5 version](https://docs.nginx.com/nginx-app-protect-waf/v5/releases/) + +{{< bootstrap-table "table table-bordered table-striped table-responsive" >}} +| NIC Version | App Protect WAFv5 Version | Config Manager | Enforcer | +| --- | --- | --- | --- | +| 3.6.2 | 32_5.48 | 5.2.0 | 5.2.0 | +{{% /bootstrap-table %}} + +{{< note >}} Recompilation of the WAF policies upon every NIC release is recommended in order to get updates to features like threat campaigns and signature updates etc.{{< /note >}} From e07df85d9b95eea845847827b92b63881538ac9b Mon Sep 17 00:00:00 2001 From: Venktesh Date: Mon, 12 Aug 2024 15:34:36 +0100 Subject: [PATCH 2/4] update documentation --- .../integrations/app-protect-waf-v5/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/installation/integrations/app-protect-waf-v5/installation.md b/docs/content/installation/integrations/app-protect-waf-v5/installation.md index 5af7ab9c5f..05f6826b87 100644 --- a/docs/content/installation/integrations/app-protect-waf-v5/installation.md +++ b/docs/content/installation/integrations/app-protect-waf-v5/installation.md @@ -349,7 +349,7 @@ If you prefer not to build your own NGINX Ingress Controller image, you can use --- -## [NGINX App Protect WAFv5 version](https://docs.nginx.com/nginx-app-protect-waf/v5/releases/) +## [NGINX App Protect WAF v5 version](https://docs.nginx.com/nginx-app-protect-waf/v5/releases/) {{< bootstrap-table "table table-bordered table-striped table-responsive" >}} | NIC Version | App Protect WAFv5 Version | Config Manager | Enforcer | From fe927df86c68e471d71928ecdacc4a7c8df93a97 Mon Sep 17 00:00:00 2001 From: Venktesh Shivam Patel Date: Mon, 12 Aug 2024 16:52:44 +0100 Subject: [PATCH 3/4] update based on review comments Co-authored-by: Jon Torre <78599298+Jcahilltorre@users.noreply.github.com> Signed-off-by: Venktesh Shivam Patel --- .../integrations/app-protect-waf-v5/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/installation/integrations/app-protect-waf-v5/configuration.md b/docs/content/installation/integrations/app-protect-waf-v5/configuration.md index 9a7a5d4ac5..f706a6fe86 100644 --- a/docs/content/installation/integrations/app-protect-waf-v5/configuration.md +++ b/docs/content/installation/integrations/app-protect-waf-v5/configuration.md @@ -10,7 +10,7 @@ weight: 200 This document explains how to use F5 NGINX Ingress Controller to configure [NGINX App Protect WAF v5](https://docs.nginx.com/nginx-app-protect-waf/v5/). -{{< note >}} Check out the complete NGINX Ingress Controller with NGINX App Protect WAF example resources on GitHub [for VirtualServer resources](https://github.com/nginxinc/kubernetes-ingress/tree/v{{< nic-version >}}/examples/custom-resources/app-protect-waf-v5). Recompilation of the WAF policies upon every NIC release is recommended in order to get updates to features like threat campaigns and signature updates etc.{{< /note >}} +{{< note >}} Check out the complete NGINX Ingress Controller with NGINX App Protect WAF example resources on GitHub [for VirtualServer resources](https://github.com/nginxinc/kubernetes-ingress/tree/v{{< nic-version >}}/examples/custom-resources/app-protect-waf-v5). F5 recommends to re-compile your NGINX AppProtect WAF Policy Bundles with each release of NGINX Ingress Controller. This will ensure your Policies remain compatible and are compiled with the latest Attack Signatures, Bot Signatures, and Threat Campaigns.{{< /note >}} ## Global Configuration From 6cb61097d1850bddc4c72e50328d9deac6aacf88 Mon Sep 17 00:00:00 2001 From: Venktesh Shivam Patel Date: Mon, 12 Aug 2024 16:53:42 +0100 Subject: [PATCH 4/4] update based on review comments Co-authored-by: Jon Torre <78599298+Jcahilltorre@users.noreply.github.com> Signed-off-by: Venktesh Shivam Patel --- .../integrations/app-protect-waf-v5/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/installation/integrations/app-protect-waf-v5/installation.md b/docs/content/installation/integrations/app-protect-waf-v5/installation.md index 05f6826b87..71a477feb4 100644 --- a/docs/content/installation/integrations/app-protect-waf-v5/installation.md +++ b/docs/content/installation/integrations/app-protect-waf-v5/installation.md @@ -357,4 +357,4 @@ If you prefer not to build your own NGINX Ingress Controller image, you can use | 3.6.2 | 32_5.48 | 5.2.0 | 5.2.0 | {{% /bootstrap-table %}} -{{< note >}} Recompilation of the WAF policies upon every NIC release is recommended in order to get updates to features like threat campaigns and signature updates etc.{{< /note >}} +{{< note >}} F5 recommends to re-compile your NGINX AppProtect WAF Policy Bundles with each release of NGINX Ingress Controller. This will ensure your Policies remain compatible and are compiled with the latest Attack Signatures, Bot Signatures, and Threat Campaigns.{{< /note >}}