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

2023-01-09 Thread GitBox
ffjiang666 commented on issue #8591: URL: https://github.com/apache/apisix/issues/8591#issuecomment-1376860372 By the way, I pulled from git, and runned docker by docker-compose. And the log is well. ![image](https://user-images.githubusercontent.com/39405427/211493237-7a19030b-32e9-4

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

2023-01-09 Thread GitBox
ikatlinsky commented on issue #441: URL: https://github.com/apache/apisix-helm-chart/issues/441#issuecomment-1376851455 we are deploying apisix in the private network, which is not available for public usage and needs a convenient way to interact with admin API for automation purposes. We

[GitHub] [apisix-website] SkyeYoung commented on issue #1469: Site Usability: Apisix versions are easy mistaken

2023-01-09 Thread GitBox
SkyeYoung commented on issue #1469: URL: https://github.com/apache/apisix-website/issues/1469#issuecomment-1376849965 We are preparing to modify this part. I have had no time recently, but I will help to modify this part as soon as possible. @juzhiyuan @guoqqqi Maybe you have time to

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

2023-01-09 Thread GitBox
tao12345666333 merged PR #442: URL: https://github.com/apache/apisix-helm-chart/pull/442 -- 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-u

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

2023-01-09 Thread GitBox
ffjiang666 commented on issue #8591: URL: https://github.com/apache/apisix/issues/8591#issuecomment-1376838563 @monkeyDluffy6017 yes, my apisix works well in docker. ![image](https://user-images.githubusercontent.com/39405427/211488066-3c52fdce-c21f-4581-89a0-60f85844afd9.png) -- T

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

2023-01-09 Thread GitBox
tao12345666333 commented on PR #442: URL: https://github.com/apache/apisix-helm-chart/pull/442#issuecomment-1376838157 Got it. If so, it really needs to be exposed. But I need to remind you that this behavior is really dangerous, Because the Admin API is verified by user

[GitHub] [apisix-dashboard] SkyeYoung commented on issue #2710: the link in FAQ document is broken

2023-01-09 Thread GitBox
SkyeYoung commented on issue #2710: URL: https://github.com/apache/apisix-dashboard/issues/2710#issuecomment-1376835165 Okay, we will check this. @uniqie Could u help with this? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

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

2023-01-09 Thread GitBox
ikatlinsky commented on PR #442: URL: https://github.com/apache/apisix-helm-chart/pull/442#issuecomment-1376834978 @tao12345666333 fixed problem with wrong documentation style -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub a

[GitHub] [apisix] xuruidong commented on pull request #8623: docs: change the file name to 'create-ssl.py'.If 'ssl.py' is used as …

2023-01-09 Thread GitBox
xuruidong commented on PR #8623: URL: https://github.com/apache/apisix/pull/8623#issuecomment-1376828609 > Could you provide a standalone test to show us why changing a filename can fix "AttributeError: module 'requests' has no attribute 'put'"? test: use ssl.py ``` # python

[GitHub] [apisix-dashboard] gaoxingliang opened a new issue, #2710: the link in FAQ document is broken

2023-01-09 Thread GitBox
gaoxingliang opened a new issue, #2710: URL: https://github.com/apache/apisix-dashboard/issues/2710 ### Issue description I'm adding a new plugin in apisix and found it's not shown in the dashboard. and I searched the faq: https://apisix.apache.org/docs/dashboard/FAQ/#4-after-mo

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

2023-01-09 Thread GitBox
monkeyDluffy6017 commented on issue #8591: URL: https://github.com/apache/apisix/issues/8591#issuecomment-1376815690 @ffjiang666 please check if your apisix works well `ps -aux | grep nginx` -- This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] [apisix] spacewander commented on a diff in pull request #8640: feat: stream subsystem support kubernetes service discovery

2023-01-09 Thread GitBox
spacewander commented on code in PR #8640: URL: https://github.com/apache/apisix/pull/8640#discussion_r1065387073 ## apisix/discovery/kubernetes/init.lua: ## @@ -434,6 +442,9 @@ local function multiple_mode_init(confs) end local endpoint_dict = ngx.shared["ku

[GitHub] [apisix] mscb402 commented on issue #8646: help request: 3.1.0 report error cannot open logs/error: Permission denied

2023-01-09 Thread GitBox
mscb402 commented on issue #8646: URL: https://github.com/apache/apisix/issues/8646#issuecomment-1376807743 In the Docker image `error.log` is linked to stderr. This may be different from a regular file. Beyond that `Permission denied` will exists when you use the file-logger plugin to

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

