Azure / application-gateway-kubernetes-ingress

This is an ingress controller that can be run on Azure Kubernetes Service (AKS) to allow an Azure Application Gateway to act as the ingress for an AKS cluster.
https://azure.github.io/application-gateway-kubernetes-ingress
MIT License
667 stars 413 forks source link

Remove note from WAF policy annotation documentation #1608

Open Deofex opened 2 months ago

Deofex commented 2 months ago

Checklist

Description

Remove an invalid note from the documentation

Fixes

The documentation has an invalid note. The note WAF policy will only be applied to a listener if ingress rule path is not set or set to "/" or "/*" is incorrect. The WAF policy is also applied if other paths are set.