[GitHub] [apisix] darkSheep404 commented on a diff in pull request #8912: docs: update docs for LTS v2.15: checkout branch to release/2.15 after clone apisix-docker to avoid 404 Route Not Found cause

2023-02-22 Thread via GitHub
darkSheep404 commented on code in PR #8912: URL: https://github.com/apache/apisix/pull/8912#discussion_r1115334638 ## docs/en/latest/getting-started.md: ## @@ -125,6 +125,7 @@ First clone the [apisix-docker](https://github.com/apache/apisix-docker) reposit ```shell git clon

[GitHub] [apisix] zsmlinux commented on issue #8648: bug: attempt to index local 'item' (a boolean value)

2023-02-22 Thread via GitHub
zsmlinux commented on issue #8648: URL: https://github.com/apache/apisix/issues/8648#issuecomment-1441325572 > I often encounter this problem and need to restart apisix server to recover How much your apisixserver memory using? I also have met many times, and I found apisixserv

[GitHub] [apisix] dyrnq commented on issue #8856: feat: As a user, I want to apisix support consul discovery with health API

2023-02-22 Thread via GitHub
dyrnq commented on issue #8856: URL: https://github.com/apache/apisix/issues/8856#issuecomment-1441316215 More test here, there is a node from unhealthy to healthy, consul update at 15:35:09 and apisix update at 15:35:28. ```bash --->Thu Feb 23 15:35:08 CST 2023===nginx-1 fetch hea

[GitHub] [apisix] dyrnq commented on issue #8856: feat: As a user, I want to apisix support consul discovery with health API

2023-02-22 Thread via GitHub
dyrnq commented on issue #8856: URL: https://github.com/apache/apisix/issues/8856#issuecomment-1441306635 In this way, I started to modify and found a problem When the node health changes from healthy to unhealthy, Consul will find the update faster, while Apisix will finish the updat

[GitHub] [apisix-helm-chart] jinjianming commented on issue #479: request help: apisix certs used for certificates in decoupled mode

2023-02-22 Thread via GitHub
jinjianming commented on issue #479: URL: https://github.com/apache/apisix-helm-chart/issues/479#issuecomment-1441303604 This is my configuration list; deployment: role: control_plane role_control_plane: config_provider: etcd conf_server:

[GitHub] [apisix] LiteSun opened a new pull request, #8921: docs: update file-logger garbled faq

2023-02-22 Thread via GitHub
LiteSun opened a new pull request, #8921: URL: https://github.com/apache/apisix/pull/8921 ### Description update faq to explain why file-logger saves garbled files Fixes # (issue) ### Checklist - [x] I have explained the need for this PR and the problem it

[GitHub] [apisix-helm-chart] jinjianming commented on issue #479: request help: apisix certs used for certificates in decoupled mode

2023-02-22 Thread via GitHub
jinjianming commented on issue #479: URL: https://github.com/apache/apisix-helm-chart/issues/479#issuecomment-1441295086 Thank you for the test cases provided. I configure and generate certificates in this way, although I have achieved the effect of test cases; But 'apisix-data-plane

[apisix] branch dependabot/go_modules/t/plugin/grpc-web/golang.org/x/text-0.3.8 created (now e0d590c0b)

2023-02-22 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/go_modules/t/plugin/grpc-web/golang.org/x/text-0.3.8 in repository https://gitbox.apache.org/repos/asf/apisix.git at e0d590c0b chore(deps): bump golang.org/x/text in /t/plug

[GitHub] [apisix] dependabot[bot] opened a new pull request, #8920: chore(deps): bump golang.org/x/text from 0.3.6 to 0.3.8 in /t/plugin/grpc-web

2023-02-22 Thread via GitHub
dependabot[bot] opened a new pull request, #8920: URL: https://github.com/apache/apisix/pull/8920 Bumps [golang.org/x/text](https://github.com/golang/text) from 0.3.6 to 0.3.8. Commits https://github.com/golang/text/commit/434eadcdbc3b0256971992e8c70027278364c72c";>434eadc lan

[GitHub] [apisix-website] netlify[bot] commented on pull request #1510: docs:add why do you need apache apisix when using amazon lambda

2023-02-22 Thread via GitHub
netlify[bot] commented on PR #1510: URL: https://github.com/apache/apisix-website/pull/1510#issuecomment-1441286525 ### 👷 Deploy Preview for *apache-apisix* processing. | Name | Link | |:-:|| |🔨 Latest commit | 77f21be11e2e3a717faa3ebb90a67ea3582df0

[GitHub] [apisix-website] KID-G opened a new pull request, #1510: docs:add why do you need apache apisix when using amazon lambda

2023-02-22 Thread via GitHub
KID-G opened a new pull request, #1510: URL: https://github.com/apache/apisix-website/pull/1510 Changes: Add blog -- 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] Nobilta opened a new issue, #8919: help request: when i use roundrobin on upstream,i got a not balance load

