[GitHub] [apisix-helm-chart] tao12345666333 commented on pull request #401: fix: enable tls for the tcp address

2023-01-09 Thread GitBox
tao12345666333 commented on PR #401: URL: https://github.com/apache/apisix-helm-chart/pull/401#issuecomment-1375261613 @cr7258 could you please resolve conflicts? thanks! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and us

[GitHub] [apisix-helm-chart] tao12345666333 commented on pull request #444: chore: support cofiguring TLS for stream ports

2023-01-09 Thread GitBox
tao12345666333 commented on PR #444: URL: https://github.com/apache/apisix-helm-chart/pull/444#issuecomment-1375259648 duplicate #https://github.com/apache/apisix-helm-chart/pull/401 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to G

[GitHub] [apisix] flechter commented on issue #8591: help request: TCP proxy

2023-01-09 Thread GitBox
flechter commented on issue #8591: URL: https://github.com/apache/apisix/issues/8591#issuecomment-1375258601 My error is this one : root@det1authent06:~# mysql --host=127.0.0.10 --port=9101 -u root -p Enter password: ERROR 2013 (HY000): Lost connection to MySQL server at 'reading i

[GitHub] [apisix-ingress-controller] juzhiyuan commented on issue #1435: request help: upgrade 2.14.1 to 2.15

2023-01-09 Thread GitBox
juzhiyuan commented on issue #1435: URL: https://github.com/apache/apisix-ingress-controller/issues/1435#issuecomment-1375257335 > When you get a 404 response, obviously the configuration doesn't match Hi @tao12345666333, this confuses me: 😅 Weeks ago, one Slack user also encou

[GitHub] [apisix-helm-chart] tokers opened a new pull request, #444: chore: support cofiguring TLS for stream ports

2023-01-09 Thread GitBox
tokers opened a new pull request, #444: URL: https://github.com/apache/apisix-helm-chart/pull/444 Signed-off-by: Chao Zhang -- 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] monkeyDluffy6017 commented on issue #8621: 希望能支持从请求体中进行条件过滤来进行灰度转发

2023-01-09 Thread GitBox
monkeyDluffy6017 commented on issue #8621: URL: https://github.com/apache/apisix/issues/8621#issuecomment-1375248810 > 请问filter_func可以读取到APISIX Dashboard配置的Protocol Buffers内容吗 Why need this? -- This is an automated message from the Apache Git Service. To respond to the message, plea

[GitHub] [apisix] swtseaman commented on issue #8621: 希望能支持从请求体中进行条件过滤来进行灰度转发

2023-01-09 Thread GitBox
swtseaman commented on issue #8621: URL: https://github.com/apache/apisix/issues/8621#issuecomment-1375244472 @monkeyDluffy6017 请问filter_func可以读取到APISIX Dashboard配置的Protocol Buffers内容吗 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [apisix] An-DJ commented on issue #8631: help request: 如何用skywalking插件记录tag以便于进行相关业务统计

2023-01-08 Thread GitBox
An-DJ commented on issue #8631: URL: https://github.com/apache/apisix/issues/8631#issuecomment-1375223671 The only attribute that can be configured is `sample_ratio`. Ref: https://apisix.apache.org/docs/apisix/plugins/skywalking/#attributes Do you mean add more custom tags to th

[GitHub] [apisix-go-plugin-runner] zhl11b opened a new issue, #126: request help: How can I associate request and response

2023-01-08 Thread GitBox
zhl11b opened a new issue, #126: URL: https://github.com/apache/apisix-go-plugin-runner/issues/126 ### Issue description ### Environment * APISIX Go Plugin Runner's version:0.5.0 * APISIX version:3.0.0 * Go version:1.19.4 * OS (cmd: `uname -a`):Linux 3a52d2b13621 5.4.0-

[GitHub] [apisix-ingress-controller] tao12345666333 commented on issue #1591: perf: A large number of network IO causes resource to be blocked for a long time

2023-01-08 Thread GitBox
tao12345666333 commented on issue #1591: URL: https://github.com/apache/apisix-ingress-controller/issues/1591#issuecomment-1375220972 SGTM. > Select whether to enable status update through the configuration item. I think this will have a noticeable effect -- This is an auto

[GitHub] [apisix-ingress-controller] AlinsRan opened a new pull request, #1592: doc: update 1.6 upgrade guide

2023-01-08 Thread GitBox
AlinsRan opened a new pull request, #1592: URL: https://github.com/apache/apisix-ingress-controller/pull/1592 ### Type of change: - [ ] Bugfix - [ ] New feature provided - [ ] Improve performance - [ ] Backport patches ### What this PR does / why we need

[GitHub] [apisix] An-DJ commented on issue #8631: help request: 如何用skywalking插件记录tag以便于进行相关业务统计

2023-01-08 Thread GitBox
An-DJ commented on issue #8631: URL: https://github.com/apache/apisix/issues/8631#issuecomment-1375212988 @guochunyang2004 Do you mean inserting tags into all the traces through APISIX? -- This is an automated message from the Apache Git Service. To respond to the message, please log on t

[GitHub] [apisix-dashboard] swtseaman commented on issue #2703: 如何添加自定义插件

