flylan opened a new issue, #536: URL: https://github.com/apache/apisix-helm-chart/issues/536
When .Values.ingress-controller.enabled or .Values.dashboard.enabled is true, an IP segment of 0.0.0.0/0 will be added by default. However, this 0.0.0.0/0 configuration will make all clients accessible, equivalent to admin. allow_ The admin configuration becomes invalid  I think changing it to this would be okay  After all, the internal IPs of K8S are all private IPs, and all you need to do is allow all IPs to access them -- 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]
