Skip to content

Commit b0f50ba

Browse files
authored
update WAF v5 documentation (#6018)
update wafv5 docs
1 parent 02cbf3f commit b0f50ba

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

docs/content/installation/integrations/app-protect-waf-v5/configuration.md

+2-6
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ weight: 200
1010

1111
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/).
1212

13-
{{< 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) and [for Ingress resources](https://github.com/nginxinc/kubernetes-ingress/tree/v{{< nic-version >}}/examples/ingress-resources/app-protect-waf-v5).{{< /note >}}
13+
{{< 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 >}}
1414

1515

1616
## Global Configuration
@@ -19,11 +19,7 @@ NGINX Ingress Controller has global configuration parameters that match those in
1919

2020
## Enable NGINX App Protect WAF v5
2121

22-
NGINX App Protect WAF can be enabled and configured for custom resources (VirtualServer, VirtualServerRoute) or Ingress resources.
23-
24-
- For custom resources, you need to create a Policy Custom Resource referencing a policy bundle, then add it to the VirtualServer definition. Additional detail can be found in the [Policy Resource documentation]({{< relref "configuration/policy-resource.md#waf" >}}).
25-
- For Ingress resources, apply the [`app-protect` annotations]({{< relref "configuration/ingress-resources/advanced-configuration-with-annotations.md#app-protect" >}}) to each desired resource.
26-
22+
NGINX App Protect WAF v5 can be enabled and configured for custom resources only(VirtualServer, VirtualServerRoute). You need to create a Policy Custom Resource referencing a policy bundle, then add it to the VirtualServer/VirtualServerRoute definition. Additional detail can be found in the [Policy Resource documentation]({{< relref "configuration/policy-resource.md#waf" >}}).
2723

2824

2925
## NGINX App Protect WAF Bundles {#waf-bundles}

0 commit comments

Comments
 (0)