[GitHub] [apisix] Ben0625 opened a new issue #4090: Correspondence between matched rules and upstreams within one route

2021-04-20 Thread GitBox
Ben0625 opened a new issue #4090: URL: https://github.com/apache/apisix/issues/4090 Request: > Set just one route and the path is "/test". > Set correspondence between many matched rules and upstreams. For example: > > > if args_id == 1, choose upstream A > > if args_id ==

[GitHub] [apisix-control-plane] membphis commented on issue #42: feat:Use curl to encapsulate the Admin API into a script

2021-04-20 Thread GitBox
membphis commented on issue #42: URL: https://github.com/apache/apisix-control-plane/issues/42#issuecomment-823245845 @gxthrj do you have time to look at this issue? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[GitHub] [apisix-helm-chart] tokers commented on issue #37: doc: need guidelines to deploy apisix without clone this repo

2021-04-20 Thread GitBox
tokers commented on issue #37: URL: https://github.com/apache/apisix-helm-chart/issues/37#issuecomment-823185888 > @Yiyiyimu Hi, can't we publish the helm chart into to [artifacthub](https://artifacthub.io/) and install it via the helm command ? We already published them to

[GitHub] [apisix] LiteSun opened a new pull request #4089: docs: add dynamic contributor over time chart

2021-04-20 Thread GitBox
LiteSun opened a new pull request #4089: URL: https://github.com/apache/apisix/pull/4089 ### What this PR does / why we need it: ### Pre-submission checklist: Update contributor over time charts with automatic update support. * [x] Did you explain what problem does

[GitHub] [apisix-dashboard] Firstsawyou commented on issue #1796: 关于路由/*有效,/foo/*无效

2021-04-20 Thread GitBox
Firstsawyou commented on issue #1796: URL: https://github.com/apache/apisix-dashboard/issues/1796#issuecomment-823174286 Hi,@leon1509 Do you have an API for `/foo/api/user/get` in your backend service? From the response data, it is likely that there is no corresponding API in the

[GitHub] [apisix-dashboard] codecov-commenter edited a comment on pull request #1667: feat: run manager-api as a systemd daemon/service

2021-04-20 Thread GitBox
codecov-commenter edited a comment on pull request #1667: URL: https://github.com/apache/apisix-dashboard/pull/1667#issuecomment-822181391 #

[GitHub] [apisix] spacewander opened a new pull request #4088: chore: ask for luarocks version if user ask questions about installation

2021-04-20 Thread GitBox
spacewander opened a new pull request #4088: URL: https://github.com/apache/apisix/pull/4088 Signed-off-by: spacewander ### What this PR does / why we need it: ### Pre-submission checklist: * [x] Did you explain what problem does this PR solve? Or what new

[GitHub] [apisix-dashboard] codecov-commenter edited a comment on pull request #1667: feat: run manager-api as a systemd daemon/service

2021-04-20 Thread GitBox
codecov-commenter edited a comment on pull request #1667: URL: https://github.com/apache/apisix-dashboard/pull/1667#issuecomment-822181391 #

[GitHub] [apisix-dashboard] netlify[bot] edited a comment on pull request #1667: feat: run manager-api as a systemd daemon/service

2021-04-20 Thread GitBox
netlify[bot] edited a comment on pull request #1667: URL: https://github.com/apache/apisix-dashboard/pull/1667#issuecomment-822179614 Deploy preview for *apisix-dashboard* ready! Built with commit c2389a5e60a51a6ee2d09f382955939202db4550

[GitHub] [apisix] spacewander opened a new pull request #4087: fix: avoid being taint by empty global rule

2021-04-20 Thread GitBox
spacewander opened a new pull request #4087: URL: https://github.com/apache/apisix/pull/4087 Fix #4057 Signed-off-by: spacewander ### What this PR does / why we need it: ### Pre-submission checklist: * [x] Did you explain what problem does this PR solve? Or

