We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
edit custom plugin,export schema.json copy to dashbord conf folder, restart dashboard but still can't find it in dashboard @
can find in dashboard
1、edit new custom plugin name wb-param 2、edit apisix conf add the plugin 3、call curl 127.0.0.1:9090/v1/schema > schema.json 4、在 dashboard docker启动时映射 schema.json 文件 5、重启 dashboard docker 容器
curl 127.0.0.1:9090/v1/schema > schema.json
http://image.nianlun.tech/20231107-104604.jpeg i delete orher plugins ,only left ai、wb-param(my plugin)、limit-count http://image.nianlun.tech/20231107-103918.jpeg
apisix version
uname -a
nginx -V
openresty -V
etcd --version
No response
The text was updated successfully, but these errors were encountered:
是不是没有在 dashboard的conf.yml 中配置你这个插件。 起因是: #2735 (comment) 然后修复了这个“bug”,不配置就不显示了
conf.yml
Sorry, something went wrong.
对,忘记了dashboard的conf.yml 也需要配置,建议官方文档也加一下,现在也没有提
docs: update document about plugin not display (apache#2879)
3be3d68
Successfully merging a pull request may close this issue.
Issue description
edit custom plugin,export schema.json copy to dashbord conf folder, restart dashboard but still can't find it in dashboard @
Expected behavior
can find in dashboard
How to Reproduce
1、edit new custom plugin name wb-param
2、edit apisix conf add the plugin
3、call
curl 127.0.0.1:9090/v1/schema > schema.json
4、在 dashboard docker启动时映射 schema.json 文件
5、重启 dashboard docker 容器
Screenshots
http://image.nianlun.tech/20231107-104604.jpeg
i delete orher plugins ,only left ai、wb-param(my plugin)、limit-count
http://image.nianlun.tech/20231107-103918.jpeg
Environment
apisix version
):3.6.0uname -a
): macos arm64nginx -V
oropenresty -V
):openresty/1.21.4.2etcd --version
):3.5.9Additional context
No response
The text was updated successfully, but these errors were encountered: