[GitHub] [apisix-website] juzhiyuan opened a new issue #609: Bug - Chinese Keyboard is broken - Algolia

2021-09-15 Thread GitBox
juzhiyuan opened a new issue #609: URL: https://github.com/apache/apisix-website/issues/609 Tracking issue https://discourse.algolia.com/t/bug-chinese-keyboard-is-broken/13507 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[GitHub] [apisix-website] yzeng25 opened a new pull request #608: docs: delete duplicated docs

2021-09-15 Thread GitBox
yzeng25 opened a new pull request #608: URL: https://github.com/apache/apisix-website/pull/608 Fixes: #[Add issue number here] Changes: `2021-07-27-limit-rep-plug.md` is a duplication of  `2021-07-27-use-of-plugin-orchestration-in-Apache-APISIX`. Thus, **delete** `2021-07-27-l

[GitHub] [apisix-website] Serendipity96 opened a new issue #607: discuss: a new structure of Apache APISIX website

2021-09-15 Thread GitBox
Serendipity96 opened a new issue #607: URL: https://github.com/apache/apisix-website/issues/607 **Actual Behaviour** I found that Apache APISIX website is not very convenient, I often can't find the content that I want. But after browsing many times, I found Apache APISIX website is

[GitHub] [apisix] spacewander commented on a change in pull request #5012: feat(debug-mode): add dynamic debug mode

2021-09-15 Thread GitBox
spacewander commented on a change in pull request #5012: URL: https://github.com/apache/apisix/pull/5012#discussion_r709804565 ## File path: apisix/debug.lua ## @@ -123,15 +124,35 @@ local function apple_new_fun(module, fun_name, file_path, hook_conf) function mt.__call

[GitHub] [apisix-website] yzeng25 opened a new pull request #606: docs: update keywords, description, and brief intro for blogs

2021-09-15 Thread GitBox
yzeng25 opened a new pull request #606: URL: https://github.com/apache/apisix-website/pull/606 Fixes: #[Add issue number here] Changes: update keywords, description, and brief intro for blogs -- This is an automated message from the Apache Git Service. To respond to the mes

[GitHub] [apisix-website] juzhiyuan merged pull request #596: bugfix: fix APISIX architecture image size distorted

2021-09-15 Thread GitBox
juzhiyuan merged pull request #596: URL: https://github.com/apache/apisix-website/pull/596 -- 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: notific

