sniper-xx edited a comment on issue #348:
URL:
https://github.com/apache/apisix-ingress-controller/issues/348#issuecomment-819189262
@tokers
this is apisix config.yaml
```yaml
apisix:
admin_key:
- name: "admin"
# yamllint disable rule:comments-indentation
key: "12345678" # using fixed API token has security risk, please
update it when you deploy to production environment
# yamllint enable rule:comments-indentation
role: admin
allow_admin: #
http://nginx.org/en/docs/http/ngx_http_access_module.html#allow
# - 127.0.0.0/24 # If we don't set any IP list, then any IP
access is allowed by default.
port_admin: 9180
```
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]