Hi Team,
Previously, we ran ZAP using zap-webswing.sh and accessed it externally via zap.****.***.com.
Now, we are running ZAP via zap.sh (daemon mode) inside the pod. While the API works inside the pod (curl http://127.0.0.1:8080/JSON/core/view/version/), I am not sure if it is properly exposed externally through the same URL.
Could you please clarify:
How to route external traffic from zap.****.***.com to this new ZAP instance?
Does the Service / Ingress need updates to support this daemon-mode deployment?
Recommended approach to securely expose the API for authorized machines?
Thanks in advance for your help!
Best regards,
Arun