[apisix-website] branch master updated: fix: fix APISIX architecture image size distorted (#596)

2021-09-15 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 3ac5ed1 fix: fix APISIX architecture

[GitHub] [apisix-website] juzhiyuan closed issue #581: UI: APISIX architecture image size distorted

2021-09-15 Thread GitBox
juzhiyuan closed issue #581: URL: https://github.com/apache/apisix-website/issues/581 -- 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: notification

[GitHub] [apisix-dashboard] liuxiran commented on pull request #2084: ci: run e2e test parallel

2021-09-15 Thread GitBox
liuxiran commented on pull request #2084: URL: https://github.com/apache/apisix-dashboard/pull/2084#issuecomment-920594201 Hi @qsliu2017, after a simple calculation, I found that the free version indeed does not support the dashboard project properly, need to upgrade the account to Team v

[GitHub] [apisix] bingoku commented on issue #5071: 如何忽略某个路由的请求日志?

2021-09-15 Thread GitBox
bingoku commented on issue #5071: URL: https://github.com/apache/apisix/issues/5071#issuecomment-920588665 > Do not record log? yes -- 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-dashboard] freecodelover commented on a change in pull request #2054: fix: perform pid lookup for existing pid file

2021-09-15 Thread GitBox
freecodelover commented on a change in pull request #2054: URL: https://github.com/apache/apisix-dashboard/pull/2054#discussion_r709752587 ## File path: api/internal/utils/pid.go ## @@ -18,19 +18,62 @@ package utils import ( + "bytes" "fmt" "io/ioutil"

[GitHub] [apisix] spacewander commented on issue #5041: request help: Does it support follow back to the source?

2021-09-15 Thread GitBox
spacewander commented on issue #5041: URL: https://github.com/apache/apisix/issues/5041#issuecomment-920559539 Unfortunately, let upstream support multiple schemes will make it more complex. The current solution is already not straightforward. An over-complex solution may be buggy and unst

[GitHub] [apisix] spacewander commented on issue #5071: 如何忽略某个路由的请求日志?

2021-09-15 Thread GitBox
spacewander commented on issue #5071: URL: https://github.com/apache/apisix/issues/5071#issuecomment-920558351 Currently the only way is to solve in the collector side, see https://github.com/apache/apisix/issues/3526 -- This is an automated message from the Apache Git Service. To respo

[GitHub] [apisix-dashboard] freecodelover commented on issue #2129: Bug: route pagination error when delete the route item in the last page

2021-09-15 Thread GitBox
freecodelover commented on issue #2129: URL: https://github.com/apache/apisix-dashboard/issues/2129#issuecomment-920555886 I can reproduce it too. And I see it's requesting such a URL `/apisix/admin/routes?label=&page=2&page_size=10` after deleting the last router. But the page

[apisix] branch master updated: feat: allow injecting logic to APISIX's method (#5068)

2021-09-15 Thread spacewander
This is an automated email from the ASF dual-hosted git repository. spacewander 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 f373faf feat: allow injecting logic to API

[GitHub] [apisix] spacewander merged pull request #5068: feat: allow injecting logic to APISIX's method

2021-09-15 Thread GitBox
spacewander merged pull request #5068: URL: https://github.com/apache/apisix/pull/5068 -- 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: notificatio

[apisix-website] branch master updated: docs: add China-mobile cloud usercase (#594)

2021-09-15 Thread liuxiran
This is an automated email from the ASF dual-hosted git repository. liuxiran 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 299e22b docs: add China-mobile cloud

[GitHub] [apisix-website] liuxiran merged pull request #594: docs: add China-mobile cloud usercase

2021-09-15 Thread GitBox
liuxiran merged pull request #594: URL: https://github.com/apache/apisix-website/pull/594 -- 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: notifica

[GitHub] [apisix] shuaijinchao commented on issue #5071: 如何忽略某个路由的请求日志?

2021-09-15 Thread GitBox
shuaijinchao commented on issue #5071: URL: https://github.com/apache/apisix/issues/5071#issuecomment-920553209 Do not record log? -- 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 co

[GitHub] [apisix] shuaijinchao commented on issue #5069: bug: proxy-rewrite configuration “host ” dosen't work

2021-09-15 Thread GitBox
shuaijinchao commented on issue #5069: URL: https://github.com/apache/apisix/issues/5069#issuecomment-920552504 Can take a look: https://github.com/apache/apisix/blob/0ba89d5c0f9dc2863329a8fa6552c380453627cf/docs/en/latest/admin-api.md#L297 -- This is an automated message from the Apa

[GitHub] [apisix] arthur-zhang commented on a change in pull request #5016: feat: xml-json-conversion plugin convert xml data from request body to json response, and vice versa

2021-09-15 Thread GitBox
arthur-zhang commented on a change in pull request #5016: URL: https://github.com/apache/apisix/pull/5016#discussion_r709726095 ## File path: apisix/plugins/xml-json-conversion.lua ## @@ -0,0 +1,156 @@ +-- +-- Licensed to the Apache Software Foundation (ASF) under one or more +

[GitHub] [apisix] arthur-zhang commented on a change in pull request #5016: feat: xml-json-conversion plugin convert xml data from request body to json response, and vice versa

2021-09-15 Thread GitBox
arthur-zhang commented on a change in pull request #5016: URL: https://github.com/apache/apisix/pull/5016#discussion_r709725387 ## File path: apisix/plugins/xml-json-conversion.lua ## @@ -0,0 +1,156 @@ +-- +-- Licensed to the Apache Software Foundation (ASF) under one or more +

[GitHub] [apisix] arthur-zhang commented on a change in pull request #5016: feat: xml-json-conversion plugin convert xml data from request body to json response, and vice versa

2021-09-15 Thread GitBox
arthur-zhang commented on a change in pull request #5016: URL: https://github.com/apache/apisix/pull/5016#discussion_r709725297 ## File path: apisix/plugins/xml-json-conversion.lua ## @@ -0,0 +1,156 @@ +-- +-- Licensed to the Apache Software Foundation (ASF) under one or more +

[GitHub] [apisix-website] juzhiyuan merged pull request #597: docs: add youzan usercase

2021-09-15 Thread GitBox
juzhiyuan merged pull request #597: URL: https://github.com/apache/apisix-website/pull/597 -- 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: notific

[apisix-website] branch master updated (c335408 -> cd963af)

2021-09-15 Thread juzhiyuan
This is an automated email from the ASF dual-hosted git repository. juzhiyuan pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/apisix-website.git. from c335408 docs: delete duplicated casbin docs in zh-hans (#604) add cd963af docs: add youzan usercase

[GitHub] [apisix-website] yzeng25 commented on a change in pull request #600: docs: add weekly report 0830-0912

2021-09-15 Thread GitBox
yzeng25 commented on a change in pull request #600: URL: https://github.com/apache/apisix-website/pull/600#discussion_r709718384 ## File path: website/blog/2021-09-15-weekly-report.md ## @@ -0,0 +1,127 @@ +--- +title: "社区周报|新晋 committer 两位,功能亮点更新进行中" +keywords: +- Apache APISI

[apisix-website] branch master updated (5e0e1b5 -> c335408)

2021-09-15 Thread juzhiyuan
This is an automated email from the ASF dual-hosted git repository. juzhiyuan pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/apisix-website.git. from 5e0e1b5 docs: add okaybase in the Team page (#605) add c335408 docs: delete duplicated casbin docs

[GitHub] [apisix-website] juzhiyuan merged pull request #604: docs: delete duplicated casbin blogs in zh-hans

2021-09-15 Thread GitBox
juzhiyuan merged pull request #604: URL: https://github.com/apache/apisix-website/pull/604 -- 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: notific

[GitHub] [apisix] bingoku opened a new issue #5071: 如何忽略某个路由的请求日志?

2021-09-15 Thread GitBox
bingoku opened a new issue #5071: URL: https://github.com/apache/apisix/issues/5071 ### Issue description 如题 ### Environment - apisix version (cmd: `apisix version`): - OS (cmd: `uname -a`): - OpenResty / Nginx version (cmd: `nginx -V` or `openresty -V`): - etcd

[GitHub] [apisix-website] liuxiran edited a comment on pull request #596: bugfix: fix APISIX architecture image size distorted

2021-09-15 Thread GitBox
liuxiran edited a comment on pull request #596: URL: https://github.com/apache/apisix-website/pull/596#issuecomment-920541940 also cc @Baoyuantop to have a look, thanks -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[apisix-website] branch master updated (2567319 -> 5e0e1b5)

2021-09-15 Thread juzhiyuan
This is an automated email from the ASF dual-hosted git repository. juzhiyuan pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/apisix-website.git. from 2567319 fix: wrong plugin doc link in Plugin hub (#601) add 5e0e1b5 docs: add okaybase in the Team

[GitHub] [apisix-website] liuxiran commented on pull request #596: bugfix: fix APISIX architecture image size distorted

2021-09-15 Thread GitBox
liuxiran commented on pull request #596: URL: https://github.com/apache/apisix-website/pull/596#issuecomment-920541940 also cc @Baoyuantop to have a look -- 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 t

[GitHub] [apisix-website] juzhiyuan merged pull request #605: docs: add okaybase in the Team page

2021-09-15 Thread GitBox
juzhiyuan merged pull request #605: URL: https://github.com/apache/apisix-website/pull/605 -- 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: notific

[GitHub] [apisix-dashboard] liuxiran commented on pull request #2084: ci: run e2e test parallel

2021-09-15 Thread GitBox
liuxiran commented on pull request #2084: URL: https://github.com/apache/apisix-dashboard/pull/2084#issuecomment-920534918 > @liuxiran I notice there is an infra asking what we asking for. IMO we need helps to: > > 1. **register a cypress dashboard account** to run e2e tests parallel

[GitHub] [apisix-website] okaybase opened a new pull request #605: chore: add new committer(okaybase)

2021-09-15 Thread GitBox
okaybase opened a new pull request #605: URL: https://github.com/apache/apisix-website/pull/605 Fixes: #[Add issue number here] Changes: Screenshots of the change: -- This is an automated message from the Apache Git Service. To respond to the message, ple

[GitHub] [apisix] shuaijinchao commented on issue #5069: bug: proxy-rewrite configuration “host ” dosen't work

2021-09-15 Thread GitBox
shuaijinchao commented on issue #5069: URL: https://github.com/apache/apisix/issues/5069#issuecomment-920529577 It is currently set dynamically. Do you mean that the request is automatically distributed to different upstreams during the request process? -- This is an automated message fr

[GitHub] [apisix-ingress-controller] kika-jiaxudong commented on issue #668: bug: 2 apisix-ingress-controller,one is normal and another always is starting

2021-09-15 Thread GitBox
kika-jiaxudong commented on issue #668: URL: https://github.com/apache/apisix-ingress-controller/issues/668#issuecomment-920529369 https://user-images.githubusercontent.com/83063375/133540118-2d31539c-c599-4ec4-a41f-c6297b439def.png";> https://user-images.githubusercontent.com/83063375/1

[GitHub] [apisix-java-plugin-runner] seominho77 commented on issue #63: bug: Java pulugin ruuner filter get config occured java.lang.IndexOutOfBoundsException: null

2021-09-15 Thread GitBox
seominho77 commented on issue #63: URL: https://github.com/apache/apisix-java-plugin-runner/issues/63#issuecomment-920529202 > > @tzssangglass The exception occured again. I have update runner-core code, and deploy apisix-java-plugin-runner.jar. about after 3 days, the exception occured,

[GitHub] [apisix-ingress-controller] kika-jiaxudong commented on issue #668: bug: 2 apisix-ingress-controller,one is normal and another always is starting

2021-09-15 Thread GitBox
kika-jiaxudong commented on issue #668: URL: https://github.com/apache/apisix-ingress-controller/issues/668#issuecomment-920528083 https://user-images.githubusercontent.com/83063375/133539966-0171009f-3d9a-4a1c-b209-2671c54b05b4.png";> -- This is an automated message from the Apache

[GitHub] [apisix-ingress-controller] kika-jiaxudong commented on issue #668: bug: 2 apisix-ingress-controller,one is normal and another always is starting

2021-09-15 Thread GitBox
kika-jiaxudong commented on issue #668: URL: https://github.com/apache/apisix-ingress-controller/issues/668#issuecomment-920527606 > logs like "service xxx not found" are harmless, they were logged when endpoints with the same name were changed but the service was not found. > > ```

[GitHub] [apisix] j4ckzh0u commented on issue #5070: bug: APISIX默认APIKEY导致出现安全风险

2021-09-15 Thread GitBox
j4ckzh0u commented on issue #5070: URL: https://github.com/apache/apisix/issues/5070#issuecomment-920525956 需要提交到dashboard项目,先close。 -- 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] j4ckzh0u closed issue #5070: bug: APISIX默认APIKEY导致出现安全风险

2021-09-15 Thread GitBox
j4ckzh0u closed issue #5070: URL: https://github.com/apache/apisix/issues/5070 -- 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-unsub

[GitHub] [apisix-website] bzp2010 edited a comment on pull request #602: feat: add vercel preview

2021-09-15 Thread GitBox
bzp2010 edited a comment on pull request #602: URL: https://github.com/apache/apisix-website/pull/602#issuecomment-920495599 About this plan: The website content is built by GitHub workflow, compressed into `tar.gz` volume files, and then uploaded to Vercel for decompression and deployme

[GitHub] [apisix-dashboard] codecov-commenter edited a comment on pull request #2066: fix: supports search by name for service options when add router.

2021-09-15 Thread GitBox
codecov-commenter edited a comment on pull request #2066: URL: https://github.com/apache/apisix-dashboard/pull/2066#issuecomment-903365572 # [Codecov](https://codecov.io/gh/apache/apisix-dashboard/pull/2066?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=

[GitHub] [apisix] j4ckzh0u opened a new issue #5070: bug: APISIX默认APIKEY导致出现安全风险

2021-09-15 Thread GitBox
j4ckzh0u opened a new issue #5070: URL: https://github.com/apache/apisix/issues/5070 ### Issue description 最近在对APISIX进行安全测试,发现APISIX没有自动化更新APIKEY的流程,通过网络搜索引擎检索使用APISIX的IP,使用默认的APIKEY进行遍历攻击,成功获取了多家公司的APISIX配置信息,其中不乏有敏感配置。 ### Environment 使用的是APISIX2.6, 容器化部署。 但是,这个情况应该是全

[GitHub] [apisix-python-plugin-runner] shuaijinchao merged pull request #32: docs: update plugin example document

2021-09-15 Thread GitBox
shuaijinchao merged pull request #32: URL: https://github.com/apache/apisix-python-plugin-runner/pull/32 -- 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

[apisix-python-plugin-runner] branch master updated: docs: update plugin example document (#32)

2021-09-15 Thread shuaijinchao
This is an automated email from the ASF dual-hosted git repository. shuaijinchao pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/apisix-python-plugin-runner.git The following commit(s) were added to refs/heads/master by this push: new d87e9d3 docs: updat

[GitHub] [apisix-python-plugin-runner] codecov[bot] commented on pull request #32: docs: update plugin example document

2021-09-15 Thread GitBox
codecov[bot] commented on pull request #32: URL: https://github.com/apache/apisix-python-plugin-runner/pull/32#issuecomment-920519472 # [Codecov](https://codecov.io/gh/apache/apisix-python-plugin-runner/pull/32?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_camp

[GitHub] [apisix-dashboard] Xu-Mj commented on pull request #2104: feat: supports dynamic configuration of stream-route

2021-09-15 Thread GitBox
Xu-Mj commented on pull request #2104: URL: https://github.com/apache/apisix-dashboard/pull/2104#issuecomment-920519043 > Hi @Xu-Mj our schema has already updated, see: https://github.com/apache/apisix-dashboard/pull/2117 > > > > and you can merge master to go on your test ca

[GitHub] [apisix-website] yzeng25 opened a new pull request #604: docs: delete duplicated casbin blogs in zh-hans

2021-09-15 Thread GitBox
yzeng25 opened a new pull request #604: URL: https://github.com/apache/apisix-website/pull/604 Fixes: #[Add issue number here] Changes: https://github.com/apache/apisix-website/blob/master/website/blog/2021-08-23-Apache%20APISIX-Casbin.md is a duplication of https://github.c

[GitHub] [apisix] dongqisilent commented on issue #5069: bug: proxy-rewrite configuration “host ” dosen't work

2021-09-15 Thread GitBox
dongqisilent commented on issue #5069: URL: https://github.com/apache/apisix/issues/5069#issuecomment-920511907 how can I dynamic set upstream .nodes? -- 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

[GitHub] [apisix-dashboard] liuxiran commented on pull request #2066: fix: supports search by name for service options when add router.

2021-09-15 Thread GitBox
liuxiran commented on pull request #2066: URL: https://github.com/apache/apisix-dashboard/pull/2066#issuecomment-920511867 re-run FE E2E test case -- 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

[GitHub] [apisix-dashboard] liuxiran opened a new issue #2140: test: unstable test case search-route

2021-09-15 Thread GitBox
liuxiran opened a new issue #2140: URL: https://github.com/apache/apisix-dashboard/issues/2140 After checking the video log, we can found that the [E2E failed](https://github.com/apache/apisix-dashboard/pull/2066/checks?check_run_id=3592634363) caused by ![image](https://user-images.g

[GitHub] [apisix-dashboard] liuxiran commented on pull request #2066: fix: supports search by name for service options when add router.

2021-09-15 Thread GitBox
liuxiran commented on pull request #2066: URL: https://github.com/apache/apisix-dashboard/pull/2066#issuecomment-920510163 After checking the video log, we can found that the [E2E failed](https://github.com/apache/apisix-dashboard/pull/2066/checks?check_run_id=3592634363) caused by ![

[GitHub] [apisix-website] juzhiyuan opened a new issue #603: Guide on how to update Team page

2021-09-15 Thread GitBox
juzhiyuan opened a new issue #603: URL: https://github.com/apache/apisix-website/issues/603 **Actual Behaviour** Hi, after our committer gets selected, he/she needs to add himself/herself to our Apache APISIX Team page[1]. [1] https://apisix.apache.org/team/ **Expected

[GitHub] [apisix-dashboard] imjoey commented on pull request #2139: ci: Cancel pushing image to azure cloud

2021-09-15 Thread GitBox
imjoey commented on pull request #2139: URL: https://github.com/apache/apisix-dashboard/pull/2139#issuecomment-920504424 Sorry that this image is currently used by the online demo site. This PR will push this dashboard image to Docker Hub instead once the secret credentials is ready. Will

[GitHub] [apisix] spacewander closed issue #5056: docs: developer guide?

2021-09-15 Thread GitBox
spacewander closed issue #5056: URL: https://github.com/apache/apisix/issues/5056 -- 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-un

[GitHub] [apisix-ingress-controller] Rebellioncry commented on issue #683: ingress/controller.go:530 service kube-system/openebs.io-local not found

2021-09-15 Thread GitBox
Rebellioncry commented on issue #683: URL: https://github.com/apache/apisix-ingress-controller/issues/683#issuecomment-920502801 @gxthrj But so many namespaces cannot be listed. There should be a block list,or you should provide a method that no longer outputs repeated logs.Please conside

[GitHub] [apisix-docker] tokers merged pull request #209: fix(etcd): fix etcd startup report permission issue

2021-09-15 Thread GitBox
tokers merged pull request #209: URL: https://github.com/apache/apisix-docker/pull/209 -- 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: notificatio

[apisix-docker] branch master updated: fix(etcd): fix etcd startup report permission issue (#209)

2021-09-15 Thread tokers
This is an automated email from the ASF dual-hosted git repository. tokers pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/apisix-docker.git The following commit(s) were added to refs/heads/master by this push: new ba4b1ab fix(etcd): fix etcd startup repo

[GitHub] [apisix-helm-chart] tokers commented on issue #144: etcd-server start failure

2021-09-15 Thread GitBox
tokers commented on issue #144: URL: https://github.com/apache/apisix-helm-chart/issues/144#issuecomment-920502493 The ETCD logs reported the communication between these instances is aborted, be sure the Kubernetes pod networking is healthy (check the CNI running status). -- This is an

[GitHub] [apisix] spacewander commented on a change in pull request #5068: feat: allow injecting logic to APISIX's method

2021-09-15 Thread GitBox
spacewander commented on a change in pull request #5068: URL: https://github.com/apache/apisix/pull/5068#discussion_r709682674 ## File path: docs/en/latest/plugin-develop.md ## @@ -69,6 +69,21 @@ apisix: Now using `require "apisix.plugins.3rd-party"` will load your plugin, j

[GitHub] [apisix-dashboard] codecov-commenter commented on pull request #2139: ci: Cancel pushing image to azure cloud

2021-09-15 Thread GitBox
codecov-commenter commented on pull request #2139: URL: https://github.com/apache/apisix-dashboard/pull/2139#issuecomment-920501670 # [Codecov](https://codecov.io/gh/apache/apisix-dashboard/pull/2139?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comm

[apisix] branch master updated (11763b8 -> 2e6be23)

2021-09-15 Thread spacewander
This is an automated email from the ASF dual-hosted git repository. spacewander pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/apisix.git. from 11763b8 chore: avoid defining read_file repeatedly (#5062) add 2e6be23 docs: fix spelling (#4970) No new

[GitHub] [apisix] spacewander merged pull request #4970: docs: fix spelling

2021-09-15 Thread GitBox
spacewander merged pull request #4970: URL: https://github.com/apache/apisix/pull/4970 -- 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: notificatio

[GitHub] [apisix] tokers commented on a change in pull request #5068: feat: allow injecting logic to APISIX's method

2021-09-15 Thread GitBox
tokers commented on a change in pull request #5068: URL: https://github.com/apache/apisix/pull/5068#discussion_r709677928 ## File path: docs/en/latest/plugin-develop.md ## @@ -69,6 +69,21 @@ apisix: Now using `require "apisix.plugins.3rd-party"` will load your plugin, just

[GitHub] [apisix-website] bzp2010 edited a comment on pull request #602: feat: add vercel preview

2021-09-15 Thread GitBox
bzp2010 edited a comment on pull request #602: URL: https://github.com/apache/apisix-website/pull/602#issuecomment-920495599 About this plan: The website content is built by GitHub workflow, compressed into `tar.gz` volume files, and then uploaded to Vercel for decompression and deployme

[GitHub] [apisix-website] bzp2010 commented on pull request #602: feat: add vercel preview

2021-09-15 Thread GitBox
bzp2010 commented on pull request #602: URL: https://github.com/apache/apisix-website/pull/602#issuecomment-920496035 Hi, @liuxiran. Please hava a look. XD -- 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

[GitHub] [apisix-ingress-controller] tokers commented on issue #674: bug: When k8s service is deleted, the APISIX Upstream nodes field is not cleared

2021-09-15 Thread GitBox
tokers commented on issue #674: URL: https://github.com/apache/apisix-ingress-controller/issues/674#issuecomment-920496033 > I hope this can have an overall solution and then coding. > > Upstream management in the ingress controller has become more complicated, it will be affected i

[GitHub] [apisix-website] bzp2010 commented on pull request #602: feat: add vercel preview

2021-09-15 Thread GitBox
bzp2010 commented on pull request #602: URL: https://github.com/apache/apisix-website/pull/602#issuecomment-920495599 About this plan: The website content is built by GitHub workflow, compressed into `tar.gz` volume files, and then uploaded to Vercel for decompression and deployment.

[GitHub] [apisix-ingress-controller] tokers commented on issue #683: ingress/controller.go:530 service kube-system/openebs.io-local not found

2021-09-15 Thread GitBox
tokers commented on issue #683: URL: https://github.com/apache/apisix-ingress-controller/issues/683#issuecomment-920493962 > @gxthrj I install it use helm,so I should set "kubernetes.appNamespaces" ?but it's an array ,how should I set it? This is a allow list, you may only specify a

[GitHub] [apisix-ingress-controller] tokers commented on issue #668: bug: 2 apisix-ingress-controller,one is normal and another always is starting

2021-09-15 Thread GitBox
tokers commented on issue #668: URL: https://github.com/apache/apisix-ingress-controller/issues/668#issuecomment-920492774 logs like "service xxx not found" are harmless, they were logged when endpoints with the same name were changed but the service was not found. ``` E0915 20:1

[GitHub] [apisix] shuaijinchao commented on issue #5069: bug: proxy-rewrite configuration “host ” dosen't work

2021-09-15 Thread GitBox
shuaijinchao commented on issue #5069: URL: https://github.com/apache/apisix/issues/5069#issuecomment-920492382 `proxy-rewrite.host` refers to the hostname, in order to determine the virtual host location. The `upstream .nodes` in the upstream is the server address of the real backend. -

[GitHub] [apisix-dashboard] imjoey opened a new pull request #2139: ci: Cancel pushing image to azure cloud

2021-09-15 Thread GitBox
imjoey opened a new pull request #2139: URL: https://github.com/apache/apisix-dashboard/pull/2139 Signed-off-by: imjoey Please answer these questions before submitting a pull request, **or your PR will get closed**. **Why submit this pull request?** - [ ] Bugfix - [

[GitHub] [apisix-website] bzp2010 opened a new pull request #602: feat: add vercel preview

2021-09-15 Thread GitBox
bzp2010 opened a new pull request #602: URL: https://github.com/apache/apisix-website/pull/602 Changes: Add PR preview to the repo. Powered by Vercel. Screenshots of the change: ![image](https://user-images.githubusercontent.com/8078418/133531917-0f7daf30-575b-4aeb-abc2

[GitHub] [apisix] dongqisilent opened a new issue #5069: bug: proxy-rewrite configuration “host ” dosen't work

2021-09-15 Thread GitBox
dongqisilent opened a new issue #5069: URL: https://github.com/apache/apisix/issues/5069 ### Issue description 1、the route config like this ```{ "methods": ["GET"], "uri": "/test/index.html", "plugins": { "proxy-rewrite": { "uri": "/te

[GitHub] [apisix-website] leslie-tsang commented on a change in pull request #596: bugfix: fix APISIX architecture image size distorted

2021-09-15 Thread GitBox
leslie-tsang commented on a change in pull request #596: URL: https://github.com/apache/apisix-website/pull/596#discussion_r709364227 ## File path: website/src/css/customTheme.css ## @@ -62,7 +62,6 @@ div.inner { .image { padding: 75px 10px 75px 75px; height: 200px; - w

[GitHub] [apisix-website] liuxiran commented on a change in pull request #596: bugfix: fix APISIX architecture image size distorted

2021-09-15 Thread GitBox
liuxiran commented on a change in pull request #596: URL: https://github.com/apache/apisix-website/pull/596#discussion_r709335257 ## File path: website/src/css/customTheme.css ## @@ -62,7 +62,6 @@ div.inner { .image { padding: 75px 10px 75px 75px; height: 200px; - width

[GitHub] [apisix] qiqizjl commented on issue #5041: request help: Does it support follow back to the source?

2021-09-15 Thread GitBox
qiqizjl commented on issue #5041: URL: https://github.com/apache/apisix/issues/5041#issuecomment-920134907 Hi. Is there any progress on this matter? If it is determined to be handled by two Route/Upstream, then I will close issue and pr -- This is an automated message from the Apache Gi

[GitHub] [apisix] tzssangglass edited a comment on issue #5057: request help: mqtt-proxy dosen't work

2021-09-15 Thread GitBox
tzssangglass edited a comment on issue #5057: URL: https://github.com/apache/apisix/issues/5057#issuecomment-920118600 If you use a client to push MQTT messages to APISIX, what is the client IP that APISIX sees in docker?use this IP as `remote_addr`. -- This is an automated message from

[GitHub] [apisix] tzssangglass commented on issue #5057: request help: mqtt-proxy dosen't work

2021-09-15 Thread GitBox
tzssangglass commented on issue #5057: URL: https://github.com/apache/apisix/issues/5057#issuecomment-920118600 If you use a client to push MQTT messages to APISIX, the client IP that APISIX sees in docker is the `remote_addr`. -- This is an automated message from the Apache Git Service.

[GitHub] [apisix-java-plugin-runner] tzssangglass commented on issue #63: bug: Java pulugin ruuner filter get config occured java.lang.IndexOutOfBoundsException: null

2021-09-15 Thread GitBox
tzssangglass commented on issue #63: URL: https://github.com/apache/apisix-java-plugin-runner/issues/63#issuecomment-920115624 > @tzssangglass The exception occured again. I have update runner-core code, and deploy apisix-java-plugin-runner.jar. about after 3 days, the exception occured,

[GitHub] [apisix-dashboard] juzhiyuan commented on pull request #2065: feat: add cache verification tool for dashbaord

2021-09-15 Thread GitBox
juzhiyuan commented on pull request #2065: URL: https://github.com/apache/apisix-dashboard/pull/2065#issuecomment-920113490 cc @guoqqqi to have a look -- 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

[GitHub] [apisix-dashboard] juzhiyuan closed issue #2135: Go Report is not good as usual

2021-09-15 Thread GitBox
juzhiyuan closed issue #2135: URL: https://github.com/apache/apisix-dashboard/issues/2135 -- 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: notifica

[GitHub] [apisix-dashboard] juzhiyuan commented on issue #2135: Go Report is not good as usual

2021-09-15 Thread GitBox
juzhiyuan commented on issue #2135: URL: https://github.com/apache/apisix-dashboard/issues/2135#issuecomment-920112917 thanks! -- 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 comme

[GitHub] [apisix-website] juzhiyuan merged pull request #601: fix: wrong plugin doc link in Plugin hub

2021-09-15 Thread GitBox
juzhiyuan merged pull request #601: URL: https://github.com/apache/apisix-website/pull/601 -- 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: notific

[apisix-website] branch master updated: fix: wrong plugin doc link in Plugin hub (#601)

2021-09-15 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 2567319 fix: wrong plugin doc link i

[GitHub] [apisix-website] liuxiran commented on a change in pull request #594: docs: add China-mobile cloud usercase

2021-09-15 Thread GitBox
liuxiran commented on a change in pull request #594: URL: https://github.com/apache/apisix-website/pull/594#discussion_r709176913 ## File path: website/blog/2021-09-13-china-mobile-cloud-usercase.md ## @@ -0,0 +1,126 @@ +--- +title: "纵观移动云对象存储发展历程,也少不了 Apache APISIX 的能力加持" +aut

[GitHub] [apisix-website] liuxiran merged pull request #599: fix: author name wrong margin

2021-09-15 Thread GitBox
liuxiran merged pull request #599: URL: https://github.com/apache/apisix-website/pull/599 -- 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: notifica

[GitHub] [apisix-website] liuxiran closed issue #598: page style(blogs): The content needs to be aligned.

2021-09-15 Thread GitBox
liuxiran closed issue #598: URL: https://github.com/apache/apisix-website/issues/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 go to the specific comment. To unsubscribe, e-mail: notifications

[apisix-website] branch master updated: fix: author name wrong margin (#599)

2021-09-15 Thread liuxiran
This is an automated email from the ASF dual-hosted git repository. liuxiran 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 8a75e2b fix: author name wrong margin

[GitHub] [apisix-dashboard] zaunist commented on issue #2135: Go Report is not good as usual

2021-09-15 Thread GitBox
zaunist commented on issue #2135: URL: https://github.com/apache/apisix-dashboard/issues/2135#issuecomment-919978421 Hi,@juzhiyuan ,I noticed that the last refresh of the page was three months ago, so I clicked Refresh Now and it is now A+ https://goreportcard.com/report/github.com/a

[GitHub] [apisix-helm-chart] hotbaby opened a new issue #144: etcd-server start failure

2021-09-15 Thread GitBox
hotbaby opened a new issue #144: URL: https://github.com/apache/apisix-helm-chart/issues/144 apisix-etcd-0 log ```sh 2021-09-15 12:10:14.648882 I | embed: advertise client URLs = http://apisix-etcd-0.apisix-etcd-headless.ingress-apisix.svc.cluster.local:2379 2021-09-15 12:10:14

[GitHub] [apisix-ingress-controller] kika-jiaxudong commented on issue #668: bug: 2 apisix-ingress-controller,one is normal and another always is starting

2021-09-15 Thread GitBox
kika-jiaxudong commented on issue #668: URL: https://github.com/apache/apisix-ingress-controller/issues/668#issuecomment-919967904 > The description is a bit confusing, where is the description of the starting pod? 主要是这些错误日志,在一直重启的ingress-controller的一个pod上,apisix-ingress-controller

[GitHub] [apisix-ingress-controller] kika-jiaxudong commented on issue #668: bug: 2 apisix-ingress-controller,one is normal and another always is starting

2021-09-15 Thread GitBox
kika-jiaxudong commented on issue #668: URL: https://github.com/apache/apisix-ingress-controller/issues/668#issuecomment-919960854 > I had deploy ingress with 2 instances using the same configurations with you, now 2 days later, there is no restart. > ![image](https://user-images.githu

[GitHub] [apisix-ingress-controller] kika-jiaxudong commented on issue #668: bug: 2 apisix-ingress-controller,one is normal and another always is starting

2021-09-15 Thread GitBox
kika-jiaxudong commented on issue #668: URL: https://github.com/apache/apisix-ingress-controller/issues/668#issuecomment-919956962 > Please provide your deployment environment information (k8s version etc.) k8s version: v1.18.20 on eks(aws eks) -- This is an automated message

[GitHub] [apisix-ingress-controller] gxthrj commented on issue #684: request help: error log "failed to delete pod from cache"

2021-09-15 Thread GitBox
gxthrj commented on issue #684: URL: https://github.com/apache/apisix-ingress-controller/issues/684#issuecomment-919954378 Good catch. PR is welcome. I think we can remove this condition directly. -- This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [apisix] spacewander opened a new pull request #5068: feat: allow injecting logic to APISIX's method

2021-09-15 Thread GitBox
spacewander opened a new pull request #5068: URL: https://github.com/apache/apisix/pull/5068 See https://github.com/apache/apisix/discussions/5029 Signed-off-by: spacewander ### What this PR does / why we need it: ### Pre-submission checklist: * [x] Did y

[GitHub] [apisix] spacewander commented on issue #5056: docs: developer guide?

2021-09-15 Thread GitBox
spacewander commented on issue #5056: URL: https://github.com/apache/apisix/issues/5056#issuecomment-919940958 To get involved, a better way is reading code & play with it. You can start your journey from apisix/cli/ngx_tpl.lua and apisix/init.lua -- This is an automated message from t

[GitHub] [apisix] shuaijinchao edited a comment on issue #5067: jwt-auth插件failed to sign jwt HTTP/1.1 500 Internal Server Error

2021-09-15 Thread GitBox
shuaijinchao edited a comment on issue #5067: URL: https://github.com/apache/apisix/issues/5067#issuecomment-919935764 ```bash curl http://127.0.0.1:9080/apisix/admin/consumers -H 'X-API-KEY: edd1c9f034335f136f87ad84b625c8f1' -X PUT -d '{ "username": "kerouac", "plugins": {

  1   2   >