[GitHub] [apisix] starsz opened a new pull request #2815: WIP: fix: check decrypt key to prevent lua thread aborted (#2791)

2020-11-21 Thread GitBox
starsz opened a new pull request #2815: URL: https://github.com/apache/apisix/pull/2815 ### What this PR does / why we need it: Hi, I found that the decrypt function in `aes.lua` will cause lua thread aborted if the key is nil. See: #2791 ![image](https://user

[GitHub] [apisix] spacewander commented on a change in pull request #2813: docs: modify a typo

2020-11-21 Thread GitBox
spacewander commented on a change in pull request #2813: URL: https://github.com/apache/apisix/pull/2813#discussion_r528286172 ## File path: doc/zh-cn/how-to-build.md ## @@ -106,7 +106,7 @@ Makefile rules: ## 4. 运行测试案例 1. 先安装 perl 的包管理器 cpanminus -2. 然后通过 cpanm 来安装 test-gni

[GitHub] [apisix-dashboard] gxthrj commented on issue #721: refactory(manager-api): use Golang standard file structure

2020-11-21 Thread GitBox
gxthrj commented on issue #721: URL: https://github.com/apache/apisix-dashboard/issues/721#issuecomment-731699023 > in 2.2? Yes This is an automated message from the Apache Git Service. To respond to the message, plea

[GitHub] [apisix-dashboard] gxthrj commented on a change in pull request #397: fix: dashboard /user/login get error code 405

2020-11-21 Thread GitBox
gxthrj commented on a change in pull request #397: URL: https://github.com/apache/apisix-dashboard/pull/397#discussion_r528282569 ## File path: compose/dashboard_conf/nginx.conf ## @@ -16,7 +16,8 @@ server { } location /apisix/admin { -proxy_pass http://mana

[GitHub] [apisix] moonming commented on pull request #2813: docs: modify a typo

2020-11-21 Thread GitBox
moonming commented on pull request #2813: URL: https://github.com/apache/apisix/pull/2813#issuecomment-731698238 where is the typo? This is an automated message from the Apache Git Service. To respond to the message, please l

[GitHub] [apisix-dashboard] gxthrj commented on pull request #443: enhancement: add paging to the listUpstreamName

2020-11-21 Thread GitBox
gxthrj commented on pull request #443: URL: https://github.com/apache/apisix-dashboard/pull/443#issuecomment-731698220 LGTM This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [apisix] gxthrj closed issue #2182: bug: error in the pod when deploying apisix-gw-config-cm.yaml in kubernetes

2020-11-21 Thread GitBox
gxthrj closed issue #2182: URL: https://github.com/apache/apisix/issues/2182 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 spe

[GitHub] [apisix] gxthrj commented on issue #2182: bug: error in the pod when deploying apisix-gw-config-cm.yaml in kubernetes

2020-11-21 Thread GitBox
gxthrj commented on issue #2182: URL: https://github.com/apache/apisix/issues/2182#issuecomment-731698129 @maxluo1992 We close this issue now . And discussing [here](https://github.com/apache/apisix/issues/2814) about supporting `https` when connecting to etcd.

[GitHub] [apisix] gxthrj opened a new issue #2814: DISCUSS: Should APISIX support `https` when connecting to etcd ?

2020-11-21 Thread GitBox
gxthrj opened a new issue #2814: URL: https://github.com/apache/apisix/issues/2814 ### Issue description Related to #2182 ### Environment * apisix version (cmd: `apisix version`): * OS: This is an aut

[GitHub] [apisix-docker] gxthrj commented on issue #74: can not access the 9080 port

2020-11-21 Thread GitBox
gxthrj commented on issue #74: URL: https://github.com/apache/apisix-docker/issues/74#issuecomment-731698055 Ok, get it . This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [apisix-docker] moonming commented on issue #74: can not access the 9080 port

2020-11-21 Thread GitBox
moonming commented on issue #74: URL: https://github.com/apache/apisix-docker/issues/74#issuecomment-731697950 Of course not, there will be security risks. You should find a better solution @gxthrj This is an automated mes

