Restrict Access by Gateway/Service using source ip

@Shubham I tried this away in previous test

...
metadata:
 name: deny-all
 namespace: istio-system
spec:
 selector:
   matchLabels:
     app: istio-ingressgateway
 action: DENY 
...

I did not succeed …