2023-01-08 Thread GitBox
swtseaman commented on issue #2703: URL: https://github.com/apache/apisix-dashboard/issues/2703#issuecomment-1375210241 我是把lua文件放在容器的/usr/local/apisix/apisix/plugins目录下,然后在 /usr/local/apisix/conf/config-default.yaml 里的 plugin节点增加了我的插件名称,最后重启docker -- This is an automated message from the

[GitHub] [apisix-dashboard] swtseaman commented on issue #2703: 如何添加自定义插件

2023-01-08 Thread GitBox
swtseaman commented on issue #2703: URL: https://github.com/apache/apisix-dashboard/issues/2703#issuecomment-1375208712 改为9092端口确实可以获取到一个 schema.json的文件,但是文件内容里搜索不到我新加的插件名称 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [apisix-dashboard] SkyeYoung commented on issue #2698: limit-count still on work when i disable it!

2023-01-08 Thread GitBox
SkyeYoung commented on issue #2698: URL: https://github.com/apache/apisix-dashboard/issues/2698#issuecomment-1375200577 @tanjiancheng We will support it. I'm also trying to find time to provide code, but we still need more community members to participate. If you are interested, you are we

[GitHub] [apisix-dashboard] SkyeYoung commented on pull request #2704: fix plugins display in list of routes

2023-01-08 Thread GitBox
SkyeYoung commented on PR #2704: URL: https://github.com/apache/apisix-dashboard/pull/2704#issuecomment-1375199074 Hi, could you add some comparison pictures to facilitate community members' review PR? (Because we don't have an online preview yet 😢) -- This is an automated messag

[GitHub] [apisix-helm-chart] ikatlinsky commented on pull request #442: feat: allow exposing admin api via ingress resource

2023-01-08 Thread GitBox
ikatlinsky commented on PR #442: URL: https://github.com/apache/apisix-helm-chart/pull/442#issuecomment-1375184463 @tao12345666333 hi! can please someone look at the proposed changes and related improvement created? thanks -- This is an automated message from the Apache Git Servic

[GitHub] [apisix-ingress-controller] ikatlinsky commented on pull request #1578: fix: allow passing plugin config name for route with no backends

2023-01-08 Thread GitBox
ikatlinsky commented on PR #1578: URL: https://github.com/apache/apisix-ingress-controller/pull/1578#issuecomment-1375179433 @tao12345666333 is anything else required from my side to push forward this fix for being merged? thanks -- This is an automated message from the Apache Gi

[GitHub] [apisix] spacewander commented on a diff in pull request #8611: refactor(admin): refactor resource routes

2023-01-08 Thread GitBox
spacewander commented on code in PR #8611: URL: https://github.com/apache/apisix/pull/8611#discussion_r1064316697 ## apisix/admin/routes.lua: ## @@ -168,143 +134,9 @@ local function check_conf(id, conf, need_id) end -function _M.put(id, conf, sub_path, args) -local id,

[GitHub] [apisix-ingress-controller] AlinsRan opened a new issue, #1591: perf: update status

2023-01-08 Thread GitBox
AlinsRan opened a new issue, #1591: URL: https://github.com/apache/apisix-ingress-controller/issues/1591 ## Backgroup Under a large number of resources (Ingress >= 1), retries and updatestatus cause a large amount of network IO consumption, which causes the Controller to block.

[GitHub] [apisix-dashboard] amalic opened a new issue, #2706: Consistent documentation accross products

2023-01-08 Thread GitBox
amalic opened a new issue, #2706: URL: https://github.com/apache/apisix-dashboard/issues/2706 I have APISIX ingress controller up and running in my local minikube cluster. Unfortunately there's no minikube installation guide for the Dashboard. It would be great if the documentation was cons

[GitHub] [apisix] spacewander commented on issue #8629: feat: As a user, I want to use authentication plugins in conjuction with other plugins, so that user identity would be available as a variable f

2023-01-08 Thread GitBox
spacewander commented on issue #8629: URL: https://github.com/apache/apisix/issues/8629#issuecomment-1375134122 We already include the ID token & userinfo in the request: https://github.com/apache/apisix/blob/37f6f81a1a9c18895db1c61cca62785980fe9d10/apisix/plugins/openid-connect.lua#L353

[GitHub] [apisix] spacewander commented on a diff in pull request #8275: refactor: remove if statement in nginx.conf

2023-01-08 Thread GitBox
spacewander commented on code in PR #8275: URL: https://github.com/apache/apisix/pull/8275#discussion_r1064296492 ## apisix/init.lua: ## @@ -267,6 +267,11 @@ local function set_upstream_headers(api_ctx, picked_server) api_ctx.var.var_x_forwarded_host = x_forwarded_host

[GitHub] [apisix] spacewander commented on issue #8630: feat: As a user, I want to port APISIX core to RISC-V architecture. So that SiFive Unmatched/VisionFive users can run apisix as web gateway..

2023-01-08 Thread GitBox
spacewander commented on issue #8630: URL: https://github.com/apache/apisix/issues/8630#issuecomment-1375127312 Got it -- 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] MakiseKurisuling opened a new pull request, #8635: Update observe-your-api.md

