wuzhuoquan opened a new issue, #1877: URL: https://github.com/apache/apisix-ingress-controller/issues/1877
### Description I would like to use the ingressroute to define our service, but our service is only for some clients, and every client has many different public IPs, if I set the white-list in the annotations, it will be a disaster for maintain the ingress! so, I think ingress-controller get the white-list from configmap or a crd resouce, and set in the annotation like ``` k8s.apisix.apache.org/whitelist-source-range: configmap/white-list ``` that would be more friendly -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