2023-01-09 Thread GitBox
ikatlinsky commented on PR #442: URL: https://github.com/apache/apisix-helm-chart/pull/442#issuecomment-1376806537 @tao12345666333 sure, use case is the following: we are deploying apisix in the private network, which is not available for public usage and needs a convenient way to in

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

2023-01-09 Thread GitBox
ffjiang666 commented on issue #8591: URL: https://github.com/apache/apisix/issues/8591#issuecomment-1376806353 I followed the example before exactly. https://apisix.apache.org/docs/apisix/stream-proxy/#more-route-match-options It didn't work. ![image](https://user-images.githubuser

[GitHub] [apisix-helm-chart] tao12345666333 commented on issue #441: feat: allow exposing admin api via ingress resource

2023-01-09 Thread GitBox
tao12345666333 commented on issue #441: URL: https://github.com/apache/apisix-helm-chart/issues/441#issuecomment-1376803063 As simple as this is, I'd like to know your use case. this is a very dangerous behavior Why you want to expose admin API outside cluster? -- This is a

[GitHub] [apisix] xuruidong commented on pull request #8623: docs: change the file name to 'create-ssl.py'.If 'ssl.py' is used as …

2023-01-09 Thread GitBox
xuruidong commented on PR #8623: URL: https://github.com/apache/apisix/pull/8623#issuecomment-1376802719 > Could you provide a standalone test to show us why changing a filename can fix "AttributeError: module 'requests' has no attribute 'put'"? 在用python 执行脚本时, 脚本的所在路径会被加入 sys.path 中。

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

2023-01-09 Thread GitBox
tao12345666333 commented on PR #442: URL: https://github.com/apache/apisix-helm-chart/pull/442#issuecomment-1376802506 As simple as this is, I'd like to know your use case. this is a very dangerous behavior -- This is an automated message from the Apache Git Service. To respond to

[GitHub] [apisix] MilkWangStudio commented on issue #8423: As a user, I want to use my existing cache infrastructure, e.g., Redis

2023-01-09 Thread GitBox
MilkWangStudio commented on issue #8423: URL: https://github.com/apache/apisix/issues/8423#issuecomment-1376775150 > On the other hand, if your case is not complex, for example, caching KB-level responses in a Memcache server, a pure Lua implementation may be already enough. > > The

[GitHub] [apisix] spacewander merged pull request #8148: feat(openid-connect): expose unauth_action parameter in lua-resty-openidc

2023-01-09 Thread GitBox
spacewander merged PR #8148: URL: https://github.com/apache/apisix/pull/8148 -- 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-09 Thread GitBox
spacewander commented on code in PR #8611: URL: https://github.com/apache/apisix/pull/8611#discussion_r1065360620 ## apisix/admin/routes.lua: ## @@ -17,39 +17,13 @@ local expr = require("resty.expr.v1") local core = require("apisix.core") local apisix_upstream = require("apis

[GitHub] [apisix] spacewander merged pull request #8578: feat: limit count plugin support X-RateLimit-Reset

2023-01-09 Thread GitBox
spacewander merged PR #8578: URL: https://github.com/apache/apisix/pull/8578 -- 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 #8381: feat: As a user of limit-count, I want to communicate the X-RateLimit-Reset header so my api consumers know when their next allocation window starts,

2023-01-09 Thread GitBox
spacewander closed issue #8381: feat: As a user of limit-count, I want to communicate the X-RateLimit-Reset header so my api consumers know when their next allocation window starts, this should be communicated on every response even the rejected response. URL: https://github.com/apache/apisix/

[GitHub] [apisix] spacewander commented on pull request #8558: feat: limit-count plugin with redis cluster support tls/ssl

2023-01-09 Thread GitBox
spacewander commented on PR #8558: URL: https://github.com/apache/apisix/pull/8558#issuecomment-1376765825 @tao12345666333 Normally we don't backport features to LTS version. Has this been fully discussed in the mail list? -- This is an automated message from the Apache Git Service. T

[GitHub] [apisix] overstarry closed issue #8645: *151276 SSL_do_handshake() failed (SSL: error:14094438:SSL routines:ssl3_read_bytes:tlsv1 alert internal error:SSL alert number 80) while SSL handshaki

2023-01-09 Thread GitBox
overstarry closed issue #8645: *151276 SSL_do_handshake() failed (SSL: error:14094438:SSL routines:ssl3_read_bytes:tlsv1 alert internal error:SSL alert number 80) while SSL handshaking to upstream URL: https://github.com/apache/apisix/issues/8645 -- This is an automated message from the Apac