2023-01-08 Thread GitBox
MakiseKurisuling opened a new pull request, #8635: URL: https://github.com/apache/apisix/pull/8635 ### Description Fixes English grammar error ### Checklist - [ ] I have explained the need for this PR and the problem it solves - [ ] I have explained the cha

[GitHub] [apisix-helm-chart] jishaashokan commented on issue #156: etcd is keep crashing when upgrading chart to 0.6.0

2023-01-08 Thread GitBox
jishaashokan commented on issue #156: URL: https://github.com/apache/apisix-helm-chart/issues/156#issuecomment-1375089394 Have the same issue with the etcd crashing in my EKS cluster. Have tried deleting the PVC and reinstalling apisix via helm multiple times, however, etcd keeps crashing.

[GitHub] [apisix-helm-chart] tokers opened a new issue, #443: stream tcp and udp array should support the new structure

2023-01-08 Thread GitBox
tokers opened a new issue, #443: URL: https://github.com/apache/apisix-helm-chart/issues/443 Currently, the element of the `gateway.stream.tcp[]` and `gateway.stream.udp[]` arrays is port number (see https://github.com/apache/apisix-helm-chart/blob/master/charts/apisix/templates/service-gat

[GitHub] [apisix] xiaoxuanzi commented on a diff in pull request #8604: feat(elasticsearch-logger): support multi elasticsearch endpoints(#8431)

2023-01-08 Thread GitBox
xiaoxuanzi commented on code in PR #8604: URL: https://github.com/apache/apisix/pull/8604#discussion_r1064263270 ## apisix/plugins/elasticsearch-logger.lua: ## @@ -31,10 +32,19 @@ local batch_processor_manager = bp_manager_mod.new(plugin_name) local schema = { type = "obj

[GitHub] [apisix] marchlhw opened a new issue, #8634: help request: 2.x稳定版和3.x最新版,etcd数据是否兼容

2023-01-08 Thread GitBox
marchlhw opened a new issue, #8634: URL: https://github.com/apache/apisix/issues/8634 ### Description 1、2.x稳定版和3.x最新版,etcd数据是否兼容,有没有经过验证,我已经发现有些插件的scheme有更新 2、代理缓存插件的Apisix-Cache-Status响应头是否能自定义修改 ### Environment - APISIX version (run `apisix version`): 2.15 - Opera

[GitHub] [apisix] forestthebug commented on issue #8630: feat: As a user, I want to port APISIX core to RISC-V architecture. So that SiFive Unmatched/VisionFive users can run apisix as web gateway..

2023-01-08 Thread GitBox
forestthebug commented on issue #8630: URL: https://github.com/apache/apisix/issues/8630#issuecomment-1375041629 I will draw the plan on a new PR. @spacewander @bzp2010 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[GitHub] [apisix-docker] soulbird merged pull request #402: fix: etcdctl missing due to PATH var is not set correctly

2023-01-08 Thread GitBox
soulbird merged PR #402: URL: https://github.com/apache/apisix-docker/pull/402 -- 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...

[GitHub] [apisix] starsz commented on a diff in pull request #8148: feat(openid-connect): expose unauth_action parameter in lua-resty-openidc

2023-01-08 Thread GitBox
starsz commented on code in PR #8148: URL: https://github.com/apache/apisix/pull/8148#discussion_r1064249464 ## apisix/plugins/openid-connect.lua: ## @@ -328,15 +336,26 @@ function _M.rewrite(plugin_conf, ctx) -- Either token validation via introspection endpoint or pub

[GitHub] [apisix-dashboard] codecov-commenter commented on pull request #2704: fix plugins display in list of routes

2023-01-08 Thread GitBox
codecov-commenter commented on PR #2704: URL: https://github.com/apache/apisix-dashboard/pull/2704#issuecomment-1375013666 # [Codecov](https://codecov.io/gh/apache/apisix-dashboard/pull/2704?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_

[GitHub] [apisix-dashboard] Baoyuantop commented on issue #2703: 如何添加自定义插件

2023-01-08 Thread GitBox
Baoyuantop commented on issue #2703: URL: https://github.com/apache/apisix-dashboard/issues/2703#issuecomment-1375006277 What is the version information you are using? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use t

[GitHub] [apisix-ingress-controller] github-actions[bot] commented on issue #1371: 使用helm安装apisix-ingress-controller 没有生成对应的ingressclass

2023-01-08 Thread GitBox
github-actions[bot] commented on issue #1371: URL: https://github.com/apache/apisix-ingress-controller/issues/1371#issuecomment-1374999435 This issue has been marked as stale due to 90 days of inactivity. It will be closed in 30 days if no further activity occurs. If this issue is still re

[GitHub] [apisix-dashboard] tanjiancheng commented on issue #2698: limit-count still on work when i disable it!

2023-01-08 Thread GitBox
tanjiancheng commented on issue #2698: URL: https://github.com/apache/apisix-dashboard/issues/2698#issuecomment-1374998437 > APISIX 3.0 is still incompatible with apisix-dashboard 2.15, especially since APISIX 3.0 has modified the plugin's disable syntax. This is a known issue. As a tempor

[GitHub] [apisix-dashboard] tanjiancheng commented on issue #2698: limit-count still on work when i disable it!

2023-01-08 Thread GitBox
tanjiancheng commented on issue #2698: URL: https://github.com/apache/apisix-dashboard/issues/2698#issuecomment-1374998285 > modified ok,Is there any plan to support APISIX 3.0 and when? -- This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [apisix-ingress-controller] tao12345666333 commented on issue #1435: request help: upgrade 2.14.1 to 2.15

2023-01-08 Thread GitBox
tao12345666333 commented on issue #1435: URL: https://github.com/apache/apisix-ingress-controller/issues/1435#issuecomment-1374997465 When you get a 404 response, obviously the configuration doesn't match -- This is an automated message from the Apache Git Service. To respond to the messa

[GitHub] [apisix-ingress-controller] tao12345666333 commented on issue #1435: request help: upgrade 2.14.1 to 2.15

2023-01-08 Thread GitBox
tao12345666333 commented on issue #1435: URL: https://github.com/apache/apisix-ingress-controller/issues/1435#issuecomment-1374997234 If you are using APISIX v3, then you should set apisixAdminAPIVersion to v3 -- This is an automated message from the Apache Git Service. To respond to the

[GitHub] [apisix-docker] soulbird commented on issue #401: bug: Apisix Config File Overwritten in Standalone Mode

2023-01-08 Thread GitBox
soulbird commented on issue #401: URL: https://github.com/apache/apisix-docker/issues/401#issuecomment-1374994961 When APISIX_STAND_ALONE is set to true, a minimalist config.yaml will be generated, which will overwrite the config.yaml you are hanging on. This is indeed a bug, and we will fi

[GitHub] [apisix-ingress-controller] juzhiyuan commented on issue #1435: request help: upgrade 2.14.1 to 2.15

2023-01-08 Thread GitBox
juzhiyuan commented on issue #1435: URL: https://github.com/apache/apisix-ingress-controller/issues/1435#issuecomment-1374988724 Hi, ``` 2023-01-09T07:53:21+08:00error apisix/cluster.go:232 failed to list ssl in APISIX: unexpected status code 404; error message: {"error_ms

[GitHub] [apisix-ingress-controller] anhldbk commented on issue #1435: request help: upgrade 2.14.1 to 2.15

2023-01-08 Thread GitBox
anhldbk commented on issue #1435: URL: https://github.com/apache/apisix-ingress-controller/issues/1435#issuecomment-1374964779 I've spot errors in our ingress log ```sh $ kubectl -n ingress-apisix get pod NAME READY STATUSRESTARTS

[GitHub] [apisix-ingress-controller] juzhiyuan commented on issue #1435: request help: upgrade 2.14.1 to 2.15

2023-01-08 Thread GitBox
juzhiyuan commented on issue #1435: URL: https://github.com/apache/apisix-ingress-controller/issues/1435#issuecomment-1374962206 Hi, for the compatibility, Ingress Controller 1.6 works with APISIX 3.0 :) As for why it not works, let's wait for more replies. -- This is an automate

[GitHub] [apisix-ingress-controller] anhldbk commented on issue #1435: request help: upgrade 2.14.1 to 2.15

2023-01-08 Thread GitBox
anhldbk commented on issue #1435: URL: https://github.com/apache/apisix-ingress-controller/issues/1435#issuecomment-1374865887 @wolgod @tao12345666333 Btw, I'm a newbie. I tried to follow [this tutorial](https://apisix.apache.org/docs/ingress-controller/deployments/kind/ ) to setup apisix

[GitHub] [apisix-website] netlify[bot] commented on pull request #1467: chore(deps): bump json5 from 1.0.1 to 1.0.2

2023-01-08 Thread GitBox
netlify[bot] commented on PR #1467: URL: https://github.com/apache/apisix-website/pull/1467#issuecomment-1374839964 ### 👷 Deploy Preview for *apache-apisix* processing. | Name | Link | |-|| |🔨 Latest commit | 7eddec5b

[GitHub] [apisix-website] dependabot[bot] opened a new pull request, #1467: chore(deps): bump json5 from 1.0.1 to 1.0.2

2023-01-08 Thread GitBox
dependabot[bot] opened a new pull request, #1467: URL: https://github.com/apache/apisix-website/pull/1467 Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2. Release notes Sourced from https://github.com/json5/json5/releases";>json5's releases. v1.0.2 Fi

[GitHub] [apisix] tokers commented on issue #8628: help request: handle nginx error_pages directives

2023-01-08 Thread GitBox
tokers commented on issue #8628: URL: https://github.com/apache/apisix/issues/8628#issuecomment-1374829960 I think submit the pull request to this repo would be better. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use t

[GitHub] [apisix] 0prodigy commented on issue #8628: help request: handle nginx error_pages directives

2023-01-08 Thread GitBox
0prodigy commented on issue #8628: URL: https://github.com/apache/apisix/issues/8628#issuecomment-1374829756 @tokers I would like to work on this extension, can you help me to get started. Should i create directly in plugins folder or make it 3rd-party plugin? -- This is an autom

[GitHub] [apisix] ronething opened a new pull request, #8633: feat: stream subsystem support consul_kv service discovery

2023-01-08 Thread GitBox
ronething opened a new pull request, #8633: URL: https://github.com/apache/apisix/pull/8633 ### Description Fixes #7779 add `consul_kv` service discovery test cases in the stream subsytem. ### Checklist - [x] I have explained the need for this PR and the prob

[GitHub] [apisix-ingress-controller] tao12345666333 commented on issue #439: fuzzing test for apisix-ingress-controller

2023-01-08 Thread GitBox
tao12345666333 commented on issue #439: URL: https://github.com/apache/apisix-ingress-controller/issues/439#issuecomment-1374789464 Assigned. Thanks @aynp -- 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] aynp commented on issue #439: fuzzing test for apisix-ingress-controller

2023-01-08 Thread GitBox
aynp commented on issue #439: URL: https://github.com/apache/apisix-ingress-controller/issues/439#issuecomment-1374776425 I can try this -- 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 speci

[GitHub] [apisix] xueanguo closed pull request #8632: Patch 1

2023-01-08 Thread GitBox
xueanguo closed pull request #8632: Patch 1 URL: https://github.com/apache/apisix/pull/8632 -- 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] xueanguo opened a new pull request, #8632: Patch 1

2023-01-08 Thread GitBox
xueanguo opened a new pull request, #8632: URL: https://github.com/apache/apisix/pull/8632 ### Description Fixes # (issue) ### Checklist - [ ] I have explained the need for this PR and the problem it solves - [ ] I have explained the changes or the new feat

[GitHub] [apisix] spacewander commented on issue #8630: feat: As a user, I want to port APISIX core to RISC-V architecture. So that SiFive Unmatched/VisionFive users can run apisix as web gateway..

2023-01-07 Thread GitBox
spacewander commented on issue #8630: URL: https://github.com/apache/apisix/issues/8630#issuecomment-1374684473 > I want to port APISIX core to RISC-V architecture What's your plan to work on this? -- This is an automated message from the Apache Git Service. To respond to the messag

[GitHub] [apisix-ingress-controller] github-actions[bot] commented on issue #1270: request help: Using an existing certificate secret for TLS

2023-01-07 Thread GitBox
github-actions[bot] commented on issue #1270: URL: https://github.com/apache/apisix-ingress-controller/issues/1270#issuecomment-1374680690 This issue has been closed due to lack of activity. If you think that is incorrect, or the issue requires additional review, you can revive the issue at

[GitHub] [apisix-ingress-controller] github-actions[bot] closed issue #1270: request help: Using an existing certificate secret for TLS

2023-01-07 Thread GitBox
github-actions[bot] closed issue #1270: request help: Using an existing certificate secret for TLS URL: https://github.com/apache/apisix-ingress-controller/issues/1270 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the U

[GitHub] [apisix] guochunyang2004 opened a new issue, #8631: help request: 如何用skywalking插件记录tag以便于进行相关业务统计

2023-01-07 Thread GitBox
guochunyang2004 opened a new issue, #8631: URL: https://github.com/apache/apisix/issues/8631 ### Description help request: 如何用skywalking插件记录tag以便于进行相关业务统计 ### Environment - APISIX version (run `apisix version`): 3.1.0 - Operating system (run `uname -a`): centos7 - O

[GitHub] [apisix-ingress-controller] tao12345666333 commented on pull request #1589: feat: add openid connect auth

2023-01-07 Thread GitBox
tao12345666333 commented on PR #1589: URL: https://github.com/apache/apisix-ingress-controller/pull/1589#issuecomment-1374456671 re-run all jobs -- 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 t

[GitHub] [apisix-ingress-controller] Fabriceli commented on pull request #1576: fix: fix sync delete svc error

2023-01-07 Thread GitBox
Fabriceli commented on PR #1576: URL: https://github.com/apache/apisix-ingress-controller/pull/1576#issuecomment-1374455372 @AlinsRan please take a look at this PR, thanks -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and u

[GitHub] [apisix-ingress-controller] Fabriceli commented on pull request #1589: feat: add openid connect auth

2023-01-07 Thread GitBox
Fabriceli commented on PR #1589: URL: https://github.com/apache/apisix-ingress-controller/pull/1589#issuecomment-1374455050 @tao12345666333 i add the e2e test for openid-connect auth for consumer, please rerun the CI, thanks. -- This is an automated message from the Apache Git Service.

[GitHub] [apisix] github-actions[bot] closed issue #2196: feature(kafka-logger): need to read the request body data if it was cached to local file

2023-01-07 Thread GitBox
github-actions[bot] closed issue #2196: feature(kafka-logger): need to read the request body data if it was cached to local file URL: https://github.com/apache/apisix/issues/2196 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub a

[GitHub] [apisix] github-actions[bot] commented on issue #2196: feature(kafka-logger): need to read the request body data if it was cached to local file

2023-01-07 Thread GitBox
github-actions[bot] commented on issue #2196: URL: https://github.com/apache/apisix/issues/2196#issuecomment-1374430305 This issue has been closed due to lack of activity. If you think that is incorrect, or the issue requires additional review, you can revive the issue at any time. -- Th

[GitHub] [apisix] Msiavashi commented on issue #8207: help request: http_ssl_phase(): failed to fetch ssl config

