You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2022/10/18 03:25:19 UTC

[GitHub] [apisix] ipanocloud opened a new issue, #8108: bug: dashboard路由配置插件时选择手动配置,点击提交后路由信息无plugin_config_id节点

ipanocloud opened a new issue, #8108:
URL: https://github.com/apache/apisix/issues/8108

   ### Current Behavior
   
   dashboad create route and manual select plugin config
   
   ### Expected Behavior
   
   _No response_
   
   ### Error Logs
   
   _No response_
   
   ### Steps to Reproduce
   
   1.create route
   2.manual select plugin config
   3.submit
   
   ### Environment
   
   - APISIX version (run `apisix version`):
   2.15.0
   - Operating system (run `uname -a`):
   - OpenResty / Nginx version (run `openresty -V` or `nginx -V`):
   - etcd version, if relevant (run `curl http://127.0.0.1:9090/v1/server_info`):
   3.5.0
   - APISIX Dashboard version, if relevant:
   2.13.0
   - Plugin runner version, for issues related to plugin runners:
   - LuaRocks version, for installation issues (run `luarocks --version`):
   `
   {
     "uri": "/map-service/api/*",
     "name": "out-route-map-service",
     "desc": "地图路由",
     "methods": [
       "GET",
       "POST"
     ],
     "hosts": [
       "www.test.com"
     ],
     "service_id": "409256655683847112",
     "labels": {
       "API_VERSION": "V1",
       "Out": "MapService"
     },
     "status": 1
   }
   `


-- 
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] ipanocloud commented on issue #8108: bug: Manual configuration is selected when the dashboard routing configuration plugin is clicked, and there is no plugin_config_id node in the routing information after clicking submit

Posted by GitBox <gi...@apache.org>.
ipanocloud commented on issue #8108:
URL: https://github.com/apache/apisix/issues/8108#issuecomment-1284157091

   > @ipanocloud I tested it in version 2.15, and it is normal. Can you use the Admin API to query whether the plugin-config-id exists? `curl http://127.0.0.1:9080/apisix/admin/routes/1 -H 'X-API-KEY: edd1c9f034335f136f87ad84b625c8f1'`
   > 
   > ![image](https://user-images.githubusercontent.com/97138894/196706641-1f233eea-06d5-48b5-bb75-44669d0b9709.png)
   
   `
   bash-5.1# curl http://127.0.0.1:9080/apisix/admin/routes/430607078738887429 -H 'X-API-KEY: edd1c9f034335f136f87ad84b625c8f1'
   {"count":1,"node":{"value":{"status":1,"create_time":1666191419,"methods":["GET","POST","PUT","DELETE","PATCH","HEAD","OPTIONS","CONNECT","TRACE"],"service_id":"409268584905180107","name":"in-route-speech-rest-service","uri":"\/*","update_time":1666191419,"id":"430607078738887429"},"key":"\/apisix\/routes\/430607078738887429"},"action":"get"}
   `


-- 
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] ipanocloud commented on issue #8108: bug: Manual configuration is selected when the dashboard routing configuration plugin is clicked, and there is no plugin_config_id node in the routing information after clicking submit

Posted by GitBox <gi...@apache.org>.
ipanocloud commented on issue #8108:
URL: https://github.com/apache/apisix/issues/8108#issuecomment-1285488225

   > I wasn't able to reproduce this problem either, on APISIX Dashboard 2.13.
   
   太兴奋了,终于验证了一个必现的。
   1.创建路由并且绑定服务时,选择已经创建的插件模板,提交后json数据无 "plugin_config_id"属性


-- 
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] bzp2010 commented on issue #8108: bug: Manual configuration is selected when the dashboard routing configuration plugin is clicked, and there is no plugin_config_id node in the routing information after clicking submit

Posted by GitBox <gi...@apache.org>.
bzp2010 commented on issue #8108:
URL: https://github.com/apache/apisix/issues/8108#issuecomment-1284821265

   I wasn't able to replicate this problem either, on APISIX Dashboard 2.13.


-- 
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] ipanocloud commented on issue #8108: bug: dashboard路由配置插件时选择手动配置,点击提交后路由信息无plugin_config_id节点

Posted by GitBox <gi...@apache.org>.
ipanocloud commented on issue #8108:
URL: https://github.com/apache/apisix/issues/8108#issuecomment-1282466863

   > Can you describe in more detail? I don't understand `无plugin_config_id节点`. `plugin_config` is configured here.
   > 
   > ![image](https://user-images.githubusercontent.com/97138894/196352789-801584ae-3a4d-4951-8dc9-cf495cf00ab6.png)
   
   1.Plugin Template Config, create a template config
   2.create route, step 3 plugin config, this manual select  first create template plugin config
   3.submit route
   4. routes list. click more view this route
   5. no "plugin_config_id" property


-- 
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] hf400159 commented on issue #8108: bug: dashboard路由配置插件时选择手动配置,点击提交后路由信息无plugin_config_id节点

Posted by GitBox <gi...@apache.org>.
hf400159 commented on issue #8108:
URL: https://github.com/apache/apisix/issues/8108#issuecomment-1281878187

   Can you describe in more detail? I don't understand `无plugin_config_id节点`. `plugin_config` is configured here.
   
   ![image](https://user-images.githubusercontent.com/97138894/196352789-801584ae-3a4d-4951-8dc9-cf495cf00ab6.png)
   


-- 
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] hf400159 commented on issue #8108: bug: Manual configuration is selected when the dashboard routing configuration plugin is clicked, and there is no plugin_config_id node in the routing information after clicking submit

Posted by GitBox <gi...@apache.org>.
hf400159 commented on issue #8108:
URL: https://github.com/apache/apisix/issues/8108#issuecomment-1284029267

   @ipanocloud I tested it in version 2.15, and it is normal. Can you use the Admin API to query whether the plugin-config-id exists? `curl http://127.0.0.1:9080/apisix/admin/routes/1 -H 'X-API-KEY: edd1c9f034335f136f87ad84b625c8f1'`


-- 
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] ipanocloud commented on issue #8108: bug: Manual configuration is selected when the dashboard routing configuration plugin is clicked, and there is no plugin_config_id node in the routing information after clicking submit

Posted by GitBox <gi...@apache.org>.
ipanocloud commented on issue #8108:
URL: https://github.com/apache/apisix/issues/8108#issuecomment-1284085678

   > @ipanocloud I tested it in version 2.15, and it is normal. Can you use the Admin API to query whether the plugin-config-id exists? `curl http://127.0.0.1:9080/apisix/admin/routes/1 -H 'X-API-KEY: edd1c9f034335f136f87ad84b625c8f1'`
   > 
   > ![image](https://user-images.githubusercontent.com/97138894/196706641-1f233eea-06d5-48b5-bb75-44669d0b9709.png)
   
   I use dashboard 2.13.0 and apisix 2.15.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] ipanocloud commented on issue #8108: bug: Manual configuration is selected when the dashboard routing configuration plugin is clicked, and there is no plugin_config_id node in the routing information after clicking submit

Posted by GitBox <gi...@apache.org>.
ipanocloud commented on issue #8108:
URL: https://github.com/apache/apisix/issues/8108#issuecomment-1285488609

   
   
   
   > I wasn't able to reproduce this problem either, on APISIX Dashboard 2.13.
   太兴奋了,终于验证了一个必现的。
   1.创建路由并且绑定服务时,选择已经创建的插件模板,提交后json数据无 "plugin_config_id"属性
   


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