[GitHub] [apisix] yunduansing opened a new issue, #8646: help request: 3.1.0 report error cannot open logs/error: Permission denied

2023-01-09 Thread GitBox
yunduansing opened a new issue, #8646: URL: https://github.com/apache/apisix/issues/8646 ### Description [alert] could not open error log file: open() "/usr/local/apisix/logs/error.log" failed (13: Permission denied) are u closed the cmd 'chmod' in the official docker image ?

[GitHub] [apisix] monkeyDluffy6017 commented on issue #8645: *151276 SSL_do_handshake() failed (SSL: error:14094438:SSL routines:ssl3_read_bytes:tlsv1 alert internal error:SSL alert number 80) while S

2023-01-09 Thread GitBox
monkeyDluffy6017 commented on issue #8645: URL: https://github.com/apache/apisix/issues/8645#issuecomment-1376688253 Is the certificate in your upstream correct? -- 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] overstarry opened a new issue, #8645: *151276 SSL_do_handshake() failed (SSL: error:14094438:SSL routines:ssl3_read_bytes:tlsv1 alert internal error:SSL alert number 80) while SSL ha

2023-01-09 Thread GitBox
overstarry opened a new issue, #8645: URL: https://github.com/apache/apisix/issues/8645 ### Description ### Description err log: 2023/01/10 03:19:11 [error] 47#47: *151276 SSL_do_handshake() failed (SSL: error:14094438:SSL routines:ssl3_read_bytes:tlsv1 alert internal error:SS

[GitHub] [apisix] overstarry closed issue #8644: 2023/01/10 03:19:11 [error] 47#47: *151276 SSL_do_handshake() failed (SSL: error:14094438:SSL routines:ssl3_read_bytes:tlsv1 alert internal error:SSL a

2023-01-09 Thread GitBox
overstarry closed issue #8644: 2023/01/10 03:19:11 [error] 47#47: *151276 SSL_do_handshake() failed (SSL: error:14094438:SSL routines:ssl3_read_bytes:tlsv1 alert internal error:SSL alert number 80) while SSL handshaking to upstream, URL: https://github.com/apache/apisix/issues/8644 -- This

[GitHub] [apisix] overstarry opened a new issue, #8644: 2023/01/10 03:19:11 [error] 47#47: *151276 SSL_do_handshake() failed (SSL: error:14094438:SSL routines:ssl3_read_bytes:tlsv1 alert internal erro

2023-01-09 Thread GitBox
overstarry opened a new issue, #8644: URL: https://github.com/apache/apisix/issues/8644 ### Description err log: 2023/01/10 03:19:11 [error] 47#47: *151276 SSL_do_handshake() failed (SSL: error:14094438:SSL routines:ssl3_read_bytes:tlsv1 alert internal error:SSL alert number 80) whil

[GitHub] [apisix] monkeyDluffy6017 commented on issue #8637: bug: plugin ext-plugin-post-resp not invoked

2023-01-09 Thread GitBox
monkeyDluffy6017 commented on issue #8637: URL: https://github.com/apache/apisix/issues/8637#issuecomment-1376678856 The ext-plugin-post-resp plugin will be executed after the request gets a response from the upstream. Could you check if there is a response from the upstream? -- This i

[GitHub] [apisix-helm-chart] tao12345666333 merged pull request #445: release new chart for APISIX v3.x

2023-01-09 Thread GitBox
tao12345666333 merged PR #445: URL: https://github.com/apache/apisix-helm-chart/pull/445 -- 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-u

[GitHub] [apisix] spacewander commented on issue #8423: As a user, I want to use my existing cache infrastructure, e.g., Redis

2023-01-09 Thread GitBox
spacewander commented on issue #8423: URL: https://github.com/apache/apisix/issues/8423#issuecomment-1376675905 > APISIX has a memory-based cache-proxy implementation, contributed by the community. This implementation is done in Lua. However, in our benchmark, the memory-based

[GitHub] [apisix] spacewander opened a new pull request, #8643: feat: add custom log format to each logger

2023-01-09 Thread GitBox
spacewander opened a new pull request, #8643: URL: https://github.com/apache/apisix/pull/8643 Signed-off-by: spacewander ### Description Fixes # (issue) ### Checklist - [ ] I have explained the need for this PR and the problem it solves - [x] I have

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

2023-01-09 Thread GitBox
monkeyDluffy6017 commented on issue #8634: URL: https://github.com/apache/apisix/issues/8634#issuecomment-1376659757 > 代理缓存插件的Apisix-Cache-Status响应头是否能自定义修改 The response header `Apisix-Cache-Status` is hard coded. Maybe you could modify the plugin and expose the response header --

[GitHub] [apisix-ingress-controller] anhldbk commented on pull request #1593: docs: update controller to use adminAPIVersion=v3

2023-01-09 Thread GitBox
anhldbk commented on PR #1593: URL: https://github.com/apache/apisix-ingress-controller/pull/1593#issuecomment-1376654611 @tao12345666333 PTAL -- 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-ingress-controller] anhldbk opened a new pull request, #1593: docs: update controller to use adminAPIVersion=v3

2023-01-09 Thread GitBox
anhldbk opened a new pull request, #1593: URL: https://github.com/apache/apisix-ingress-controller/pull/1593 Hi, This PR is made according to [our discussion](https://github.com/apache/apisix-ingress-controller/issues/1435#issuecomment-1374964779) Thank you. -- This is an au

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

2023-01-09 Thread GitBox
monkeyDluffy6017 commented on issue #8634: URL: https://github.com/apache/apisix/issues/8634#issuecomment-1376651874 https://github.com/apache/apisix/blob/master/docs/en/latest/upgrade-guide-from-2.15.x-to-3.0.0.md -- This is an automated message from the Apache Git Service. To respond to

[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-1376646623 No different from other calls to pb in apisix -- 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] swtseaman commented on issue #8636: 关于原生插件开发

2023-01-09 Thread GitBox
swtseaman commented on issue #8636: URL: https://github.com/apache/apisix/issues/8636#issuecomment-1376645177 另外我还想请教下,添加原生lua插件,和使用plugin-runner开发其他语言的插件,性能损耗大不大,有没有相关测试数据呀 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [apisix] swtseaman commented on issue #8636: 关于原生插件开发

2023-01-09 Thread GitBox
swtseaman commented on issue #8636: URL: https://github.com/apache/apisix/issues/8636#issuecomment-1376640369 > > 1、插件开发模板(example项目,可以直接参照的) > > Maybe you can checkout some built-in plugins in this repo directly. > > > 2、有没有自定义插件的默认存放地址,直接放到具体地址即可(是否必须配置 apisix -> extra_lua_pat

[GitHub] [apisix] monkeyDluffy6017 commented on issue #8622: help request: can not get response body in the body_filter on my custom plugin

2023-01-09 Thread GitBox
monkeyDluffy6017 commented on issue #8622: URL: https://github.com/apache/apisix/issues/8622#issuecomment-1376638710 I think you shoud add a log in `core.response.hold_body_chunk`, and check if the function is called several times. -- This is an automated message from the Apache Git Servi

[GitHub] [apisix] mscb402 commented on issue #8613: {"message":"failed to verify jwt"}

2023-01-09 Thread GitBox
mscb402 commented on issue #8613: URL: https://github.com/apache/apisix/issues/8613#issuecomment-1376616648 Does this help you solve this problem? -- 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-docker] tokers commented on issue #403: No External Plugins Support ?

2023-01-09 Thread GitBox
tokers commented on issue #403: URL: https://github.com/apache/apisix-docker/issues/403#issuecomment-1376606737 > Currently, even though I have not set this config, my apisix container is looking for this socket "/usr/local/apisix/conf/apisix-1.sock" and I have no idea why @sashokbg

[GitHub] [apisix-docker] Hazel6869 commented on issue #404: bug(ci): cannot move 'etcd-v3.5.4-linux-amd64/Documentation' to '/usr/bin/Documentation': Permission denied

2023-01-09 Thread GitBox
Hazel6869 commented on issue #404: URL: https://github.com/apache/apisix-docker/issues/404#issuecomment-1376599891 > Hi, @Hazel6869 do you have time to take a look? ok -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [apisix] tokers commented on issue #8636: 关于原生插件开发

2023-01-09 Thread GitBox
tokers commented on issue #8636: URL: https://github.com/apache/apisix/issues/8636#issuecomment-1376595859 > 1、插件开发模板(example项目,可以直接参照的) Maybe you can checkout some built-in plugins in this repo directly. > 2、有没有自定义插件的默认存放地址,直接放到具体地址即可(是否必须配置 apisix -> extra_lua_path) Yes you

[GitHub] [apisix] anjia0532 closed issue #6143: discuss: Support config merge/overwrite by profile(like spring boot profile style)

2023-01-09 Thread GitBox
anjia0532 closed issue #6143: discuss: Support config merge/overwrite by profile(like spring boot profile style) URL: https://github.com/apache/apisix/issues/6143 -- 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] SylviaBABY merged pull request #8635: docs: fix observe-your-api.md

2023-01-09 Thread GitBox
SylviaBABY merged PR #8635: URL: https://github.com/apache/apisix/pull/8635 -- 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...@ap

[GitHub] [apisix-docker] soulbird commented on issue #404: bug(ci): cannot move 'etcd-v3.5.4-linux-amd64/Documentation' to '/usr/bin/Documentation': Permission denied

2023-01-09 Thread GitBox
soulbird commented on issue #404: URL: https://github.com/apache/apisix-docker/issues/404#issuecomment-1376576948 Hi, @Hazel6869 do you have time to take 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

[GitHub] [apisix-docker] soulbird opened a new issue, #404: bug(ci): cannot move 'etcd-v3.5.4-linux-amd64/Documentation' to '/usr/bin/Documentation': Permission denied

2023-01-09 Thread GitBox
soulbird opened a new issue, #404: URL: https://github.com/apache/apisix-docker/issues/404 https://github.com/apache/apisix-docker/actions/runs/3853774712/jobs/6596563109 ``` mv: cannot move 'etcd-v3.5.4-linux-amd64/Documentation' to '/usr/bin/Documentation': Permission denied

[GitHub] [apisix-go-plugin-runner] soulbird commented on issue #126: request help: How can I associate request and response

2023-01-09 Thread GitBox
soulbird commented on issue #126: URL: https://github.com/apache/apisix-go-plugin-runner/issues/126#issuecomment-1376558924 See https://github.com/apache/apisix-go-plugin-runner/blob/master/pkg/http/http.go#L103 . Then you need to understand the variable rules of APISIX and Nginx. To get a

[GitHub] [apisix] MirtoBusico opened a new issue, #8642: help request: how to enable authz-keycloak for accessing apisix-keyboard?

2023-01-09 Thread GitBox
MirtoBusico opened a new issue, #8642: URL: https://github.com/apache/apisix/issues/8642 ### Description Hi all, I've setup a working environment to access apisix-dashboard from everywere. The access path is user -> nginx load balancer -> apisix (authenticated with openid-co

[GitHub] [apisix-website] anhldbk opened a new issue, #1469: Site Usability: Apisix versions are easy mistaken

2023-01-09 Thread GitBox
anhldbk opened a new issue, #1469: URL: https://github.com/apache/apisix-website/issues/1469 ### Current State **Description of the current state/issue**: I like the modern design system of our website. I think there's an issue with our web usability: the version block an

[GitHub] [apisix-helm-chart] Yullin commented on issue #191: apisix-etcd 3个节点,俩个一直失败

2023-01-09 Thread GitBox
Yullin commented on issue #191: URL: https://github.com/apache/apisix-helm-chart/issues/191#issuecomment-1375747673 我也是在阿里云部署的,一旦遇到Node变动,就会有一个pod crash,并且无法恢复 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL a

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

2023-01-09 Thread GitBox
soulbird commented on issue #401: URL: https://github.com/apache/apisix-docker/issues/401#issuecomment-1375703454 According to my method above, you should no longer set the APISIX_STAND_ALONE environment variable. They are covered here, https://github.com/apache/apisix-docker/blob/ma

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

2023-01-09 Thread GitBox
ronething opened a new pull request, #8640: URL: https://github.com/apache/apisix/pull/8640 ### Description Fixes #7779 because of kubernetes service discovery use lua_shared_dict, so i add `discovery_shared_dicts` with `stream` suffix to stream subsystem in `ngx_

[GitHub] [apisix] forestthebug commented on pull request #8638: feat: initial risc-v support

2023-01-09 Thread GitBox
forestthebug commented on PR #8638: URL: https://github.com/apache/apisix/pull/8638#issuecomment-1375627781 There will be a list of things to do: 1. Make Luajia or make a workaround in luajit on riscv 2. -- This is an automated message from the Apache Git Service. To respond to the

[GitHub] [apisix] forestthebug opened a new pull request, #8638: Initial commit

2023-01-09 Thread GitBox
forestthebug opened a new pull request, #8638: URL: https://github.com/apache/apisix/pull/8638 ### Description This PR will do an initial support for users that runs on risc-v computers. The following targets will be tested: [x] qemu [x] StarFive VisionFive V2 F

[GitHub] [apisix] tao12345666333 commented on pull request #8558: feat: limit-count plugin with redis cluster support tls/ssl

