Istio replacement ingress-nginx whitelists

Hello, please help understand how I can replace ingress-nginx feature

nginx.ingress.kubernetes.io/whitelist-source-range

I have a lot of ingress objects in the cluster which has whitelists as these endpoints must be allowed access only to limit the range of IPs, for different endpoints I have a different list of IPs.
Also part of this Ingress objects has only “admin-whitelist” as this danger endpoints to like Kubernetes-dashboard/kiali/etc.

Thank you!

Once I installed Istio all the whitelisting on Nginx stopped working - I am receiving 403. Any thoughts and ideas would be very appreciated!

@rsmolgovsky-lendage 403 is an issue from authorization policy.

About the whitelist take a look at this thread.