You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2021/04/14 02:53:28 UTC

[GitHub] [apisix-ingress-controller] sniper-xx edited a comment on issue #348: bug: failed to sync route configuration to apisix

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:
users@infra.apache.org