apisix-helm-chart icon indicating copy to clipboard operation
apisix-helm-chart copied to clipboard

This configuration may cause admin. allow_admin completely fails

Open flylan opened this issue 2 years ago • 0 comments

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

image

I think changing it to this would be okay

image

After all, the internal IPs of K8S are all private IPs, and all you need to do is allow all IPs to access them

flylan avatar Apr 13 '23 03:04 flylan