2023-01-09 Thread GitBox
tao12345666333 commented on PR #8558: URL: https://github.com/apache/apisix/pull/8558#issuecomment-1375544321 Will this be backported to 2.X? cc @spacewander @ronething -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub an

[GitHub] [apisix] sashokbg opened a new issue, #8637: bug: plugin ext-plugin-post-resp not invoked

2023-01-09 Thread GitBox
sashokbg opened a new issue, #8637: URL: https://github.com/apache/apisix/issues/8637 ### Current Behavior When a route has the **ext-plugin-post-resp** plugin configured, then the plugin is not called ### Expected Behavior The **ext-plugin-post-resp** should be called o

[GitHub] [apisix-dashboard] baigehmz opened a new issue, #2709: apisix-dashboard-local-2.15.0-0.el7.x86_64 rpm exception

2023-01-09 Thread GitBox
baigehmz opened a new issue, #2709: URL: https://github.com/apache/apisix-dashboard/issues/2709 yum install -y apisix-dashboard-2.15.0-0.el7.x86_64.rpm error: unpacking of archive failed on file /usr/local/apisix/dashboard/html/monaco-editor/dev/vs/editor/editor.main.js;63bbf690: cpio: r

[GitHub] [apisix-docker] sashokbg commented on issue #403: No External Plugins Support ?

2023-01-09 Thread GitBox
sashokbg commented on issue #403: URL: https://github.com/apache/apisix-docker/issues/403#issuecomment-1375480036 I managed to run the plugin in "prod" mode but with lots of quirks. Here is what to do: 1. The following config goes into *config.yaml* and not in *apisix.yaml*. Probably

[GitHub] [apisix-dashboard] sashokbg opened a new issue, #2708: Make Dashboard Work With Standalone Mode

2023-01-09 Thread GitBox
sashokbg opened a new issue, #2708: URL: https://github.com/apache/apisix-dashboard/issues/2708 # Feature request: Dashboard Working With Apisix in Standalone Mode ## Please describe your feature As a developer, I want to use APISIX in standalone mode with a working dashboard

[GitHub] [apisix-docker] sashokbg commented on issue #403: No External Plugins Support ?

2023-01-09 Thread GitBox
sashokbg commented on issue #403: URL: https://github.com/apache/apisix-docker/issues/403#issuecomment-1375416816 Hello @tokers sorry for not being very clear. When I said "external plugin debug mode" I meant the bellow config ``` ext-plugin: # cmd: ["blah"] # don't configur

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

2023-01-09 Thread GitBox
tao12345666333 commented on issue #1435: URL: https://github.com/apache/apisix-ingress-controller/issues/1435#issuecomment-1375403456 Sure! Please! -- 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 t

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

2023-01-09 Thread GitBox
anhldbk commented on issue #1435: URL: https://github.com/apache/apisix-ingress-controller/issues/1435#issuecomment-1375401430 @tao12345666333 The fix works -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abo

