kayx23 commented on PR #9580: URL: https://github.com/apache/apisix/pull/9580#issuecomment-1579716589
> Should we change the default behaviour Breaking changes aside: 1. If by `default behaviour` you mean to return all plugins when `subsystem` is not specified after `all=true`, and use `subsystem` for filtering purpose, personally I think this makes the most sense. 2. Note that `all=true` seems to be a fixed pre-req for using `subsystem`. If I set it to false, it errors out: ``` curl -s "http://127.0.0.1:9180/apisix/admin/plugins?all=false" {"error_msg":"not found plugin name"} ``` But does this make sense? Why is this needed at all? -- 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]
