You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by "mujinhuakai (via GitHub)" <gi...@apache.org> on 2023/04/13 11:22:30 UTC

[GitHub] [apisix-dashboard] mujinhuakai opened a new issue, #2790: Plugin is still working after disable it

mujinhuakai opened a new issue, #2790:
URL: https://github.com/apache/apisix-dashboard/issues/2790

   ### Issue description
   
   In the plugin list page,  click cofig to open the config drawer,  disable the plugin and click submit. 
   It says success and  we can't see this plugin  in the plugin list. 
   We expect the plugin is disabled, but actually, the plugin is still working.
   
   We see in the brower devTool, the put request add a "disable" the same layer of  "_meta", but the "_meta.disable" do not change
   ![image](https://user-images.githubusercontent.com/10116106/231742533-3d59ad6c-e6d4-445d-bb30-71c3da982472.png)
   
   After we send a request with the "_meta.disable" set to true,  the plugin is then actually not working
   
   
   ### Expected behavior
   
   We expect the plugin is disabled and not working after disabled in the plugin list page
   
   ### How to Reproduce
   
   1、open the plugin list page, we see the plugins that is working
   2、select one of the plugin, for example
   
   ### Screenshots
   
   _No response_
   
   ### Environment
   
   - apisix version (cmd: `apisix version`):
   - OS (cmd: `uname -a`):
   - OpenResty / Nginx version (cmd: `nginx -V` or `openresty -V`):
   - etcd version, if have (cmd: run `etcd --version`):
   - apisix-dashboard version, if have:
   - Browser version, if have:
   
   
   ### Additional context
   
   _No response_


-- 
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: notifications-unsubscribe@apisix.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [apisix-dashboard] DGolubets commented on issue #2790: Plugin is still working after disable it

Posted by "DGolubets (via GitHub)" <gi...@apache.org>.
DGolubets commented on issue #2790:
URL: https://github.com/apache/apisix-dashboard/issues/2790#issuecomment-1664595924

   I've reproduced this too.
   ```
   helm list -n apisix 
   NAME            	NAMESPACE	REVISION	UPDATED                                	STATUS  	CHART                 	APP VERSION
   apisix          	apisix   	3       	2023-08-03 08:21:07.04631731 +0100 IST 	deployed	apisix-2.1.0          	3.4.0      
   apisix-dashboard	apisix   	2       	2023-08-02 16:36:39.937824553 +0100 IST	deployed	apisix-dashboard-0.8.1	3.0.0     
   ```


-- 
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: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [apisix-dashboard] Baoyuantop commented on issue #2790: Plugin is still working after disable it

Posted by "Baoyuantop (via GitHub)" <gi...@apache.org>.
Baoyuantop commented on issue #2790:
URL: https://github.com/apache/apisix-dashboard/issues/2790#issuecomment-1518938172

   Please provide APISIX and dashboard version.


-- 
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: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org