Apisix 自定义插件步骤
- 在/usr/local/apisix/apisix/plugins目录下创建lua脚本
- 修改/usr/local/apisix/conf/config-default.yaml文件,添加插件名称
- 重启apisix
- 获取最新schema.json:curl 127.0.0.1:9090/v1/schema > schema.json
- 替换apisix-dashboard schema.json配置文件,在dashboard配置文件中添加插件名
- 重启apisix-dashboard