You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by "flylan (via GitHub)" <gi...@apache.org> on 2023/04/13 03:48:49 UTC

[GitHub] [apisix-helm-chart] flylan opened a new issue, #536: This configuration may cause admin. allow_admin completely fails

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
   
   ![image](https://user-images.githubusercontent.com/12097229/231643597-dc7d6092-1b58-452d-a53c-7e22a7244bb3.png)
   
   I think changing it to this would be okay
   
   ![image](https://user-images.githubusercontent.com/12097229/231644280-04d900a2-1729-49c6-bdc5-758339d883da.png)
   
   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: notifications-unsubscribe@apisix.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [apisix-helm-chart] flylan commented on issue #536: This configuration may cause admin. allow_admin completely fails

Posted by "flylan (via GitHub)" <gi...@apache.org>.
flylan commented on issue #536:
URL: https://github.com/apache/apisix-helm-chart/issues/536#issuecomment-1506570144

   I submitted an optimization fix https://github.com/apache/apisix-helm-chart/pull/537


-- 
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: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org