membphis commented on pull request #2230:
URL: https://github.com/apache/apisix/pull/2230#issuecomment-692516876


   > YOUR_OWN_API_TOKEN
   
   that is a bad name, because of the `YOUR_OWN_API_TOKEN` is a valid Admin API 
key.
   
   the `******`  is a invalid Admin API key.
   
   > valid `config.yaml`
   
   ```yaml
   apisix:
       admin_key:
           -
               name: "admin"
               key:   YOUR_OWN_API_TOKEN         # set your Admin API Key
               role: admin
   
   ```
   
   >  invalid `config.yaml`
   
   ```yaml
   apisix:
       admin_key:
           -
               name: "admin"
               key:   ******         # set your Admin API Key
               role: admin
   
   ```


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


Reply via email to