2023-01-07 Thread GitBox
Msiavashi commented on issue #8207: URL: https://github.com/apache/apisix/issues/8207#issuecomment-1374416368 @juzhiyuan Unfortunately no. I used the DNS proxy of cloud lab with the "pass_host": "rewrite" to get it working. -- This is an automated message from the Apache Git Service. To

[GitHub] [apisix-ingress-controller] tao12345666333 commented on a diff in pull request #1519: feat: Add prefer_name into ApisixClusterConfig

2023-01-07 Thread GitBox
tao12345666333 commented on code in PR #1519: URL: https://github.com/apache/apisix-ingress-controller/pull/1519#discussion_r1063971016 ## pkg/providers/apisix/translation/apisix_cluster_config.go: ## @@ -35,7 +37,9 @@ func (t *translator) TranslateClusterConfigV2beta3(acc *co

[GitHub] [apisix] tokers commented on issue #8591: help request: TCP proxy

2023-01-06 Thread GitBox
tokers commented on issue #8591: URL: https://github.com/apache/apisix/issues/8591#issuecomment-1374392561 > Hello, > > We try to test the stream proxy, and we have exactly the same problem. > > I just try to do the example in : > > https://apisix.apache.org/docs/apisix/

[GitHub] [apisix] tokers commented on issue #8628: help request: handle nginx error_pages directives

2023-01-06 Thread GitBox
tokers commented on issue #8628: URL: https://github.com/apache/apisix/issues/8628#issuecomment-1374392236 Agree +1. We may implement a plugin to support the custom error page. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub a

[GitHub] [apisix-ingress-controller] codecov-commenter commented on pull request #1590: chore: update issue templates (don't merge)

2023-01-06 Thread GitBox
codecov-commenter commented on PR #1590: URL: https://github.com/apache/apisix-ingress-controller/pull/1590#issuecomment-1374382740 # [Codecov](https://codecov.io/gh/apache/apisix-ingress-controller/pull/1590?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaig

[GitHub] [apisix-dashboard] codecov-commenter commented on pull request #2705: chore(deps): bump json5 from 1.0.1 to 1.0.2 in /web

2023-01-06 Thread GitBox
codecov-commenter commented on PR #2705: URL: https://github.com/apache/apisix-dashboard/pull/2705#issuecomment-1374382670 # [Codecov](https://codecov.io/gh/apache/apisix-dashboard/pull/2705?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_

[GitHub] [apisix-ingress-controller] navendu-pottekkat commented on issue #1571: chore: Update GitHub Isssue templates

2023-01-06 Thread GitBox
navendu-pottekkat commented on issue #1571: URL: https://github.com/apache/apisix-ingress-controller/issues/1571#issuecomment-1374382374 @tao12345666333 What would a template for reporting performance issues look like? What data do we need from the user? -- This is an automated message

[GitHub] [apisix-ingress-controller] navendu-pottekkat opened a new pull request, #1590: chore: update issue templates (don't merge)

2023-01-06 Thread GitBox
navendu-pottekkat opened a new pull request, #1590: URL: https://github.com/apache/apisix-ingress-controller/pull/1590 Signed-off-by: Navendu Pottekkat **Don't merge** Updates issue templates to add bug report, feature request, and documentation templates. Waiting to ad

[GitHub] [apisix-dashboard] dependabot[bot] opened a new pull request, #2705: chore(deps): bump json5 from 1.0.1 to 1.0.2 in /web

2023-01-06 Thread GitBox
dependabot[bot] opened a new pull request, #2705: URL: https://github.com/apache/apisix-dashboard/pull/2705 Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2. Release notes Sourced from https://github.com/json5/json5/releases";>json5's releases. v1.0.2

[GitHub] [apisix-docker] juzhiyuan commented on issue #401: bug: Apisix Config File Overwritten in Standalone Mode

2023-01-06 Thread GitBox
juzhiyuan commented on issue #401: URL: https://github.com/apache/apisix-docker/issues/401#issuecomment-1374351807 I noticed 2 unexpected things: 1. According to Standalone's documentation, it only mentions that in Standalone mode, all configurations should be put in conf/apisix.yaml.

[GitHub] [apisix-ingress-controller] github-actions[bot] commented on issue #1368: Cant sync apisixroute and apisixupstream to apisix-dashboard

2023-01-06 Thread GitBox
github-actions[bot] commented on issue #1368: URL: https://github.com/apache/apisix-ingress-controller/issues/1368#issuecomment-1374334779 This issue has been marked as stale due to 90 days of inactivity. It will be closed in 30 days if no further activity occurs. If this issue is still re

[GitHub] [apisix-dashboard] incubator4 opened a new pull request, #2704: fix plugins display in list of routes

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

[GitHub] [apisix] forestthebug opened a new issue, #8630: feat: As a user, I want to port APISIX core to RISC-V architecture. So that SiFive Unmatched/VisionFive users can run apisix as web gateway..

2023-01-06 Thread GitBox
forestthebug opened a new issue, #8630: URL: https://github.com/apache/apisix/issues/8630 ### Description Description A typical use case would be the a RISCV ISA based dual socket server running apisix as a load balancer. RISC-V is no longer a small ISA, as qualcomm and

