juzhiyuan commented on issue #1632:
URL: 
https://github.com/apache/apisix-dashboard/issues/1632#issuecomment-803497807


   oh yes, we have 40+ plugins here[1], and take `basic-auth`[2] as an example, 
you could see it's belonged to `auth` type[3].
   
   We have other plugins that without `type` filed or just use the `default` 
type field, like this one[4], we need to update them. You could find all `type` 
here[5]:
   
   
![image](https://user-images.githubusercontent.com/2106987/111891027-1de8fd00-8a2a-11eb-83f4-81c7f307ad7f.png)
   
   Please use `lowercase` as `type`.
   
   [1] https://github.com/apache/apisix/tree/master/apisix/plugins
   [2] 
https://github.com/apache/apisix/blob/master/apisix/plugins/basic-auth.lua
   [3] 
https://github.com/apache/apisix/blob/master/apisix/plugins/basic-auth.lua#L53
   [4] 
https://github.com/apache/apisix/blob/master/apisix/plugins/kafka-logger.lua#L60
   [5] http://apisix.apache.org/docs/apisix/plugins/batch-requests


-- 
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]


Reply via email to