A security engineer is troubleshooting a Web Application and API Security (WAAS) rule that is not inspecting HTTPS traffic flowing into a Kubernetes Ingress controller. What is the most likely cause?
Trap 1: The WAAS rule was configured with the action set to 'Prevent'…
An 'Alert' action would still inspect and log traffic, just not block it.
Trap 2: The Host Defender license does not include Web Application Firewall…
WAAS is a core feature of Prisma Cloud Compute (Defender licensing covers WAAS).
Trap 3: Prisma Cloud WAAS only supports unencrypted HTTP traffic on port 80.
WAAS fully supports HTTPS/TLS traffic inspection when properly positioned.
- A
The WAAS rule was configured with the action set to 'Prevent' instead of 'Alert'.
Why wrong: An 'Alert' action would still inspect and log traffic, just not block it.
- B
TLS termination occurs at the Ingress controller, and the WAAS proxy or defender has not been configured to inspect traffic after TLS termination or at the application pod level.
WAAS requires visibility into decrypted HTTP traffic to inspect application layer payloads.
- C
The Host Defender license does not include Web Application Firewall features.
Why wrong: WAAS is a core feature of Prisma Cloud Compute (Defender licensing covers WAAS).
- D
Prisma Cloud WAAS only supports unencrypted HTTP traffic on port 80.
Why wrong: WAAS fully supports HTTPS/TLS traffic inspection when properly positioned.