2023-02-22 Thread via GitHub
Nobilta opened a new issue, #8919: URL: https://github.com/apache/apisix/issues/8919 ### Description i have a upstream and this upstream have multi-nodes,these nodes's weight is same(like 100),and i didn't set health-check.But when try to visit the domain which is use this upstream ,

[GitHub] [apisix] sudo-shubh12 opened a new issue, #8918: help request: We have created upstream server with health check monitoring. Is there any way to get the health check status on the API dashboa

2023-02-22 Thread via GitHub
sudo-shubh12 opened a new issue, #8918: URL: https://github.com/apache/apisix/issues/8918 ### Description We have created upstream server with health check monitoring. Is there any way to get the health check status on the API dashboard? ### Environment - APISIX version

[GitHub] [apisix-ingress-controller] tao12345666333 commented on a diff in pull request #1683: docs: monitoring apisix with helm chart

2023-02-22 Thread via GitHub
tao12345666333 commented on code in PR #1683: URL: https://github.com/apache/apisix-ingress-controller/pull/1683#discussion_r1115285660 ## docs/en/latest/monitoring.md: ## @@ -0,0 +1,125 @@ +--- +title: Monitoring APISIX with Helm Chart +--- + + + +APISIX has detailed telemetry

[GitHub] [apisix] juzhiyuan commented on a diff in pull request #8912: docs: update docs for LTS v2.15: checkout branch to release/2.15 after clone apisix-docker to avoid 404 Route Not Found caused b

2023-02-22 Thread via GitHub
juzhiyuan commented on code in PR #8912: URL: https://github.com/apache/apisix/pull/8912#discussion_r1115282103 ## docs/en/latest/getting-started.md: ## @@ -125,6 +125,7 @@ First clone the [apisix-docker](https://github.com/apache/apisix-docker) reposit ```shell git clone h

[GitHub] [apisix] 15003476628 opened a new issue, #8917: help request: ext-plugin-post-resp 如何把请求中的自定义请求头传递给第三方插件?

2023-02-22 Thread via GitHub
15003476628 opened a new issue, #8917: URL: https://github.com/apache/apisix/issues/8917 ### Description 业务要求: 请求头中 自定义了一个字段, user ,需要根据用户信息 修改响应体 使用的是java插件, user 这个字段如何传递给 java-plugin-run? ### Environment - APISIX version (run `apisix version`):3.0.0 - O

[GitHub] [apisix-ingress-controller] tao12345666333 commented on a diff in pull request #1683: docs: monitoring apisix with helm chart

2023-02-22 Thread via GitHub
tao12345666333 commented on code in PR #1683: URL: https://github.com/apache/apisix-ingress-controller/pull/1683#discussion_r1115263270 ## docs/en/latest/monitoring.md: ## @@ -0,0 +1,125 @@ +--- +title: Monitoring APISIX with Helm Chart +--- + + + +APISIX has detailed telemetry

[GitHub] [apisix-helm-chart] tao12345666333 commented on issue #479: request help: apisix certs used for certificates in decoupled mode

2023-02-22 Thread via GitHub
tao12345666333 commented on issue #479: URL: https://github.com/apache/apisix-helm-chart/issues/479#issuecomment-1441238201 You can refer to some test cases in the APISIX repo. https://github.com/apache/apisix/blob/4ab50da569fb209a91c035a7b951f54fbbc9cd56/t/deployment/mtls.t#L47-L63

[GitHub] [apisix] shreemaan-abhishek commented on issue #8864: help request: plugins.proxy-rewrite does not work

2023-02-22 Thread via GitHub
shreemaan-abhishek commented on issue #8864: URL: https://github.com/apache/apisix/issues/8864#issuecomment-1441235037 > If I enable the plugin log-rotate, rewrites will not work,for example: Can you share your error log? -- This is an automated message from the Apache Git Service. To r

[GitHub] [apisix] Neilblaze commented on issue #8907: docs: EXpired Slack invite link

2023-02-22 Thread via GitHub
Neilblaze commented on issue #8907: URL: https://github.com/apache/apisix/issues/8907#issuecomment-1441198462 @Amishakumari544 thanks for the highlight. Afaik, I also joined ASF via Google OAuth last year. But now, I think I found the root (thanks to @shreemaan-abhishek). I've got myself lo

[GitHub] [apisix] Fabriceli commented on issue #8856: feat: As a user, I want to apisix support consul discovery with health API

2023-02-22 Thread via GitHub
Fabriceli commented on issue #8856: URL: https://github.com/apache/apisix/issues/8856#issuecomment-1441193790 @dyrnq, that is the way -- 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

[apisix-dashboard] branch dependabot/npm_and_yarn/web/qs-6.10.3 updated (fe4d1a951 -> 3aa029e84)

2023-02-22 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/npm_and_yarn/web/qs-6.10.3 in repository https://gitbox.apache.org/repos/asf/apisix-dashboard.git omit fe4d1a951 chore(deps): bump qs from 6.10.0 to 6.10.3 in /web add 7be

[apisix-dashboard] branch master updated (0b19a18e0 -> 7c264b00b)

