wulinghui opened a new issue, #8073:
URL: https://github.com/apache/apisix/issues/8073
### Description
我按钮文档去新增了一个lua插件并且配置使得该插件生效。
但是在访问对应的路由时他报 `{"message":"Missing related consumer"}`
我看源码代码是
```
local consumer_conf = consumer_mod.plugin(plugin_name)
if not consumer_conf then
return 401, {message = "Missing related consumer"}
end
```
是不是consumer还需要再把目前的插件名给配置上去??
### Environment
- APISIX version (run `apisix version`):
- Operating system (run `uname -a`):
- OpenResty / Nginx version (run `openresty -V` or `nginx -V`):
- etcd version, if relevant (run `curl
http://127.0.0.1:9090/v1/server_info`):
- APISIX Dashboard version, if relevant:
- Plugin runner version, for issues related to plugin runners:
- LuaRocks version, for installation issues (run `luarocks --version`):
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]