From 1b49f945fc34c325fcdbc682a571a19800af4a1e Mon Sep 17 00:00:00 2001 From: Daniel Edgar Date: Thu, 14 May 2026 08:43:34 -0400 Subject: [PATCH 1/2] fix: ngf - add reference to n1c setup for waf logging --- content/ngf/waf-integration/policy-sources.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/content/ngf/waf-integration/policy-sources.md b/content/ngf/waf-integration/policy-sources.md index 3f60f224e..623b50ad5 100644 --- a/content/ngf/waf-integration/policy-sources.md +++ b/content/ngf/waf-integration/policy-sources.md @@ -224,6 +224,10 @@ This is by design: NGINX Gateway Fabric pulls compiled bundles from the manageme Policy association visibility for NGINX Instance Manager and NGINX One Console will be added in a future release. In the meantime, use `kubectl describe wafpolicy ` to check deployment status. +### Connect NGINX Gateway Fabric to NGINX One Console + +Ensure that NGINX Gateway Fabric is configured to connect to NGINX One Console. Follow the guidance at [Connect NGINX Gateway Fabric with Helm]({{< ref "/nginx-one-console/k8s/add-ngf-helm.md" >}}) or [Connect NGINX Gateway Fabric with Manifests]({{< ref "/nginx-one-console/k8s/add-ngf-manifests.md" >}}) before continuing. + ### Export security logs to F5 NGINX One Console Although the NGINX One Console console does not display which policies are deployed to NGINX Gateway Fabric data planes, you can export WAF security events to the NGINX One Console security dashboard. This gives your security operations team visibility into blocked attacks, violations, and traffic patterns directly in the console. From a76b10ffe168ad53017998ca997ab69aeff783c4 Mon Sep 17 00:00:00 2001 From: Daniel Edgar Date: Thu, 14 May 2026 09:10:24 -0400 Subject: [PATCH 2/2] add F5 --- content/ngf/waf-integration/policy-sources.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/ngf/waf-integration/policy-sources.md b/content/ngf/waf-integration/policy-sources.md index 623b50ad5..e49f22b4e 100644 --- a/content/ngf/waf-integration/policy-sources.md +++ b/content/ngf/waf-integration/policy-sources.md @@ -224,7 +224,7 @@ This is by design: NGINX Gateway Fabric pulls compiled bundles from the manageme Policy association visibility for NGINX Instance Manager and NGINX One Console will be added in a future release. In the meantime, use `kubectl describe wafpolicy ` to check deployment status. -### Connect NGINX Gateway Fabric to NGINX One Console +### Connect NGINX Gateway Fabric to F5 NGINX One Console Ensure that NGINX Gateway Fabric is configured to connect to NGINX One Console. Follow the guidance at [Connect NGINX Gateway Fabric with Helm]({{< ref "/nginx-one-console/k8s/add-ngf-helm.md" >}}) or [Connect NGINX Gateway Fabric with Manifests]({{< ref "/nginx-one-console/k8s/add-ngf-manifests.md" >}}) before continuing.