[GitHub] [apisix-docker] sashokbg commented on issue #401: bug: Apisix Config File Overwritten in Standalone Mode

2023-01-06 Thread GitBox
sashokbg commented on issue #401: URL: https://github.com/apache/apisix-docker/issues/401#issuecomment-1373831913 @soulbird this is the problem - I don't understand why we have to write to the file after the server is started and why this file gets overwritten at startup. -- This is

[GitHub] [apisix-dashboard] flati31 commented on issue #2703: 如何添加自定义插件

2023-01-06 Thread GitBox
flati31 commented on issue #2703: URL: https://github.com/apache/apisix-dashboard/issues/2703#issuecomment-1373798273 i had the same problem ( i was using the example from the apisix-docker repositorie ). Switch to port 9092 fixed my problem. curl 127.0.0.1:9092/v1/schema > schema

[GitHub] [apisix-dashboard] swtseaman opened a new issue, #2703: 如何添加自定义插件

2023-01-06 Thread GitBox
swtseaman opened a new issue, #2703: URL: https://github.com/apache/apisix-dashboard/issues/2703 已经开发好自定义插件,并且已经放到了在apisix;看文档https://github.com/apache/apisix-dashboard/blob/master/docs/en/latest/FAQ.md,说是需要执行下面的命令导出配置,再放到 dashboard curl 127.0.0.1:9090/v1/schema > schema.json

[GitHub] [apisix] tellim opened a new issue, #8629: feat: As a user, I want to use authentication plugins in conjuction with other plugins, so that user identity would be available as a variable for o

2023-01-06 Thread GitBox
tellim opened a new issue, #8629: URL: https://github.com/apache/apisix/issues/8629 ### Description A typical use case would be the oidc plugin to work with the limit-* plugins. A token field extractor would allow to retrieve desired user information from access token e.g. acce

[GitHub] [apisix-ingress-controller] tao12345666333 commented on issue #1574: feat request: ApisixConsumer CRD add ldap-auth support

2023-01-06 Thread GitBox
tao12345666333 commented on issue #1574: URL: https://github.com/apache/apisix-ingress-controller/issues/1574#issuecomment-1373648847 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 s

[GitHub] [apisix] 0prodigy opened a new issue, #8628: help request: handle nginx error_pages directives

2023-01-06 Thread GitBox
0prodigy opened a new issue, #8628: URL: https://github.com/apache/apisix/issues/8628 ### Description There is no plugin available to serving custom error pages instead of simple json body when no upstream is found. There are option available to add nginx snippet using that i want to

[GitHub] [apisix] flechter commented on issue #8591: help request: TCP proxy

2023-01-06 Thread GitBox
flechter commented on issue #8591: URL: https://github.com/apache/apisix/issues/8591#issuecomment-1373427208 Hello, We try to test the stream proxy, and we have exactly the same problem. I just try to do the example in : https://apisix.apache.org/docs/apisix/stream-proxy/#more-route-

[GitHub] [apisix] github-actions[bot] commented on pull request #7820: change: sni无法匹配ssl证书的时候,使用默认证书,而不是错误终止

2023-01-06 Thread GitBox
github-actions[bot] commented on PR #7820: URL: https://github.com/apache/apisix/pull/7820#issuecomment-1373423860 This pull request/issue has been closed due to lack of activity. If you think that is incorrect, or the pull request requires review, you can revive the PR at any time. -- T

[GitHub] [apisix] github-actions[bot] commented on issue #6170: request help: can apisix suport downstream connection manage and Bidirectional streaming gRPC feature?

2023-01-06 Thread GitBox
github-actions[bot] commented on issue #6170: URL: https://github.com/apache/apisix/issues/6170#issuecomment-1373423781 This issue has been marked as stale due to 350 days of inactivity. It will be closed in 2 weeks if no further activity occurs. If this issue is still relevant, please simp

[GitHub] [apisix] github-actions[bot] closed issue #4316: bug: etcd timeout in config is too large to be useful

2023-01-06 Thread GitBox
github-actions[bot] closed issue #4316: bug: etcd timeout in config is too large to be useful URL: https://github.com/apache/apisix/issues/4316 -- 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 sp

[GitHub] [apisix] github-actions[bot] closed pull request #7820: change: sni无法匹配ssl证书的时候,使用默认证书,而不是错误终止

2023-01-06 Thread GitBox
github-actions[bot] closed pull request #7820: change: sni无法匹配ssl证书的时候,使用默认证书,而不是错误终止 URL: https://github.com/apache/apisix/pull/7820 -- 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 com

[GitHub] [apisix] github-actions[bot] commented on issue #4316: bug: etcd timeout in config is too large to be useful

2023-01-06 Thread GitBox
github-actions[bot] commented on issue #4316: URL: https://github.com/apache/apisix/issues/4316#issuecomment-1373423736 This issue has been closed due to lack of activity. If you think that is incorrect, or the issue requires additional review, you can revive the issue at any time. -- Th

[GitHub] [apisix-docker] soulbird commented on issue #401: bug: Apisix Config File Overwritten in Standalone Mode

2023-01-06 Thread GitBox
soulbird commented on issue #401: URL: https://github.com/apache/apisix-docker/issues/401#issuecomment-1373413964 Start apisix in shandalone mode, then write your routing configuration in apisix.yaml, refer to here: https://github.com/apache/apisix-docker#how-to-run-apisix-in-stand-alone- m

