apisix-helm-chart
apisix-helm-chart copied to clipboard
#296: added admin ingress
Adding new Kind: Ingress for the admin API calls. This is a convenience feature to expose the admin API. This would enable the access to it form outside of the cluster.
Reasons: support configuration as code setup via curl / ansible or any other provisioning tools over http / https through the admin REST api.
@mkocsis-tg Would you like to add some descriptions of the PR content.
Thanks, I personally do not recommend exposing APISIX's admin API to the outside of the cluster through Ingress, which can easily lead to security issues.