apisix-dashboard
apisix-dashboard copied to clipboard
When disable router: schema not found, path: plugins.chaitin-waf
Issue description
Request Error Code: 10000 schema validate failed: schema not found, path: plugins.chaitin-waf
Expected behavior
no issue when disable the route
How to Reproduce
- enable the chaitin-waf plugin with an exist router.
-X PATCH -i -d'
{
"plugins":{
"chaitin-waf":{}
}
}'
- disable the router will case this issue.
Screenshots
Environment
- apisix version (cmd:
apisix version): 3.5 - OS (cmd:
uname -a): docker - OpenResty / Nginx version (cmd:
nginx -Voropenresty -V): - etcd version, if have (cmd: run
etcd --version): 3.4 - apisix-dashboard version, if have: 3.0.1
- Browser version, if have: chrome latest
Additional context
No response
me too! Environment apisix version (cmd: ): 3.6apisix version etcd version, if have (cmd: run ): 3.5.7etcd --version apisix-dashboard version, if have: 3.0.1 Browser version, if have: chrome latest
GET: http://ip:9000/apisix/admin/plugins?all=true
add-header:
Authorization: {token from dashboard by F12}
- in the response body ,you can get answer
Hi, we will release a new dashboard to address legacy issues. Refer to https://github.com/apache/apisix-dashboard/issues/2981