spacewander opened a new issue #2381:
URL: https://github.com/apache/apisix/issues/2381
Targets:
1. make plugins hot load work on node
2. allow user to configure plugin attributes from admin
3. allow adding intercepts like IP-restriction to plugins' route
Steps:
1. change plugin syntax in config*.yml to:
```yaml
-
name: pluginA
attrs:
a: b
-
name: pluginB
...
```
2. sync `plugin` to node, and enable hot reload
3. sync `plugin attr` to node
4. add IP-restriction as a common intercept to plugins' route
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]