tzssangglass commented on issue #7503:
URL: https://github.com/apache/apisix/issues/7503#issuecomment-1191262643
> 127.0.0.1:9090/v1/schema >
schema.json查看并没有加入新的插件,通过dashboard配置新的插件,也会报找不到对应的schema信息的错误。所以写好自己的插件后,怎么真正使用起来呢?
Did you fill in the name of your plugin in the `plugins` in `config.yaml`?
like:
```yaml
apisix:
admin_key:
- name: "admin"
key: edd1c9f034335f136f87ad84b625c8f1 # using fixed API token has
security risk, please update it when you deploy to production environment
role: admin
plugins: # copied from config-default.yaml
...
- your-plugin
```
--
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]