2023-02-22 Thread baoyuan
This is an automated email from the ASF dual-hosted git repository. baoyuan pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/apisix-dashboard.git from 0b19a18e0 fix: plugin disable invalid in API /plugin?all=true (#2737) add 7c264b00b chore(deps): bump

[GitHub] [apisix-dashboard] Baoyuantop merged pull request #2730: chore(deps): bump http-cache-semantics from 4.1.0 to 4.1.1 in /web

2023-02-22 Thread via GitHub
Baoyuantop merged PR #2730: URL: https://github.com/apache/apisix-dashboard/pull/2730 -- 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-unsu

[GitHub] [apisix] Fabriceli commented on issue #8856: feat: As a user, I want to apisix support consul discovery with health API

2023-02-22 Thread via GitHub
Fabriceli commented on issue #8856: URL: https://github.com/apache/apisix/issues/8856#issuecomment-1441192089 @dyrnq, that is the way -- 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] shreemaan-abhishek opened a new pull request, #8916: docs: replace `NOTE:` with note condonation

2023-02-22 Thread via GitHub
shreemaan-abhishek opened a new pull request, #8916: URL: https://github.com/apache/apisix/pull/8916 ### Description I have replaced plain `NOTE:` with the `:::note . note` condonation. ### Checklist - [ ] I have explained the need for this PR and the problem it solve

[GitHub] [apisix-dashboard] Baoyuantop commented on issue #2748: about API Manager of apisix

2023-02-22 Thread via GitHub
Baoyuantop commented on issue #2748: URL: https://github.com/apache/apisix-dashboard/issues/2748#issuecomment-1441180238 > api manager What are you referring to? APISIX API/Route? -- This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [apisix] shreemaan-abhishek commented on issue #8907: docs: EXpired Slack invite link

2023-02-22 Thread via GitHub
shreemaan-abhishek commented on issue #8907: URL: https://github.com/apache/apisix/issues/8907#issuecomment-1441179507 The link works perfectly fine for me, maybe because I have already logged in to apache's slack. -- This is an automated message from the Apache Git Service. To respond to

[GitHub] [apisix-ingress-controller] caibirdme commented on issue #610: proposal: New architecture of Apache APISIX Ingress controller

2023-02-22 Thread via GitHub
caibirdme commented on issue #610: URL: https://github.com/apache/apisix-ingress-controller/issues/610#issuecomment-1441178382 Is it possible that controller just modify the apisix.yaml configmap thus other standalone apisix instances can watch these changes -- This is an automated messa

[GitHub] [apisix-helm-chart] jinjianming commented on issue #479: request help: apisix certs used for certificates in decoupled mode

2023-02-22 Thread via GitHub
jinjianming commented on issue #479: URL: https://github.com/apache/apisix-helm-chart/issues/479#issuecomment-1441176776 Warning! Request etcd endpoint 'https://apisix-control-plane-control-plane:9280/version' error, certificate verify failed, retry time=1 -- This is an automated messag

[GitHub] [apisix-java-plugin-runner] 15003476628 opened a new issue, #230: request help: PostRequest 如何获取 HttpRequest 请求头中的信息?

2023-02-22 Thread via GitHub
15003476628 opened a new issue, #230: URL: https://github.com/apache/apisix-java-plugin-runner/issues/230 ### Issue description ### Environment * your apisix-java-plugin-runner version 0.4 说明: 首先在apisix-dashboard上面配置了2个插件, 分别是 ext-plugin-pre-req 和ext-plugin-post

[GitHub] [apisix] mscb402 commented on a diff in pull request #8904: feat: add consumer name to header

2023-02-22 Thread via GitHub
mscb402 commented on code in PR #8904: URL: https://github.com/apache/apisix/pull/8904#discussion_r1115164187 ## apisix/consumer.lua: ## @@ -88,6 +88,11 @@ function _M.attach_consumer(ctx, consumer, conf) ctx.consumer_ver = conf.conf_version end +-- attach chosen consume

[GitHub] [apisix-helm-chart] jinjianming opened a new issue, #479: apisix certs used for certificates in decoupled mode

2023-02-22 Thread via GitHub
jinjianming opened a new issue, #479: URL: https://github.com/apache/apisix-helm-chart/issues/479 How to generate available apisix certificates used for certificates in decoupled mode. {"cert":"","cert_key":"","certsSecret":"","mTLSCACert":"","mTLSCACertSecret":""} -- This is

[GitHub] [apisix] mscb402 opened a new pull request, #8915: docs: update faq about ssls and client tls andssl_trusted_certificate

2023-02-22 Thread via GitHub
mscb402 opened a new pull request, #8915: URL: https://github.com/apache/apisix/pull/8915 ### Description On Slack. Some users were confused about what was different between `SSLS` and `tls.client_cert` in upstream configurations, and `ssl_trusted_certificate`. So I update FAQ to des

[GitHub] [apisix] soulbird commented on issue #8913: help request: 使用nginx重写X-Request-Id传递给apisix

2023-02-22 Thread via GitHub
soulbird commented on issue #8913: URL: https://github.com/apache/apisix/issues/8913#issuecomment-1441138922 Which variable are you using to log the request-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 ab

[GitHub] [apisix-dashboard] githubxubin closed issue #2741: apisix-bashboard login outtime

2023-02-22 Thread via GitHub
githubxubin closed issue #2741: apisix-bashboard login outtime URL: https://github.com/apache/apisix-dashboard/issues/2741 -- 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 un

[GitHub] [apisix-dashboard] githubxubin opened a new issue, #2748: about API Manager of apisix

2023-02-22 Thread via GitHub
githubxubin opened a new issue, #2748: URL: https://github.com/apache/apisix-dashboard/issues/2748 Does api manager have a separate page management, or is it apisix-dashboard? If not, can you give me a document link.thanks! -- This is an automated message from the Apache Git Service.

[GitHub] [apisix] soulbird commented on issue #8853: help request: About active health checks

2023-02-22 Thread via GitHub
soulbird commented on issue #8853: URL: https://github.com/apache/apisix/issues/8853#issuecomment-1441120437 You can learn about the principles of health checks from this article https://github.com/apache/apisix/blob/master/docs/en/latest/tutorials/health-check.md If there are any problem

[GitHub] [apisix-helm-chart] tokers commented on issue #476: feat: Support configuring APISIX admin_key via secret

2023-02-22 Thread via GitHub
tokers commented on issue #476: URL: https://github.com/apache/apisix-helm-chart/issues/476#issuecomment-1441118082 +1 from me. @nfrankel also mentioned this before. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[GitHub] [apisix] darkSheep404 commented on a diff in pull request #8912: docs: update docs for LTS v2.15: checkout branch to release/2.15 after clone apisix-docker to avoid 404 Route Not Found cause

2023-02-22 Thread via GitHub
darkSheep404 commented on code in PR #8912: URL: https://github.com/apache/apisix/pull/8912#discussion_r1115167937 ## docs/en/latest/getting-started.md: ## @@ -125,6 +125,7 @@ First clone the [apisix-docker](https://github.com/apache/apisix-docker) reposit ```shell git clon

[GitHub] [apisix] tokers commented on issue #8913: help request: 使用nginx重写X-Request-Id传递给apisix

2023-02-22 Thread via GitHub
tokers commented on issue #8913: URL: https://github.com/apache/apisix/issues/8913#issuecomment-1441115642 @loveyang2012 It's tough to help you because information is not enough. How did you configure the `request-id` field in APISIX log? -- This is an automated message from the Apache Gi

[GitHub] [apisix] githubxubin closed issue #8906: route 404 why???

2023-02-22 Thread via GitHub
githubxubin closed issue #8906: route 404 why??? URL: https://github.com/apache/apisix/issues/8906 -- 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: notif

[GitHub] [apisix] mscb402 commented on a diff in pull request #8904: feat: add consumer name to header

2023-02-22 Thread via GitHub
mscb402 commented on code in PR #8904: URL: https://github.com/apache/apisix/pull/8904#discussion_r1115164187 ## apisix/consumer.lua: ## @@ -88,6 +88,11 @@ function _M.attach_consumer(ctx, consumer, conf) ctx.consumer_ver = conf.conf_version end +-- attach chosen consume

[GitHub] [apisix] githubxubin closed issue #8899: How to implement periodic data backup?

2023-02-22 Thread via GitHub
githubxubin closed issue #8899: How to implement periodic data backup? URL: https://github.com/apache/apisix/issues/8899 -- 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 unsu

[GitHub] [apisix] githubxubin closed issue #8908: public-api cant work in plugin config

2023-02-22 Thread via GitHub
githubxubin closed issue #8908: public-api cant work in plugin config URL: https://github.com/apache/apisix/issues/8908 -- 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 unsub

[GitHub] [apisix] juzhiyuan commented on a diff in pull request #8912: docs: update docs for LTS v2.15: checkout branch to release/2.15 after clone apisix-docker to avoid 404 Route Not Found caused b

2023-02-22 Thread via GitHub
juzhiyuan commented on code in PR #8912: URL: https://github.com/apache/apisix/pull/8912#discussion_r1115163859 ## docs/en/latest/getting-started.md: ## @@ -125,6 +125,7 @@ First clone the [apisix-docker](https://github.com/apache/apisix-docker) reposit ```shell git clone h

[GitHub] [apisix-dashboard] githubxubin closed issue #2715: How to add/modify users via APIs?

2023-02-22 Thread via GitHub
githubxubin closed issue #2715: How to add/modify users via APIs? URL: https://github.com/apache/apisix-dashboard/issues/2715 -- 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

[GitHub] [apisix] mscb402 commented on a diff in pull request #8904: feat: add consumer name to header

2023-02-22 Thread via GitHub
mscb402 commented on code in PR #8904: URL: https://github.com/apache/apisix/pull/8904#discussion_r1115163363 ## apisix/consumer.lua: ## @@ -88,6 +88,11 @@ function _M.attach_consumer(ctx, consumer, conf) ctx.consumer_ver = conf.conf_version end +-- attach chosen consume

[GitHub] [apisix-website] SkyeYoung commented on a diff in pull request #1502: docs:add what is RESTful API blog

2023-02-22 Thread via GitHub
SkyeYoung commented on code in PR #1502: URL: https://github.com/apache/apisix-website/pull/1502#discussion_r1115162215 ## blog/zh/blog/2023/02/08/what-is-restful-api.md: ## @@ -0,0 +1,264 @@ +--- +title: "RESTful API 为何成为顶流 API 架构风格?" +authors: + - name: "孙毅" +title: "Auth

[GitHub] [apisix] spacewander commented on a diff in pull request #8904: feat: add consumer name to header

2023-02-22 Thread via GitHub
spacewander commented on code in PR #8904: URL: https://github.com/apache/apisix/pull/8904#discussion_r1115162236 ## apisix/consumer.lua: ## @@ -88,6 +88,11 @@ function _M.attach_consumer(ctx, consumer, conf) ctx.consumer_ver = conf.conf_version end +-- attach chosen con

[GitHub] [apisix] mscb402 commented on pull request #8849: docs: update doc for guide user to config auth etcd

2023-02-22 Thread via GitHub
mscb402 commented on PR #8849: URL: https://github.com/apache/apisix/pull/8849#issuecomment-1441108627 @spacewander -- 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 unsu

[apisix] branch master updated (bc37568b0 -> 4ab50da56)

2023-02-22 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 bc37568b0 chore: remove duplicate kubernetes test case (#8882) add 4ab50da56 fix: limit count plugin conf pa

[GitHub] [apisix] spacewander merged pull request #8902: fix: limit count plugin conf parameter undefined error

2023-02-22 Thread via GitHub
spacewander merged PR #8902: URL: https://github.com/apache/apisix/pull/8902 -- 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-unsubscr...@a

[GitHub] [apisix] spacewander closed issue #8893: bug: Is there an extra undefined conf parameter here?

2023-02-22 Thread via GitHub
spacewander closed issue #8893: bug: Is there an extra undefined conf parameter here? URL: https://github.com/apache/apisix/issues/8893 -- 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 c

[GitHub] [apisix-ingress-controller] codecov-commenter commented on pull request #1684: chore(deps): bump golang.org/x/text from 0.3.0 to 0.3.8 in /test/e2e/testbackend

2023-02-22 Thread via GitHub
codecov-commenter commented on PR #1684: URL: https://github.com/apache/apisix-ingress-controller/pull/1684#issuecomment-1441104742 # [Codecov](https://codecov.io/gh/apache/apisix-ingress-controller/pull/1684?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaig

[GitHub] [apisix-ingress-controller] dependabot[bot] opened a new pull request, #1684: chore(deps): bump golang.org/x/text from 0.3.0 to 0.3.8 in /test/e2e/testbackend

2023-02-22 Thread via GitHub
dependabot[bot] opened a new pull request, #1684: URL: https://github.com/apache/apisix-ingress-controller/pull/1684 Bumps [golang.org/x/text](https://github.com/golang/text) from 0.3.0 to 0.3.8. Commits https://github.com/golang/text/commit/434eadcdbc3b0256971992e8c70027278364

[apisix-ingress-controller] branch dependabot/go_modules/test/e2e/testbackend/golang.org/x/text-0.3.8 created (now 4c39bb61)

2023-02-22 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/go_modules/test/e2e/testbackend/golang.org/x/text-0.3.8 in repository https://gitbox.apache.org/repos/asf/apisix-ingress-controller.git at 4c39bb61 chore(deps): bump golang.

[GitHub] [apisix] spacewander commented on a diff in pull request #8820: refactor(admin): refactor admin consumers/plugin_metadata

2023-02-22 Thread via GitHub
spacewander commented on code in PR #8820: URL: https://github.com/apache/apisix/pull/8820#discussion_r1115156744 ## apisix/admin/consumers.lua: ## @@ -16,25 +16,13 @@ -- local core= require("apisix.core") local plugins = require("apisix.admin.plugins") -local utils = r

[apisix] branch master updated: chore: remove duplicate kubernetes test case (#8882)

2023-02-22 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 bc37568b0 chore: remove duplicate kubernete

[GitHub] [apisix] spacewander merged pull request #8882: chore: remove duplicate kubernetes test case

2023-02-22 Thread via GitHub
spacewander merged PR #8882: URL: https://github.com/apache/apisix/pull/8882 -- 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-unsubscr...@a

[GitHub] [apisix] Amishakumari544 commented on issue #8907: docs: EXpired Slack invite link

2023-02-22 Thread via GitHub
Amishakumari544 commented on issue #8907: URL: https://github.com/apache/apisix/issues/8907#issuecomment-1441075850 @Neilblaze I joined through google login -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abov

[GitHub] [apisix-dashboard] Baoyuantop commented on issue #2747: Ability to create consumers templates

2023-02-22 Thread via GitHub
Baoyuantop commented on issue #2747: URL: https://github.com/apache/apisix-dashboard/issues/2747#issuecomment-1441036167 Welcome to submit PR. -- 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] dyrnq commented on issue #8856: feat: As a user, I want to apisix support consul discovery with health API

2023-02-22 Thread via GitHub
dyrnq commented on issue #8856: URL: https://github.com/apache/apisix/issues/8856#issuecomment-1441029239 > Have to check whether the `/health/state/:state` API will be updated or not when any endpoint updated or added or deleted. `/health/state/any` meet expectations >state (s

[GitHub] [apisix-dashboard] Baoyuantop commented on issue #2746: Import Open API not importing x-apisix-* custom tags

2023-02-22 Thread via GitHub
Baoyuantop commented on issue #2746: URL: https://github.com/apache/apisix-dashboard/issues/2746#issuecomment-1441029098 cc @bzp2010 -- 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] Baoyuantop commented on issue #2741: apisix-bashboard login outtime

2023-02-22 Thread via GitHub
Baoyuantop commented on issue #2741: URL: https://github.com/apache/apisix-dashboard/issues/2741#issuecomment-1441028012 This feature is not currently supported. -- 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] dyrnq commented on issue #8856: feat: As a user, I want to apisix support consul discovery with health API

2023-02-22 Thread via GitHub
dyrnq commented on issue #8856: URL: https://github.com/apache/apisix/issues/8856#issuecomment-1441022773 OK, Let me modify this and submit a PR according to we discussed above. I will test it after modification. -- This is an automated message from the Apache Git Service.

[GitHub] [apisix-dashboard] Lanhild opened a new issue, #2747: Ability to create consumers templates

2023-02-22 Thread via GitHub
Lanhild opened a new issue, #2747: URL: https://github.com/apache/apisix-dashboard/issues/2747 # Feature request We should have the capacity to create consumers templates, allowing to create preset consumers with specific plugins configurations. ## Describe the solution you'd l

[GitHub] [apisix] Neilblaze commented on issue #8907: docs: EXpired Slack invite link

2023-02-22 Thread via GitHub
Neilblaze commented on issue #8907: URL: https://github.com/apache/apisix/issues/8907#issuecomment-1440761221 > Can you please show where it's expired? because in the `readme.md` it's working fine. @Amishakumari544 Yep, the link's working fine, but the SSO only authorizes emails regi

[GitHub] [apisix-dashboard] giacomoverdi commented on issue #2746: Import Open API not importing x-apisix-* custom tags

2023-02-22 Thread via GitHub
giacomoverdi commented on issue #2746: URL: https://github.com/apache/apisix-dashboard/issues/2746#issuecomment-1440383158 last version where the import works well is the dashboard v2.13.1 -- This is an automated message from the Apache Git Service. To respond to the message, please log o

[GitHub] [apisix-dashboard] giacomoverdi opened a new issue, #2746: Import Open API not importing x-apisix-* custom tags

2023-02-22 Thread via GitHub
giacomoverdi opened a new issue, #2746: URL: https://github.com/apache/apisix-dashboard/issues/2746 ### Issue description Import Open API not importing x-apisix-* custom tags ### Expected behavior Skip all custom x-apisix-* tags for example x-apisix-id: '44886512

[GitHub] [apisix] Fabriceli commented on issue #8856: feat: As a user, I want to apisix support consul discovery with health API

2023-02-22 Thread via GitHub
Fabriceli commented on issue #8856: URL: https://github.com/apache/apisix/issues/8856#issuecomment-1440299802 The `/health/state/:state` API will be updated when any endpoint updated or added or deleted? -- This is an automated message from the Apache Git Service. To respond to the messag

[GitHub] [apisix] loveyang2012 opened a new issue, #8913: help request: 使用nginx重写X-Request-Id传递给apisix

2023-02-22 Thread via GitHub
loveyang2012 opened a new issue, #8913: URL: https://github.com/apache/apisix/issues/8913 ### Description 在使用nginx重写X-Request-Id传递给apisix时,发现apisix日志中的request-id字段不是nginx传递的。 nginx配置: location / { proxy_pass http://upstream; set $req_id 123 proxy_set_header

[GitHub] [apisix] starsz commented on issue #6791: bug: openid-connect plugin doesn't redirect after logout

2023-02-22 Thread via GitHub
starsz commented on issue #6791: URL: https://github.com/apache/apisix/issues/6791#issuecomment-1439951650 > I have the same problem with Cognito: it does not provide end_session_endpoint. Is there news on this ticket? It doesn't support "discovery_metadata" yet. @ecoupal-believe D

[GitHub] [apisix-docker] darkSheep404 commented on issue #434: 快速入门指南文档中的误导

2023-02-22 Thread via GitHub
darkSheep404 commented on issue #434: URL: https://github.com/apache/apisix-docker/issues/434#issuecomment-1439922919 open pr to fix this doc issue https://github.com/apache/apisix/pull/8912 -- This is an automated message from the Apache Git Service. To respond to the message, please l

[GitHub] [apisix] darkSheep404 opened a new pull request, #8912: docs:checkout branch after clone apisix-docker

2023-02-22 Thread via GitHub
darkSheep404 opened a new pull request, #8912: URL: https://github.com/apache/apisix/pull/8912 ### Description Fixes # (issue) fix issue:https://github.com/apache/apisix-docker/issues/434 the admin port was changed to 9180 after version upgrate if don't checkout br

[GitHub] [apisix] navendu-pottekkat commented on issue #6461: Proposal: new architecture/structure for Apache APISIX Documentation

2023-02-22 Thread via GitHub
navendu-pottekkat commented on issue #6461: URL: https://github.com/apache/apisix/issues/6461#issuecomment-1439859697 This issue has become stale and might need to be revisited on a smaller scale. People looking to work on parts of this issue, please consider it stale and closed. We will op

[GitHub] [apisix-ingress-controller] lingsamuel opened a new pull request, #1683: docs: monitoring apisix with helm chart

2023-02-22 Thread via GitHub
lingsamuel opened a new pull request, #1683: URL: https://github.com/apache/apisix-ingress-controller/pull/1683 - [x] Documentation Require apache/apisix-helm-chart#478 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHu

[apisix-ingress-controller] branch lingsamuel-patch-2 created (now a7d9bc10)

2023-02-22 Thread lingsamuel
This is an automated email from the ASF dual-hosted git repository. lingsamuel pushed a change to branch lingsamuel-patch-2 in repository https://gitbox.apache.org/repos/asf/apisix-ingress-controller.git at a7d9bc10 docs: monitoring apisix with helm chart This branch includes the followin

[apisix-ingress-controller] 01/01: docs: monitoring apisix with helm chart

2023-02-22 Thread lingsamuel
This is an automated email from the ASF dual-hosted git repository. lingsamuel pushed a commit to branch lingsamuel-patch-2 in repository https://gitbox.apache.org/repos/asf/apisix-ingress-controller.git commit a7d9bc1035eb8c7bb3ce2111d66818987b74ffb1 Author: Sarasa Kisaragi AuthorDate: Wed Feb

[apisix-helm-chart] branch fix-servicemonitor created (now bb164f2)

2023-02-22 Thread lingsamuel
This is an automated email from the ASF dual-hosted git repository. lingsamuel pushed a change to branch fix-servicemonitor in repository https://gitbox.apache.org/repos/asf/apisix-helm-chart.git at bb164f2 fix: add prometheus port for apisix-gateway This branch includes the following ne

[apisix-helm-chart] 01/01: fix: add prometheus port for apisix-gateway

2023-02-22 Thread lingsamuel
This is an automated email from the ASF dual-hosted git repository. lingsamuel pushed a commit to branch fix-servicemonitor in repository https://gitbox.apache.org/repos/asf/apisix-helm-chart.git commit bb164f271ee92f64f21b550ac5c45f9b16b1a7d2 Author: LingSamuel AuthorDate: Wed Feb 22 19:23:24 2

[GitHub] [apisix] An-DJ opened a new pull request, #8911: Refactor secrets and ssls

2023-02-22 Thread via GitHub
An-DJ opened a new pull request, #8911: URL: https://github.com/apache/apisix/pull/8911 ### Description Refactor secrets and ssls ### Checklist - [X] I have explained the need for this PR and the problem it solves - [X] I have explained the changes or the n

[GitHub] [apisix-docker] darkSheep404 opened a new issue, #434: 快速入门指南文档中的误导

2023-02-22 Thread via GitHub
darkSheep404 opened a new issue, #434: URL: https://github.com/apache/apisix-docker/issues/434 ## 出现问题的文档地址 https://apisix.apache.org/zh/docs/apisix/2.15/getting-started/ ## 问题描述 不同版本文档在教学命令对应端口号分别为9080,9180的情况下 均提示clone 同一个api-six仓库:https://github.com/apache/apisix-docker.git

[GitHub] [apisix] shreemaan-abhishek commented on issue #8895: system backup and data recovery?

2023-02-22 Thread via GitHub
shreemaan-abhishek commented on issue #8895: URL: https://github.com/apache/apisix/issues/8895#issuecomment-1439841625 ref: https://github.com/apache/apisix/issues/8899#issuecomment-1438376073 -- This is an automated message from the Apache Git Service. To respond to the message, please lo

[GitHub] [apisix] Amishakumari544 commented on issue #8907: docs: EXpired Slack invite link

2023-02-22 Thread via GitHub
Amishakumari544 commented on issue #8907: URL: https://github.com/apache/apisix/issues/8907#issuecomment-1439836790 Can you please show where it's expired? because in the `readme.md` it's working fine. -- This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [apisix-helm-chart] marcuskrantz commented on issue #476: feat: Support configuring APISIX admin_key via secret

2023-02-22 Thread via GitHub
marcuskrantz commented on issue #476: URL: https://github.com/apache/apisix-helm-chart/issues/476#issuecomment-1439783899 I'll explain my full use case: We install apisix according to installation instructions at: https://apisix.apache.org/docs/ingress-controller/deployments/aws/

[GitHub] [apisix] shreemaan-abhishek commented on issue #8874: Plugin Runner cannot access my environment variables when managed by APISIX

2023-02-22 Thread via GitHub
shreemaan-abhishek commented on issue #8874: URL: https://github.com/apache/apisix/issues/8874#issuecomment-1439777196 @hongdingyi, I was able to get the plugin runner to access the environment variable pass from apisix to the plugin runner. You can see it here: https://github.com

[GitHub] [apisix] dyrnq commented on issue #8856: feat: As a user, I want to apisix support consul discovery with health API

2023-02-22 Thread via GitHub
dyrnq commented on issue #8856: URL: https://github.com/apache/apisix/issues/8856#issuecomment-1439759023 Or mybey we can wath `/health/state/:state` , it seems a ONE request. I found some information

[GitHub] [apisix-dashboard] githubxubin commented on issue #2741: apisix-bashboard login outtime

2023-02-22 Thread via GitHub
githubxubin commented on issue #2741: URL: https://github.com/apache/apisix-dashboard/issues/2741#issuecomment-1439754206 > see https://github.com/apache/apisix-dashboard/blob/master/api/conf/conf.yaml#L76 Is there no token refresh mechanism? Can you set only a fixed online expirati

[GitHub] [apisix] githubxubin commented on issue #8908: public-api cant work in plugin config

2023-02-22 Thread via GitHub
githubxubin commented on issue #8908: URL: https://github.com/apache/apisix/issues/8908#issuecomment-1439716764 > If you set public-api plugin in the router. This means this route will be controlled by public-api plugin. If you register it to global config, means all routers will be control

[GitHub] [apisix-helm-chart] va3093 closed pull request #477: Support for topology constraints

2023-02-22 Thread via GitHub
va3093 closed pull request #477: Support for topology constraints URL: https://github.com/apache/apisix-helm-chart/pull/477 -- 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 u

[GitHub] [apisix] githubxubin closed issue #8610: Missing rbac token in request

2023-02-22 Thread via GitHub
githubxubin closed issue #8610: Missing rbac token in request URL: https://github.com/apache/apisix/issues/8610 -- 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,

[GitHub] [apisix] mscb402 commented on issue #8908: public-api cant work in plugin config

2023-02-22 Thread via GitHub
mscb402 commented on issue #8908: URL: https://github.com/apache/apisix/issues/8908#issuecomment-1439712019 If you set public-api plugin in the router. This means this route will be controlled by public-api plugin. If you register it to global config, means all routers will be controlled by

[GitHub] [apisix] githubxubin commented on issue #8908: public-api cant work in plugin config

2023-02-22 Thread via GitHub
githubxubin commented on issue #8908: URL: https://github.com/apache/apisix/issues/8908#issuecomment-1439711107 > Why did you set `public-api` in the global plugin config? Can you explain that? The Public-API only exposes some internal API which is registered by some plugin itself. o

[GitHub] [apisix] githubxubin commented on issue #8908: public-api cant work in plugin config

2023-02-22 Thread via GitHub
githubxubin commented on issue #8908: URL: https://github.com/apache/apisix/issues/8908#issuecomment-1439705111 > i think that if i want to expose the interface "/apisix/plugin/jwt/sign" , i can config the public-api in global plugin config,Isn't it? I understand that global is v

[GitHub] [apisix] mscb402 commented on issue #8908: public-api cant work in plugin config

2023-02-22 Thread via GitHub
mscb402 commented on issue #8908: URL: https://github.com/apache/apisix/issues/8908#issuecomment-1439699280 Why did you set `public-api` in the global plugin config? Can you explain that? The Public-API only exposes some internal API which is registered by some plugin itself. -- This is

[GitHub] [apisix] githubxubin commented on issue #8908: public-api cant work in plugin config

2023-02-22 Thread via GitHub
githubxubin commented on issue #8908: URL: https://github.com/apache/apisix/issues/8908#issuecomment-1439695517 > i only set the plugin public-api in global plugin config ,the all route can not work -- This is an automated message from the Apache Git Service. To respond to the messag

[apisix-dashboard] branch release/2.15 updated: fix: plugin configuration lost in editor (#2718) (#2745)

2023-02-22 Thread juzhiyuan
This is an automated email from the ASF dual-hosted git repository. juzhiyuan pushed a commit to branch release/2.15 in repository https://gitbox.apache.org/repos/asf/apisix-dashboard.git The following commit(s) were added to refs/heads/release/2.15 by this push: new edf22cbd8 fix: plugin c

[GitHub] [apisix] githubxubin commented on issue #8906: route 404 why???

2023-02-22 Thread via GitHub
githubxubin commented on issue #8906: URL: https://github.com/apache/apisix/issues/8906#issuecomment-1439690337 > > i want to know the public-api must to config in plugin module ,i set the public-api in route ,but it cant truly work, help me ,please!!! > > Sorry, I cannot understand y

[GitHub] [apisix-dashboard] juzhiyuan merged pull request #2745: fix: plugin configuration lost in editor (#2718)

2023-02-22 Thread via GitHub
juzhiyuan merged PR #2745: URL: https://github.com/apache/apisix-dashboard/pull/2745 -- 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

  1   2   >