[GitHub] [apisix-dashboard] bzp2010 commented on issue #2700: The monitoring page needs to be reconfigured

2023-01-06 Thread GitBox
bzp2010 commented on issue #2700: URL: https://github.com/apache/apisix-dashboard/issues/2700#issuecomment-1373409256 This is not a bug, that url is stored in the browser local storage, so depending on the implementation and configuration of some browsers, it may be cleared after a restart

[GitHub] [apisix-dashboard] bzp2010 commented on issue #2698: limit-count still on work when i disable it!

2023-01-06 Thread GitBox
bzp2010 commented on issue #2698: URL: https://github.com/apache/apisix-dashboard/issues/2698#issuecomment-1373407573 APISIX 3.0 is still incompatible with apisix-dashboard 2.15, especially since APISIX 3.0 has modified the plugin's disable syntax. This is a known issue. As a temporary

[GitHub] [apisix-docker] sashokbg commented on issue #401: bug: Apisix Config File Overwritten in Standalone Mode

2023-01-06 Thread GitBox
sashokbg commented on issue #401: URL: https://github.com/apache/apisix-docker/issues/401#issuecomment-1373399903 No way to do it in "infrastructure as code" fashion ? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use th

[GitHub] [apisix-docker] soulbird commented on issue #401: bug: Apisix Config File Overwritten in Standalone Mode

2023-01-06 Thread GitBox
soulbird commented on issue #401: URL: https://github.com/apache/apisix-docker/issues/401#issuecomment-1373398799 > @soulbird Thank you for your answer. So if I am in "normal" mode the only way to import my Routes and Upstreams is to do curl commands ? dashboard can also -- This is

[GitHub] [apisix-docker] sashokbg commented on issue #401: bug: Apisix Config File Overwritten in Standalone Mode

2023-01-06 Thread GitBox
sashokbg commented on issue #401: URL: https://github.com/apache/apisix-docker/issues/401#issuecomment-1373395326 @soulbird Thank you for your answer. So if I am in "normal" mode the only way to import my Routes and Upstreams is to do curl commands ? -- This is an automated message fro

[GitHub] [apisix] monkeyDluffy6017 commented on issue #8621: 希望能支持从请求体中进行条件过滤来进行灰度转发

2023-01-06 Thread GitBox
monkeyDluffy6017 commented on issue #8621: URL: https://github.com/apache/apisix/issues/8621#issuecomment-1373392244 Maybe you could try apisix vars: https://apisix.apache.org/docs/apisix/apisix-variable/. I didn't test, you could have a try -- This is an automated message from the Apa

[GitHub] [apisix] spacewander merged pull request #8601: feat(secret): add ci and doc for some auth plugins

2023-01-06 Thread GitBox
spacewander merged PR #8601: URL: https://github.com/apache/apisix/pull/8601 -- 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 commented on a diff in pull request #8611: refactor(admin): refactor resource routes

2023-01-06 Thread GitBox
spacewander commented on code in PR #8611: URL: https://github.com/apache/apisix/pull/8611#discussion_r1063253516 ## apisix/admin/routes.lua: ## @@ -168,143 +162,4 @@ local function check_conf(id, conf, need_id) end -function _M.put(id, conf, sub_path, args) -local id,

[GitHub] [apisix] monkeyDluffy6017 commented on issue #8621: 希望能支持从请求体中进行条件过滤来进行灰度转发

2023-01-06 Thread GitBox
monkeyDluffy6017 commented on issue #8621: URL: https://github.com/apache/apisix/issues/8621#issuecomment-1373371813 > 请问有没有关于apisix.core的更详细的文档呢 Please check the code directly: https://github.com/apache/apisix/tree/master/apisix/core -- This is an automated message from the Apache Git

[GitHub] [apisix] ronething opened a new pull request, #8627: chore: make send_stream_request more clear

2023-01-06 Thread GitBox
ronething opened a new pull request, #8627: URL: https://github.com/apache/apisix/pull/8627 ### Description Fixes # (issue) make send_stream_request more clear ### Checklist - [x] I have explained the need for this PR and the problem it solves - [ ]

[GitHub] [apisix] nic-chen commented on issue #8617: bug: One of the three etcd nodes is broken (once every two weeks)

2023-01-06 Thread GitBox
nic-chen commented on issue #8617: URL: https://github.com/apache/apisix/issues/8617#issuecomment-1373361218 > this is apisix logs [apisix_20230106A_query_data.csv](https://github.com/apache/apisix/files/10357504/apisix_20230106A_query_data.csv) (24hours). > > this is etcd logs (124

[GitHub] [apisix-docker] soulbird commented on issue #401: bug: Apisix Config File Overwritten in Standalone Mode

2023-01-06 Thread GitBox
soulbird commented on issue #401: URL: https://github.com/apache/apisix-docker/issues/401#issuecomment-1373361030 Yes, when using standalone mode, you will not be able to use the dashboard and admin api -- This is an automated message from the Apache Git Service. To respond to the message

<    4   5   6   7   8   9   10   11   12   13   >