IP whitelisting in Istio?

Hi!

There is origin.ip that should be the IP of the client at the ingress.
You may be able to use request.headers[“x-forwarded-for”], but you may need prefix/suffix string matching, since it’s a potentially a long list of IPs.