nic-chen opened a new issue #1836:
URL: https://github.com/apache/incubator-apisix/issues/1836


   ### Issue description
   
   admin api will pollute and save plugin_conf into etcd when calling plugin's 
function check_schema.
   e.g.  
[https://github.com/apache/incubator-apisix/blob/master/apisix/plugins/proxy-rewrite.lua#L111](https://github.com/apache/incubator-apisix/blob/master/apisix/plugins/proxy-rewrite.lua#L111)
   
   
   ### Environment
   
   * apisix version (cmd: `apisix version`): 1.4
   * OS: centos7
   
   ### Minimal test code / Steps to reproduce the issue
   1. add a route with plugin proxy_write
   2. view the route just added
   
   ### What's the actual result? (including assertion message & call stack if 
applicable)
   
   the runtime data of the plugin has be saved into etcd.
   
   ### What's the expected result?
   
   the runtime data of the plugin should't be saved into etcd.
   


----------------------------------------------------------------
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]


Reply via email to