apisix-helm-chart
apisix-helm-chart copied to clipboard
This configuration may cause admin. allow_admin completely fails
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_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