[GitHub] [apisix-docker] moonming commented on issue #74: can not access the 9080 port

2020-11-21 Thread GitBox
moonming commented on issue #74: URL: https://github.com/apache/apisix-docker/issues/74#issuecomment-731697934 Of course not, there will be security risks. You should find a better solution @gxthrj This is an automated mes

[GitHub] [apisix-docker] gxthrj commented on issue #74: can not access the 9080 port

2020-11-21 Thread GitBox
gxthrj commented on issue #74: URL: https://github.com/apache/apisix-docker/issues/74#issuecomment-731695174 @hityc2019 The reason is ` allow_admin: `in `config.yaml` is Commented out. Perhaps I should change the config.yaml as follow ``` allow_admin: - 0.0.

[apisix-website] branch asf-site updated: Deploy to GitHub pages

2020-11-21 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/apisix-website.git The following commit(s) were added to refs/heads/asf-site by this push: new 5e4dd1d Deploy to GitHub pages

[GitHub] [apisix-website] juzhiyuan merged pull request #86: fix(CD): deploy with correct images

2020-11-21 Thread GitBox
juzhiyuan merged pull request #86: URL: https://github.com/apache/apisix-website/pull/86 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 g

[apisix-website] branch master updated: fix(CD): deploy with correct images (#86)

2020-11-21 Thread juzhiyuan
This is an automated email from the ASF dual-hosted git repository. juzhiyuan pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/apisix-website.git The following commit(s) were added to refs/heads/master by this push: new eca1dbd fix(CD): deploy with correct

[GitHub] [apisix] HelloBug0 opened a new pull request #2813: docs: modify a typo

2020-11-21 Thread GitBox
HelloBug0 opened a new pull request #2813: URL: https://github.com/apache/apisix/pull/2813 ### What this PR does / why we need it: Find a typo, so I modify it. ### Pre-submission checklist: * [X] Did you explain what problem does this PR solve? Or what new features have bee

[GitHub] [apisix-website] juzhiyuan commented on pull request #86: fix(CD): deploy with correct images

2020-11-21 Thread GitBox
juzhiyuan commented on pull request #86: URL: https://github.com/apache/apisix-website/pull/86#issuecomment-731674893 If there has one proper regex, we could fix this issue more easily. This is an automated message from the

[GitHub] [apisix] Thinker-Mars edited a comment on issue #487: Who is using APISIX?(欢迎使用 APISIX 的个人和公司在此留言)

2020-11-21 Thread GitBox
Thinker-Mars edited a comment on issue #487: URL: https://github.com/apache/apisix/issues/487#issuecomment-731667326 组织:个人(Cone) 地址:中国 厦门 联系方式:773768...@qq.com 使用场景:作为Node微服务下的网关使用 This is an automated message from t

[GitHub] [apisix] Thinker-Mars commented on issue #487: Who is using APISIX?(欢迎使用 APISIX 的个人和公司在此留言)

2020-11-21 Thread GitBox
Thinker-Mars commented on issue #487: URL: https://github.com/apache/apisix/issues/487#issuecomment-731667326 组织:个人 地址:中国 厦门 联系方式:773768...@qq.com 使用场景:作为Node微服务下的网关使用 This is an automated message from the Apache Git

[GitHub] [apisix-dashboard] juzhiyuan commented on issue #835: [Proposal]: Refactor route debug online

2020-11-21 Thread GitBox
juzhiyuan commented on issue #835: URL: https://github.com/apache/apisix-dashboard/issues/835#issuecomment-731664693 Just a note for new comers, Postwoman is now called hoppscotch and build with Nuxt.js (Vue.js). This is a

[GitHub] [apisix-dashboard] nic-chen commented on issue #836: v2.0 release manager-api Emergency stop

2020-11-21 Thread GitBox
nic-chen commented on issue #836: URL: https://github.com/apache/apisix-dashboard/issues/836#issuecomment-731648657 @moonming sure. I had created an issue about this before. #842 This is an automated message from the A

[GitHub] [apisix-dashboard] liuxiran edited a comment on issue #835: [Proposal]: Refactor route debug online

2020-11-21 Thread GitBox
liuxiran edited a comment on issue #835: URL: https://github.com/apache/apisix-dashboard/issues/835#issuecomment-731611936 > how about postman? Postman is powerful and the user experience is very good, unfortunately, Its UI is not included in postman's many open source parts[1].🤦‍♀️

[GitHub] [apisix-dashboard] liuxiran commented on issue #835: [Proposal]: Refactor route debug online

2020-11-21 Thread GitBox
liuxiran commented on issue #835: URL: https://github.com/apache/apisix-dashboard/issues/835#issuecomment-731611936 > how about postman? Postman is powerful and the user experience is very good, unfortunately, Its UI is not included in postman's many open source parts[1].🤦‍♀️

[GitHub] [apisix-dashboard] juzhiyuan commented on issue #721: refactory(manager-api): use Golang standard file structure

2020-11-21 Thread GitBox
juzhiyuan commented on issue #721: URL: https://github.com/apache/apisix-dashboard/issues/721#issuecomment-731608327 in 2.2? This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [apisix-docker] gxthrj closed issue #69: bug: failed to start the apisix-1.5:alpine

2020-11-21 Thread GitBox
gxthrj closed issue #69: URL: https://github.com/apache/apisix-docker/issues/69 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

[GitHub] [apisix] gxthrj closed issue #2169: feat: how use apisix send log to aliyun sls

2020-11-21 Thread GitBox
gxthrj closed issue #2169: URL: https://github.com/apache/apisix/issues/2169 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 spe

[GitHub] [apisix-docker] gxthrj commented on issue #69: bug: failed to start the apisix-1.5:alpine

2020-11-21 Thread GitBox
gxthrj commented on issue #69: URL: https://github.com/apache/apisix-docker/issues/69#issuecomment-731605271 I think we can close this PR now , since we use `config-default.yaml` to solve this kind of problems. This is an a

[GitHub] [apisix-docker] gxthrj commented on pull request #79: fix missing conf that cause docker startup to fail

2020-11-21 Thread GitBox
gxthrj commented on pull request #79: URL: https://github.com/apache/apisix-docker/pull/79#issuecomment-731605251 I think we can close this PR now , since we use `config-default.yaml` to solve this kind of problems. This is

[GitHub] [apisix-dashboard] gxthrj edited a comment on issue #648: feat: Should apisix dashboard support multi-tenancy function?

2020-11-21 Thread GitBox
gxthrj edited a comment on issue #648: URL: https://github.com/apache/apisix-dashboard/issues/648#issuecomment-731602866 Yes, I think it is a useful. The dashboard should be only one . In [ingress controller](https://github.com/api7/ingress-controller) , we use the annotation `ingress.c

[GitHub] [apisix-dashboard] gxthrj commented on issue #648: feat: Should apisix dashboard support multi-tenancy function?

2020-11-21 Thread GitBox
gxthrj commented on issue #648: URL: https://github.com/apache/apisix-dashboard/issues/648#issuecomment-731602866 Yes, I think it is a useful. The dashboard should be only one . In [ingress controller](https://github.com/api7/ingress-controller) , we use `ingress.class` to distinguish d

[GitHub] [apisix-dashboard] gxthrj commented on issue #721: refactory(manager-api): use Golang standard file structure

2020-11-21 Thread GitBox
gxthrj commented on issue #721: URL: https://github.com/apache/apisix-dashboard/issues/721#issuecomment-731601827 Assign to me This is an automated message from the Apache Git Service. To respond to the message, please log o

[GitHub] [apisix] gxthrj commented on issue #2796: request help: helm charts for 2.1

2020-11-21 Thread GitBox
gxthrj commented on issue #2796: URL: https://github.com/apache/apisix/issues/2796#issuecomment-731599821 Great ! The `Bitnami Library` is so interesting. This is an automated message from the Apache Git Service. To respond t

[GitHub] [apisix-dashboard] moonming edited a comment on issue #836: v2.0 release manager-api Emergency stop

2020-11-21 Thread GitBox
moonming edited a comment on issue #836: URL: https://github.com/apache/apisix-dashboard/issues/836#issuecomment-731589740 so I think we need to support `daemon` This is an automated message from the Apache Git Service. To

[GitHub] [apisix-dashboard] moonming commented on issue #836: v2.0 release manager-api Emergency stop

2020-11-21 Thread GitBox
moonming commented on issue #836: URL: https://github.com/apache/apisix-dashboard/issues/836#issuecomment-731589740 so I think we need to support `deamon` This is an automated message from the Apache Git Service. To respon

[GitHub] [apisix] sebbASF commented on issue #2059: bug: Please delete old releases from mirroring system

2020-11-21 Thread GitBox
sebbASF commented on issue #2059: URL: https://github.com/apache/apisix/issues/2059#issuecomment-731585908 Please tidy up the release area. It's not fair on the volunteer mirrors to have to carry old releases. This is

[GitHub] [apisix-dashboard] nic-chen commented on issue #836: v2.0 release manager-api Emergency stop

2020-11-21 Thread GitBox
nic-chen commented on issue #836: URL: https://github.com/apache/apisix-dashboard/issues/836#issuecomment-731584449 He used ```sh $ ./manager-api & ``` to run `manager api`, so it automatically exit after the terminal closed a while. After using ```sh $ n

[apisix-website] branch asf-site updated: Deploy to GitHub pages

2020-11-21 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/apisix-website.git The following commit(s) were added to refs/heads/asf-site by this push: new 07f49bc Deploy to GitHub pages

[GitHub] [apisix-website] juzhiyuan commented on a change in pull request #86: fix(CD): deploy with correct images

2020-11-21 Thread GitBox
juzhiyuan commented on a change in pull request #86: URL: https://github.com/apache/apisix-website/pull/86#discussion_r528198866 ## File path: .github/workflows/deploy.yml ## @@ -28,15 +28,20 @@ jobs: git clone https://github.com/apache/apisix.git cp -r apisix

[apisix-website] branch juzhiyuan-patch-1 updated (d555bea -> dcc8118)

2020-11-21 Thread juzhiyuan
This is an automated email from the ASF dual-hosted git repository. juzhiyuan pushed a change to branch juzhiyuan-patch-1 in repository https://gitbox.apache.org/repos/asf/apisix-website.git. from d555bea Update sidebars.json add dcc8118 Update deploy.yml No new revisions were added

[apisix-website] branch juzhiyuan-patch-1 updated (e15257e -> d555bea)

2020-11-21 Thread juzhiyuan
This is an automated email from the ASF dual-hosted git repository. juzhiyuan pushed a change to branch juzhiyuan-patch-1 in repository https://gitbox.apache.org/repos/asf/apisix-website.git. from e15257e feat: trigger CI add d555bea Update sidebars.json No new revisions were added b

[GitHub] [apisix] tokers commented on issue #2739: request help: health check not working

2020-11-21 Thread GitBox
tokers commented on issue #2739: URL: https://github.com/apache/apisix/issues/2739#issuecomment-731577350 > @gewei2000 do you have fixed this issue? find out the reason? > > what is it? The active health check target is added lazily when the upstream was first referenced, at t

[GitHub] [apisix] tokers commented on issue #2796: request help: helm charts for 2.1

2020-11-21 Thread GitBox
tokers commented on issue #2796: URL: https://github.com/apache/apisix/issues/2796#issuecomment-731575282 > @tokers https://github.com/apache/apisix-helm-chart Apache APISIX already has a repo. > I think we can add to bitnami after helm-chart released. That's cool :). --

[GitHub] [apisix] moonming commented on issue #2796: request help: helm charts for 2.1

2020-11-21 Thread GitBox
moonming commented on issue #2796: URL: https://github.com/apache/apisix/issues/2796#issuecomment-731574880 @tokers https://github.com/apache/apisix-helm-chart Apache APISIX already has a repo. I think we can add to bitnami after helm-chart released. -

[GitHub] [apisix] gy09535 edited a comment on pull request #2250: feat: Build docker image in source code

2020-11-21 Thread GitBox
gy09535 edited a comment on pull request #2250: URL: https://github.com/apache/apisix/pull/2250#issuecomment-731574364 > where is the source code? I not find in dockerfile https://github.com/apache/apisix/pull/2250/files#diff-dd2c0eb6ea5cfc6c4bd4eac30934e2d5746747af48fef6da689e85b752

[GitHub] [apisix] gy09535 commented on pull request #2250: feat: Build docker image in source code

2020-11-21 Thread GitBox
gy09535 commented on pull request #2250: URL: https://github.com/apache/apisix/pull/2250#issuecomment-731574364 > where is the source code? I not find in dockerfile https://github.com/apache/apisix/pull/2250/files#diff-dd2c0eb6ea5cfc6c4bd4eac30934e2d5746747af48fef6da689e85b752f39557R

[GitHub] [apisix] tokers commented on issue #2810: [DISCUSS]: allow user to specify APISIX id in config.yaml

2020-11-21 Thread GitBox
tokers commented on issue #2810: URL: https://github.com/apache/apisix/issues/2810#issuecomment-731571785 > > It would be better to support vars. > > I am confusing. `vars` is already supported: #2743 Sorry i forgot it.

[GitHub] [apisix-dashboard] tokers commented on a change in pull request #840: feat: add a handler unit test for upstream and remove init

2020-11-21 Thread GitBox
tokers commented on a change in pull request #840: URL: https://github.com/apache/apisix-dashboard/pull/840#discussion_r528188575 ## File path: api/internal/handler/consumer/consumer_test.go ## @@ -19,6 +19,10 @@ package consumer import ( "encoding/json" + "fmt

[GitHub] [apisix] tokers commented on issue #2796: request help: helm charts for 2.1

2020-11-21 Thread GitBox
tokers commented on issue #2796: URL: https://github.com/apache/apisix/issues/2796#issuecomment-731569151 > @membphis @gxthrj @moonming What about adding the chart to https://github.com/bitnami/charts? @gxthrj @membphis What do you think? ---

[GitHub] [apisix] spacewander edited a comment on issue #2812: bug: about wolf-rbac get token problem

2020-11-21 Thread GitBox
spacewander edited a comment on issue #2812: URL: https://github.com/apache/apisix/issues/2812#issuecomment-731568575 The error message is already clear. The wolf-server you configured via `server` field can not be connected. (`request to wolf-server failed! connection refused`). Please

[GitHub] [apisix] spacewander closed issue #2812: bug: about wolf-rbac get token problem

2020-11-21 Thread GitBox
spacewander closed issue #2812: URL: https://github.com/apache/apisix/issues/2812 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 th

[GitHub] [apisix] spacewander commented on issue #2812: bug: about wolf-rbac get token problem

2020-11-21 Thread GitBox
spacewander commented on issue #2812: URL: https://github.com/apache/apisix/issues/2812#issuecomment-731568575 The error message is already clear. The wolf-server you configured via `server` field can be connected. (`request to wolf-server failed! connection refused`). Please check your

[GitHub] [apisix-website] juzhiyuan edited a comment on pull request #89: feat: added dashboard 2.0

2020-11-21 Thread GitBox
juzhiyuan edited a comment on pull request #89: URL: https://github.com/apache/apisix-website/pull/89#issuecomment-731566481 CI failed, i will fix it tonight. cc @moonming @LiteSun This is an automated message from t

[GitHub] [apisix-website] juzhiyuan commented on pull request #89: feat: added dashboard 2.0

2020-11-21 Thread GitBox
juzhiyuan commented on pull request #89: URL: https://github.com/apache/apisix-website/pull/89#issuecomment-731566481 CI failed, i will fix it tonight. This is an automated message from the Apache Git Service. To respond to

[GitHub] [apisix-dashboard] LiteSun merged pull request #598: release: release 2.0-rc version.

2020-11-21 Thread GitBox
LiteSun merged pull request #598: URL: https://github.com/apache/apisix-dashboard/pull/598 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

[apisix-website] branch master updated: feat: added dashboard 2.0 (#89)

2020-11-21 Thread wenming
This is an automated email from the ASF dual-hosted git repository. wenming pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/apisix-website.git The following commit(s) were added to refs/heads/master by this push: new 7eb4e30 feat: added dashboard 2.0 (#89

[GitHub] [apisix-website] moonming merged pull request #89: feat: added dashboard 2.0

2020-11-21 Thread GitBox
moonming merged pull request #89: URL: https://github.com/apache/apisix-website/pull/89 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

[GitHub] [apisix-website] juzhiyuan commented on a change in pull request #89: feat: added dashboard 2.0

2020-11-21 Thread GitBox
juzhiyuan commented on a change in pull request #89: URL: https://github.com/apache/apisix-website/pull/89#discussion_r528181240 ## File path: docs/download.md ## @@ -27,6 +27,7 @@ Use the links below to download the Apache APISIX™ from one of our mirrors. | Version | Release

[apisix-website] branch juzhiyuan-patch-2 updated (205f74e -> 3408770)

2020-11-21 Thread sunyi
This is an automated email from the ASF dual-hosted git repository. sunyi pushed a change to branch juzhiyuan-patch-2 in repository https://gitbox.apache.org/repos/asf/apisix-website.git. from 205f74e Update download.md add 3408770 Update download.md No new revisions were added by th

[GitHub] [apisix-website] LiteSun commented on a change in pull request #89: feat: added dashboard 2.0

2020-11-21 Thread GitBox
LiteSun commented on a change in pull request #89: URL: https://github.com/apache/apisix-website/pull/89#discussion_r528180774 ## File path: docs/download.md ## @@ -27,6 +27,7 @@ Use the links below to download the Apache APISIX™ from one of our mirrors. | Version | Release D

[GitHub] [apisix-dashboard] juzhiyuan commented on issue #823: [Proposal]: Version management of route

2020-11-21 Thread GitBox
juzhiyuan commented on issue #823: URL: https://github.com/apache/apisix-dashboard/issues/823#issuecomment-731560942 For draft proposal, please add some attractive notes, such as in title [DRAFT] This is an automated messag

[GitHub] [apisix-dashboard] moonming commented on issue #823: [Proposal]: Version management of route

2020-11-21 Thread GitBox
moonming commented on issue #823: URL: https://github.com/apache/apisix-dashboard/issues/823#issuecomment-731559963 Why empty? This is an automated message from the Apache Git Service. To respond to the message, please log o

[GitHub] [apisix] moonming commented on issue #2796: request help: helm charts for 2.1

2020-11-21 Thread GitBox
moonming commented on issue #2796: URL: https://github.com/apache/apisix/issues/2796#issuecomment-731559866 Cool This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub an

[GitHub] [apisix] moonming commented on issue #2778: DISCUSS(kafka-logger): the key field should be optional

2020-11-21 Thread GitBox
moonming commented on issue #2778: URL: https://github.com/apache/apisix/issues/2778#issuecomment-731559519 please send discuss thread to mailinglist This is an automated message from the Apache Git Service. To respond to the

[GitHub] [apisix-dashboard] moonming commented on issue #836: v2.0 release manager-api Emergency stop

2020-11-21 Thread GitBox
moonming commented on issue #836: URL: https://github.com/apache/apisix-dashboard/issues/836#issuecomment-731559387 How did it solved? @nic-chen This is an automated message from the Apache Git Service. To respond to the me

[GitHub] [apisix-dashboard] liubinqi2007 commented on issue #836: v2.0 release manager-api Emergency stop

2020-11-21 Thread GitBox
liubinqi2007 commented on issue #836: URL: https://github.com/apache/apisix-dashboard/issues/836#issuecomment-731527838 已解决 This is an automated message from the Apache Git Service. To respond to the message, please log on t

[GitHub] [apisix-dashboard] liubinqi2007 closed issue #836: v2.0 release manager-api Emergency stop

2020-11-21 Thread GitBox
liubinqi2007 closed issue #836: URL: https://github.com/apache/apisix-dashboard/issues/836 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