[apisix] branch master updated: feat: upstream grpcs support mTLS (#4070)

2021-04-20 Thread membphis
This is an automated email from the ASF dual-hosted git repository. membphis pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/apisix.git The following commit(s) were added to refs/heads/master by this push: new 12c9e6f feat: upstream grpcs support mTLS

[GitHub] [apisix] membphis merged pull request #4070: feat: upstream grpcs support mTLS

2021-04-20 Thread GitBox
membphis merged pull request #4070: URL: https://github.com/apache/apisix/pull/4070 -- 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,

[GitHub] [apisix-dashboard] codecov-commenter edited a comment on pull request #1667: feat: run manager-api as a systemd daemon/service

2021-04-20 Thread GitBox
codecov-commenter edited a comment on pull request #1667: URL: https://github.com/apache/apisix-dashboard/pull/1667#issuecomment-822181391 #

[GitHub] [apisix-dashboard] membphis commented on issue #1801: DockerHub is unstable to install FE dependencies (yarnpkg)

2021-04-20 Thread GitBox
membphis commented on issue #1801: URL: https://github.com/apache/apisix-dashboard/issues/1801#issuecomment-823153094 > I just disabled this auto-build temporarily, and will send a ticket to DockerHub to see what happened.

[GitHub] [apisix-dashboard] bisakhmondal commented on pull request #1667: feat: run manager-api as a systemd daemon/service

2021-04-20 Thread GitBox
bisakhmondal commented on pull request #1667: URL: https://github.com/apache/apisix-dashboard/pull/1667#issuecomment-823151812 ![image](https://user-images.githubusercontent.com/41498427/115378133-dfdc2600-a1ed-11eb-9486-83c3b0c8b429.png) new commands -- This is an automated message

[GitHub] [apisix-dashboard] netlify[bot] edited a comment on pull request #1667: feat: run manager-api as a systemd daemon/service

2021-04-20 Thread GitBox
netlify[bot] edited a comment on pull request #1667: URL: https://github.com/apache/apisix-dashboard/pull/1667#issuecomment-822179614 Deploy preview for *apisix-dashboard* processing. Building with commit c2389a5e60a51a6ee2d09f382955939202db4550

[GitHub] [apisix] Ben0625 edited a comment on issue #4077: passive healthcheck not working after configuration changing

2021-04-20 Thread GitBox
Ben0625 edited a comment on issue #4077: URL: https://github.com/apache/apisix/issues/4077#issuecomment-823049058 > @Ben0625 Could you try the `2.5` version? And test it whether it can be reproduced in `2.5`? I tried the Apisix 2.5 version but not use the dashboard 2.5 version. I

[GitHub] [apisix-ingress-controller] gxthrj commented on a change in pull request #386: feat: add event & status for ApisixRoute v2

2021-04-20 Thread GitBox
gxthrj commented on a change in pull request #386: URL: https://github.com/apache/apisix-ingress-controller/pull/386#discussion_r616532189 ## File path: pkg/ingress/apisix_route.go ## @@ -198,14 +212,50 @@ func (c *apisixRouteController) sync(ctx context.Context, ev

[GitHub] [apisix-ingress-controller] gxthrj commented on pull request #386: feat: add event & status for ApisixRoute v2

2021-04-20 Thread GitBox
gxthrj commented on pull request #386: URL: https://github.com/apache/apisix-ingress-controller/pull/386#issuecomment-823146744 `kubectl describe ar -n test httpbin-route` ![image](https://user-images.githubusercontent.com/4413028/115377022-ce047e00-a201-11eb-83d8-9afe90e842bf.png)

[GitHub] [apisix-ingress-controller] gxthrj commented on pull request #386: feat: add event & status for ApisixRoute v2

2021-04-20 Thread GitBox
gxthrj commented on pull request #386: URL: https://github.com/apache/apisix-ingress-controller/pull/386#issuecomment-823145842 `kubectl get ar -n test httpbin-route -o yaml` ![image](https://user-images.githubusercontent.com/4413028/115376823-9c8bb280-a201-11eb-97ee-6e0d527e6411.png)

[GitHub] [apisix-dashboard] liuxiran commented on issue #1803: Question: is it a bug that users can delete all target nodes forms in upstream create page?

2021-04-20 Thread GitBox
liuxiran commented on issue #1803: URL: https://github.com/apache/apisix-dashboard/issues/1803#issuecomment-823120920 Hi @ericsyh thanks for your report. Acctually from the funcitonal point of view, the empty node list is a feature, see: `The nodes can be empty, which means

[GitHub] [apisix] Firstsawyou opened a new issue #4086: feat: response-rewrite plugin response header rewriting supports NGINX variables

2021-04-20 Thread GitBox
Firstsawyou opened a new issue #4086: URL: https://github.com/apache/apisix/issues/4086 ### Issue description Background: Current user feedback that the response-rewrite plug-in response header rewrite does not support NGINX variable mode. If you want to carry some

[GitHub] [apisix-dashboard] nic-chen commented on pull request #1667: feat: run manager-api as a systemd daemon/service

2021-04-20 Thread GitBox
nic-chen commented on pull request #1667: URL: https://github.com/apache/apisix-dashboard/pull/1667#issuecomment-823118510 > > how about ./manager-api start and ./manager-api stop, > > when run ./manager-api start and the service is not installed, install it ? > > Okay then, I

[GitHub] [apisix-control-plane] kasini3000 edited a comment on issue #42: feat:Use curl to encapsulate the Admin API into a script

2021-04-20 Thread GitBox
kasini3000 edited a comment on issue #42: URL: https://github.com/apache/apisix-control-plane/issues/42#issuecomment-823014673 从命令行,用脚本和参数控制apisix 功能需求: 从命令行 添加路由, 删除路由, 添加监听, 删除监听, 添加后端, 删除后端。 需求说明:

[GitHub] [apisix-dashboard] nic-chen merged pull request #1790: chore(deps): update actions/upload-artifact requirement to v2.2.3

2021-04-20 Thread GitBox
nic-chen merged pull request #1790: URL: https://github.com/apache/apisix-dashboard/pull/1790 -- 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

[apisix-dashboard] branch master updated (a476ad7 -> 4590801)

2021-04-20 Thread chenjunxu
This is an automated email from the ASF dual-hosted git repository. chenjunxu pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/apisix-dashboard.git. from a476ad7 feat: Improve debug view (#1779) add 4590801 chore(deps): update actions/upload-artifact

[GitHub] [apisix-dashboard] netlify[bot] edited a comment on pull request #1802: feat: rewrite route-with-jwt-plugin-test using ginkgo

2021-04-20 Thread GitBox
netlify[bot] edited a comment on pull request #1802: URL: https://github.com/apache/apisix-dashboard/pull/1802#issuecomment-823055710 Deploy preview for *apisix-dashboard* ready! Built with commit b0cb37998523b35cc8ef0ce3e8cff7ffa1283984

[GitHub] [apisix-dashboard] ericsyh opened a new issue #1803: Question: is it a bug that users can delete all target nodes forms in upstream create page?

2021-04-20 Thread GitBox
ericsyh opened a new issue #1803: URL: https://github.com/apache/apisix-dashboard/issues/1803 ## Issue description When fixing the Upstream form warning message issue, i found a behavior that users can delete all target nodes forms on the page like

[GitHub] [apisix-dashboard] bisakhmondal commented on pull request #1705: fix: detailed error for store init failure and deferred execution of closers

2021-04-20 Thread GitBox
bisakhmondal commented on pull request #1705: URL: https://github.com/apache/apisix-dashboard/pull/1705#issuecomment-823056820 I guess the PR is complete. Anything left that needs to be done? @nic-chen -- This is an automated message from the Apache Git Service. To respond to the

[GitHub] [apisix-ingress-controller] wjx8382 commented on issue #356: request help: KubeSphere setup

2021-04-20 Thread GitBox
wjx8382 commented on issue #356: URL: https://github.com/apache/apisix-ingress-controller/issues/356#issuecomment-823055957 > From the configuration snippet the `allow_admin` was rendered correctly, so it should work, would you like to try the `0.5.0` version, it was released few days

[GitHub] [apisix-dashboard] netlify[bot] commented on pull request #1802: feat: rewrite route-with-jwt-plugin-test using ginkgo

2021-04-20 Thread GitBox
netlify[bot] commented on pull request #1802: URL: https://github.com/apache/apisix-dashboard/pull/1802#issuecomment-823055710 Deploy preview for *apisix-dashboard* processing. Building with commit b0cb37998523b35cc8ef0ce3e8cff7ffa1283984

[GitHub] [apisix-dashboard] bisakhmondal opened a new pull request #1802: feat: rewrite route-with-jwt-plugin-test using ginkgo

2021-04-20 Thread GitBox
bisakhmondal opened a new pull request #1802: URL: https://github.com/apache/apisix-dashboard/pull/1802 Please answer these questions before submitting a pull request, **or your PR will get closed**. **Why submit this pull request?** - [ ] Bugfix - [x] New feature provided

[GitHub] [apisix-dashboard] bisakhmondal closed pull request #1781: feat: rewrite route-with-jwt-plugin-test using ginkgo

2021-04-20 Thread GitBox
bisakhmondal closed pull request #1781: URL: https://github.com/apache/apisix-dashboard/pull/1781 -- 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

[GitHub] [apisix-dashboard] bisakhmondal commented on pull request #1781: feat: rewrite route-with-jwt-plugin-test using ginkgo

2021-04-20 Thread GitBox
bisakhmondal commented on pull request #1781: URL: https://github.com/apache/apisix-dashboard/pull/1781#issuecomment-823052019 Okay -- 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

[GitHub] [apisix] Ben0625 commented on issue #4077: passive healthcheck not working after configuration changing

2021-04-20 Thread GitBox
Ben0625 commented on issue #4077: URL: https://github.com/apache/apisix/issues/4077#issuecomment-823049058 > @Ben0625 Could you try the `2.5` version? And test it whether it can be reproduced in `2.5`? I tried the 2.5 version and it can be reproduced. Let me provide more details.

[GitHub] [apisix-dashboard] bisakhmondal removed a comment on pull request #1788: feat: embed assets in api binary

2021-04-20 Thread GitBox
bisakhmondal removed a comment on pull request #1788: URL: https://github.com/apache/apisix-dashboard/pull/1788#issuecomment-822427098 go1.16 has been added to the environment https://github.com/apache/apisix-dashboard/pull/1788/checks?check_run_id=2380595572#step:4:10 but still

[GitHub] [apisix-dashboard] netlify[bot] edited a comment on pull request #1788: feat: embed assets in api binary

2021-04-20 Thread GitBox
netlify[bot] edited a comment on pull request #1788: URL: https://github.com/apache/apisix-dashboard/pull/1788#issuecomment-822143589 Deploy preview for *apisix-dashboard* ready! Built with commit 99e2684b9873f5c52d2f83802d6f60ade71000e5

[GitHub] [apisix-dashboard] netlify[bot] edited a comment on pull request #1788: feat: embed assets in api binary

2021-04-20 Thread GitBox
netlify[bot] edited a comment on pull request #1788: URL: https://github.com/apache/apisix-dashboard/pull/1788#issuecomment-822143589 Deploy preview for *apisix-dashboard* processing. Building with commit 99e2684b9873f5c52d2f83802d6f60ade71000e5

[GitHub] [apisix-dashboard] iamayushdas closed issue #1800: Error: while running manager-api on ubuntu 20.04.2

2021-04-20 Thread GitBox
iamayushdas closed issue #1800: URL: https://github.com/apache/apisix-dashboard/issues/1800 -- 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

[GitHub] [apisix-helm-chart] BLasan edited a comment on issue #37: doc: need guidelines to deploy apisix without clone this repo

2021-04-20 Thread GitBox
BLasan edited a comment on issue #37: URL: https://github.com/apache/apisix-helm-chart/issues/37#issuecomment-823031888 @Yiyiyimu Hi, can't we publish the helm chart into to [artifacthub](https://artifacthub.io/) and install it via the helm command ? -- This is an automated message

[GitHub] [apisix-helm-chart] BLasan commented on issue #37: doc: need guidelines to deploy apisix without clone this repo

2021-04-20 Thread GitBox
BLasan commented on issue #37: URL: https://github.com/apache/apisix-helm-chart/issues/37#issuecomment-823031888 @Yiyiyimu Hi, can't we publish the helm chart into to [artifacthub](https://artifacthub.io/) and install it via the helm command -- This is an automated message from the

[GitHub] [apisix] KishaniKandasamy commented on a change in pull request #4085: docs: the link should be to dashboard instead of APISIX

2021-04-20 Thread GitBox
KishaniKandasamy commented on a change in pull request #4085: URL: https://github.com/apache/apisix/pull/4085#discussion_r616397018 ## File path: docs/en/latest/getting-started.md ## @@ -262,7 +262,7 @@ $ curl -i -X GET 'http://127.0.0.1:9080/samplePrefix/get?param1=foo=bar'

[GitHub] [apisix] zwjzxh520 closed issue #4080: bug: limit-count 中 count 值未生效

2021-04-20 Thread GitBox
zwjzxh520 closed issue #4080: URL: https://github.com/apache/apisix/issues/4080 -- 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

[GitHub] [apisix] zwjzxh520 commented on issue #4080: bug: limit-count 中 count 值未生效

2021-04-20 Thread GitBox
zwjzxh520 commented on issue #4080: URL: https://github.com/apache/apisix/issues/4080#issuecomment-823027769 感谢,找到原因了,是我们的统计有误 -- 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

[GitHub] [apisix] oldthreefeng closed issue #4067: bug: Updating the ssl certificate does not take effect

2021-04-20 Thread GitBox
oldthreefeng closed issue #4067: URL: https://github.com/apache/apisix/issues/4067 -- 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

[GitHub] [apisix] oldthreefeng commented on issue #4067: bug: Updating the ssl certificate does not take effect

2021-04-20 Thread GitBox
oldthreefeng commented on issue #4067: URL: https://github.com/apache/apisix/issues/4067#issuecomment-823026958 fixed ~~ -- 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.

[GitHub] [apisix] KishaniKandasamy commented on a change in pull request #4085: docs: the link should be to dashboard instead of APISIX

2021-04-20 Thread GitBox
KishaniKandasamy commented on a change in pull request #4085: URL: https://github.com/apache/apisix/pull/4085#discussion_r616397018 ## File path: docs/en/latest/getting-started.md ## @@ -262,7 +262,7 @@ $ curl -i -X GET 'http://127.0.0.1:9080/samplePrefix/get?param1=foo=bar'

[GitHub] [apisix] spacewander commented on a change in pull request #4085: docs: the link should be to dashboard instead of APISIX

2021-04-20 Thread GitBox
spacewander commented on a change in pull request #4085: URL: https://github.com/apache/apisix/pull/4085#discussion_r616388804 ## File path: docs/en/latest/getting-started.md ## @@ -262,7 +262,7 @@ $ curl -i -X GET 'http://127.0.0.1:9080/samplePrefix/get?param1=foo=bar'

[GitHub] [apisix-control-plane] kasini3000 commented on issue #42: feat:Use curl to encapsulate the Admin API into a script

2021-04-20 Thread GitBox
kasini3000 commented on issue #42: URL: https://github.com/apache/apisix-control-plane/issues/42#issuecomment-823014673 从命令行,用脚本和参数控制apisix 功能需求: 从命令行 添加路由, 删除路由, 添加监听, 删除监听, 添加后端, 删除后端。 需求说明:

[GitHub] [apisix] KishaniKandasamy opened a new pull request #4085: docs: the link should be to dashboard instead of APISIX

2021-04-20 Thread GitBox
KishaniKandasamy opened a new pull request #4085: URL: https://github.com/apache/apisix/pull/4085 ### What this PR does / why we need it: fix: #4079 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [apisix] Ben0625 commented on issue #4084: Failed installing dependencies

2021-04-20 Thread GitBox
Ben0625 commented on issue #4084: URL: https://github.com/apache/apisix/issues/4084#issuecomment-823012054 > Do you install openresty-openssl111-devel? What's the output of `ls -R /usr/local/openresty/openssl111/include`? This is exactly the problem. For those that may have the

[GitHub] [apisix] Ben0625 closed issue #4084: Failed installing dependencies

2021-04-20 Thread GitBox
Ben0625 closed issue #4084: URL: https://github.com/apache/apisix/issues/4084 -- 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

[GitHub] [apisix-dashboard] netlify[bot] edited a comment on pull request #1799: fix regex & omit vars when no value

2021-04-20 Thread GitBox
netlify[bot] edited a comment on pull request #1799: URL: https://github.com/apache/apisix-dashboard/pull/1799#issuecomment-822952760 Deploy preview for *apisix-dashboard* ready! Built with commit e1de4a8a1cfa62f9256585bc0884c6a716b100a8

[GitHub] [apisix-dashboard] netlify[bot] edited a comment on pull request #1799: fix regex & omit vars when no value

2021-04-20 Thread GitBox
netlify[bot] edited a comment on pull request #1799: URL: https://github.com/apache/apisix-dashboard/pull/1799#issuecomment-822952760 -- 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

[GitHub] [apisix-dashboard] netlify[bot] edited a comment on pull request #1799: fix regex & omit vars when no value

2021-04-20 Thread GitBox
netlify[bot] edited a comment on pull request #1799: URL: https://github.com/apache/apisix-dashboard/pull/1799#issuecomment-822952760 Deploy preview for *apisix-dashboard* processing. Building with commit e7d9a751a8a4204dab69cf8358befbb2a006eeb5

<    1   2