[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-1375384787 yes it's working if y try instead of the apisix port : ``` root@det1authent06:~# mysql --host=127.0.0.10 --port=3306 -u root -p Enter password: Welcome to the MySQL monit

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

2023-01-09 Thread GitBox
monkeyDluffy6017 commented on issue #8591: URL: https://github.com/apache/apisix/issues/8591#issuecomment-1375376756 Is the port `3306` correct ? -- 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] 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-1375369573 I tryed this configuration : ``` root@det1authent06:~/apisix/apisix-docker-master/test# curl http://127.0.0.1:9180/apisix/admin/stream_routes/1 -H 'X-API-KEY: edd1c9f034335f136

[GitHub] [apisix] github-actions[bot] closed pull request #7923: fix(cors): allow origins and regex conflict

2023-01-09 Thread GitBox
github-actions[bot] closed pull request #7923: fix(cors): allow origins and regex conflict URL: https://github.com/apache/apisix/pull/7923 -- 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 specifi

[GitHub] [apisix] github-actions[bot] commented on pull request #7923: fix(cors): allow origins and regex conflict

2023-01-09 Thread GitBox
github-actions[bot] commented on PR #7923: URL: https://github.com/apache/apisix/pull/7923#issuecomment-1375366692 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 #6143: discuss: Support config merge/overwrite by profile(like spring boot profile style)

2023-01-09 Thread GitBox
github-actions[bot] commented on issue #6143: URL: https://github.com/apache/apisix/issues/6143#issuecomment-1375366552 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] swtseaman commented on issue #8621: 希望能支持从请求体中进行条件过滤来进行灰度转发

2023-01-09 Thread GitBox
swtseaman commented on issue #8621: URL: https://github.com/apache/apisix/issues/8621#issuecomment-1375360942 > I think it will work, you could have a test 可是我不知道怎么读取,请问有文档或读取代码示例吗? -- This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [apisix-dashboard] marchlhw opened a new issue, #2707: ip限制插件配置UI展示异常

2023-01-09 Thread GitBox
marchlhw opened a new issue, #2707: URL: https://github.com/apache/apisix-dashboard/issues/2707 ### Issue description ip-restriction插件,数据可以正常的写,但是UI上无法正常展示 ### Expected behavior 1、etcd已经有数据 ![image](https://user-images.githubusercontent.com/7006014/211279177-1fdcd

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

2023-01-09 Thread GitBox
starsz commented on code in PR #8148: URL: https://github.com/apache/apisix/pull/8148#discussion_r1064450350 ## 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] monkeyDluffy6017 commented on a diff in pull request #8275: refactor: remove if statement in nginx.conf

2023-01-09 Thread GitBox
monkeyDluffy6017 commented on code in PR #8275: URL: https://github.com/apache/apisix/pull/8275#discussion_r1064448333 ## 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_

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

2023-01-09 Thread GitBox
monkeyDluffy6017 commented on issue #8591: URL: https://github.com/apache/apisix/issues/8591#issuecomment-1375345983 The nodes configured in route should not be `127.0.0.1:3306`, try `10.59.6.225:3306` ``` curl http://127.0.0.1:9180/apisix/admin/stream_routes/1 -H 'X-API-KEY: edd1c9f0

[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-1375337312 on the container, yes it's working when I try with the ip adress : root@b2a437b146f8:/usr/local/apisix# mysql --host=10.59.6.225 -u root -p Enter password: Welcome to the Ma

[GitHub] [apisix-helm-chart] AlinsRan commented on a diff in pull request #445: release new chart for APISIX v3.x

2023-01-09 Thread GitBox
AlinsRan commented on code in PR #445: URL: https://github.com/apache/apisix-helm-chart/pull/445#discussion_r1064434998 ## charts/apisix/values.yaml: ## @@ -527,11 +527,12 @@ etcd: replicaCount: 3 -dashboard: - enabled: false - +# -- Ingress controller configuration ing

[GitHub] [apisix] swtseaman opened a new issue, #8636: 关于原生插件开发

2023-01-09 Thread GitBox
swtseaman opened a new issue, #8636: URL: https://github.com/apache/apisix/issues/8636 ### Description 看了很多文档和视频,都是关于依赖plugin runner,使用python、go、java来开发插件的。 不知道使用这种方式对apisix的性能影响有多少?更希望采用原生lua方式开发插件,看了文档 https://apisix.apache.org/zh/docs/apisix/plugin-develop/ 这个文档对lua文件具体地址,插件的

[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-1375330086 I think it will work, you could have a test -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL a

[GitHub] [apisix-docker] tokers commented on issue #403: No External Plugins Support ?

2023-01-09 Thread GitBox
tokers commented on issue #403: URL: https://github.com/apache/apisix-docker/issues/403#issuecomment-1375327770 Hi, > It seems the docker image apache/apisix:latest is missing java as a dependency ? Yes, it doesn't contain the java plugin runner. > I am running in standa

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

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

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

2023-01-09 Thread GitBox
monkeyDluffy6017 commented on issue #8591: URL: https://github.com/apache/apisix/issues/8591#issuecomment-1375324452 I never use apisix in docker before, could you check if it is possbile to access mysql in apisix container? -- This is an automated message from the Apache Git Service. To

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

2023-01-09 Thread GitBox
tokers commented on issue #156: URL: https://github.com/apache/apisix-helm-chart/issues/156#issuecomment-1375322116 > Warning FailedPreStopHook 30m kubelet Exec lifecycle hook ([/opt/bitnami/scripts/etcd/prestop.sh]) for Container "etcd" in Pod "apisix-etcd-0_ingress-apisix(237e1554-1e0c-4

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

2023-01-09 Thread GitBox
sashokbg commented on issue #401: URL: https://github.com/apache/apisix-docker/issues/401#issuecomment-1375319907 Hello @soulbird thank you for the clarifications. Unfortunately the workaround with "ro" mode does not work since it makes the container crash with the bellow error messag

[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-1375318186 I use docker both for apisix and mysql (lke in the exemple) the container are runing : root@det1authent06:~# docker ps|grep apisix b2a437b146f8registry-docker.svc.ext.td

[GitHub] [apisix] MilkWangStudio commented on issue #8423: As a user, I want to use my existing cache infrastructure, e.g., Redis

2023-01-09 Thread GitBox
MilkWangStudio commented on issue #8423: URL: https://github.com/apache/apisix/issues/8423#issuecomment-1375315186 > The main point is not whether it is "cache server" or "integrate with storage solutions". The main point is if it is worth doing this job (💰💰💰 ). If we have an infinite budge

[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-1375312453 wait for resolve conflicts. -- 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-helm-chart] tokers commented on pull request #444: chore: support cofiguring TLS for stream ports

2023-01-09 Thread GitBox
tokers commented on PR #444: URL: https://github.com/apache/apisix-helm-chart/pull/444#issuecomment-1375311529 @tao12345666333 What's the progress of #401? -- 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] tokers 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 for ot

2023-01-09 Thread GitBox
tokers commented on issue #8629: URL: https://github.com/apache/apisix/issues/8629#issuecomment-1375310051 Besides the OIDC, do you have any other scenarios? @tellim -- 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-docker] sashokbg opened a new issue, #403: No External Plugins Support ?

2023-01-09 Thread GitBox
sashokbg opened a new issue, #403: URL: https://github.com/apache/apisix-docker/issues/403 Hello, I am unable to find out how to run external plugins on the docker image. I followed the apisix documentation at https://apisix.apache.org/docs/apisix/external-plugin/. What I ha

[GitHub] [apisix-helm-chart] tao12345666333 opened a new pull request, #445: release new chart for APISIX v3.x

2023-01-09 Thread GitBox
tao12345666333 opened a new pull request, #445: URL: https://github.com/apache/apisix-helm-chart/pull/445 Signed-off-by: Jintao Zhang follow #419 I will be publishing v1 of the Helm chart. so that it is clearer -- This is an automated message from the Apache Git Service.

[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-1375289017 > 我希望实现判断内容可配置,所以需要有一个地方可以配置我的filter_func的过滤内容 -- 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] monkeyDluffy6017 commented on issue #8591: help request: TCP proxy

2023-01-09 Thread GitBox
monkeyDluffy6017 commented on issue #8591: URL: https://github.com/apache/apisix/issues/8591#issuecomment-1375281055 I can not reproduce your problem, could you check if your apisix and mysql works well? `ps aux | grep nginx` `ps aux | grep mysql` @flechter -- This is an automated messa

[GitHub] [apisix-python-plugin-runner] 113998274 commented on issue #52: 自定义插件不能使用

2023-01-09 Thread GitBox
113998274 commented on issue #52: URL: https://github.com/apache/apisix-python-plugin-runner/issues/52#issuecomment-1375279360 我也出现这个问题,使用Development Mode启动测试正常,用Production Mode就会报错,测试复制stop.py改名一样如此,并发插件代码问题。但我的apisix-python-plugin-runner是使用了pyenv启动的,我不知道是否这影响了。测试得出是Production Mode启动缺少 ex

[GitHub] [apisix-website] netlify[bot] commented on pull request #1468: Add blog post "Accessing Apisix-dashboard from everywhere with Keycloak authentication"

2023-01-09 Thread GitBox
netlify[bot] commented on PR #1468: URL: https://github.com/apache/apisix-website/pull/1468#issuecomment-1375273859 ### 👷 Deploy Preview for *apache-apisix* processing. | Name | Link | |-|| |🔨 Latest commit | 12f8394d

[GitHub] [apisix-website] MirtoBusico opened a new pull request, #1468: Add blog post "Accessing Apisix-dashboard from everywhere with Keycloak authentication"

2023-01-09 Thread GitBox
MirtoBusico opened a new pull request, #1468: URL: https://github.com/apache/apisix-website/pull/1468 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

[GitHub] [apisix] MekelCon commented on pull request #8587: fix: issue 8511 The format of response body that returned by plugin should match Content-Type

2023-01-09 Thread GitBox
MekelCon commented on PR #8587: URL: https://github.com/apache/apisix/pull/8587#issuecomment-1375273053 > > > > @spacewander I saw the CI failed due to this line, 121 : `local accept_header = core_request.header(ctx, "Accept")` Because `ctx` is 'not defined' Wich is true, but it works, i am

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

2023-01-09 Thread GitBox
tao12345666333 commented on issue #1435: URL: https://github.com/apache/apisix-ingress-controller/issues/1435#issuecomment-1375266194 If you use the latest version of Helm chart, you only need the following command to complete the installation ```bash NS=apisix helm upgrade -i

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