Re: [PR] fix: memory leak when handling large resp body [apisix]

2025-04-02 Thread via GitHub
membphis commented on PR #12035: URL: https://github.com/apache/apisix/pull/12035#issuecomment-2774660381 @shreemaan-abhishek Is this task still ongoing? If not, we can close it ^_^ -- This is an automated message from the Apache Git Service. To respond to the message, please log o

Re: [PR] feat: As a user, I want to include the request body in the opa-input, so that I can reason about its contents [apisix]

2025-04-02 Thread via GitHub
wistefan commented on PR #11629: URL: https://github.com/apache/apisix/pull/11629#issuecomment-2774639326 @Baoyuantop Yes, most likely beginning of next week -- 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

Re: [I] help request: "?partner=0" special character how to rewrite in uri ? [apisix]

2025-04-02 Thread via GitHub
kayx23 commented on issue #12114: URL: https://github.com/apache/apisix/issues/12114#issuecomment-2774578627 I saw that this use case is test covered: https://github.com/user-attachments/assets/27cda50b-2afb-4f8a-b3e9-9357cfa278dd"; /> -- This is an automated message from the Apach

Re: [PR] feat: support OIDC claim validator (#8772) [apisix]

2025-04-02 Thread via GitHub
Baoyuantop commented on PR #11824: URL: https://github.com/apache/apisix/pull/11824#issuecomment-2774553815 Hi @beardnick, do you have time to continue working on this PR? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and us

Re: [PR] fix: plugins repeats the rewrite phase when consumer configs with a plugin [apisix]

2025-04-02 Thread via GitHub
Baoyuantop merged PR #12048: URL: https://github.com/apache/apisix/pull/12048 -- 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...@

Re: [PR] feat: As a user, I want to include the request body in the opa-input, so that I can reason about its contents [apisix]

2025-04-02 Thread via GitHub
Baoyuantop commented on PR #11629: URL: https://github.com/apache/apisix/pull/11629#issuecomment-2774552898 Hi @wistefan, do you have time to continue working on this PR? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

Re: [I] help request: when using `hmac-auth` and `proxy-rewrite` plugin simultaneously, why does the rewrite phase of `proxy-rewrite` gets executed twice? Is this a Bug? [apisix]

2025-04-02 Thread via GitHub
Baoyuantop closed issue #10873: help request: when using `hmac-auth` and `proxy-rewrite` plugin simultaneously, why does the rewrite phase of `proxy-rewrite` gets executed twice? Is this a Bug? URL: https://github.com/apache/apisix/issues/10873 -- This is an automated message from the Apache

apisix.git: Error while running github feature from master:.asf.yaml

2025-04-02 Thread Apache Infrastructure
An error occurred while processing the github feature in .asf.yaml: while parsing a mapping in "apisix.git/.asf.yaml::github", line 143, column 1: ^ (line: 143) unexpected key not in schema 'notifications' in "apisix.git/.asf.yaml::github", line 147, column 1: pullrequests: n

Re: [I] help request: "?partner=0" special character how to rewrite in uri ? [apisix]

2025-04-02 Thread via GitHub
sesharaot commented on issue #12114: URL: https://github.com/apache/apisix/issues/12114#issuecomment-2774442717 The above is the actual i just replaced with original client info. Here is the APISIX log as well. - - [03/Apr/2025:03:58:25 +] test.trafyn.co "GET api/abc/1234/x

Re: [I] bug: 开发了一个插件,修改了server返回的流式响应的请求体,apisix一次响应不是一个chunk,而是累积几个chunk一起响应 [apisix]

2025-04-02 Thread via GitHub
woniuxu commented on issue #11977: URL: https://github.com/apache/apisix/issues/11977#issuecomment-2774437101 > [@bzp2010](https://github.com/bzp2010) 参考其他回答,增加了如下配置 > > ``` > nginx_config: > http_configuration_snippet: | > proxy_buffering off; > ``` > > 可以解决问

Re: [I] bug: In apisix version 3.6.0,apisix_upstream_status This indicator has abnormal indicators [apisix]

2025-04-02 Thread via GitHub
1450793561 commented on issue #12085: URL: https://github.com/apache/apisix/issues/12085#issuecomment-2774211979 In version 3.9 also same question -- 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

Re: [I] help request: offline installation with rpm prompts missing dependencies [apisix]

2025-04-02 Thread via GitHub
ccnh0827 commented on issue #12119: URL: https://github.com/apache/apisix/issues/12119#issuecomment-2774136045 看起来像是缺少了非常多的依赖,我想问一下,这个是因为我在不同环境上下载和安装导致的嘛 -- 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

Re: [I] help request: offline installation with rpm prompts missing dependencies [apisix]

2025-04-02 Thread via GitHub
ccnh0827 commented on issue #12119: URL: https://github.com/apache/apisix/issues/12119#issuecomment-2774135071 Error: Problem 1: conflicting requests - nothing provides libcrypto.so.1.1()(64bit) needed by cyrus-sasl-2.1.27-6.el8_5.x86_64 from @commandline - nothing provides li

Re: [PR] fix: plugins repeats the rewrite phase when consumer configs with a plugin [apisix]

2025-04-02 Thread via GitHub
membphis commented on code in PR #12048: URL: https://github.com/apache/apisix/pull/12048#discussion_r2025879879 ## t/node/plugin1.t: ## @@ -0,0 +1,104 @@ +# Review Comment: You can make a try, give this file a meaningful name -- This is an automated message from the Apa

Re: [I] Add Support for Amazon Linux 2023 Packages [apisix]

2025-04-02 Thread via GitHub
moonming commented on issue #12082: URL: https://github.com/apache/apisix/issues/12082#issuecomment-2774133232 > [@bzp2010](https://github.com/bzp2010) [@moonming](https://github.com/moonming) what do you think? Looks good to me. @zhangzhao2010 welcome to add `Amazon Linux 2023` build

Re: [I] help request: offline installation with rpm prompts missing dependencies [apisix]

2025-04-02 Thread via GitHub
ccnh0827 commented on issue #12119: URL: https://github.com/apache/apisix/issues/12119#issuecomment-2774133524 > Do you mean that you download the installer on Rocky linux 8.9 and then get an error installing on Rocky linux 9.5 using that package? 是的,没错 -- This is an automated mess

[I] help request: 使用rpm离线安装,包缺少依赖 [apisix]

2025-04-02 Thread via GitHub
ccnh0827 opened a new issue, #12119: URL: https://github.com/apache/apisix/issues/12119 ### Description 有两套环境,一套是开发环境有网内核版本Rocky linux 8.9,一套是测试环境,没有网 内核版本Rocky linux9.5, 我在开发环境下载的rpm在测试环境安装时报错,如下图所示 https://github.com/user-attachments/assets/5594da11-e4cd-4e41-a959-76e266af8

Re: [I] feat: As a user, I want to add support for consumer description [apisix-ingress-controller]

2025-04-02 Thread via GitHub
github-actions[bot] commented on issue #: URL: https://github.com/apache/apisix-ingress-controller/issues/#issuecomment-2774101218 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

[I] docs: file-logger how to use "match" attributes [apisix]

2025-04-02 Thread via GitHub
hahait opened a new issue, #12115: URL: https://github.com/apache/apisix/issues/12115 ### Current State apisix version: 3.10.0 In the official documentation, "match" is array, But in the example, "match" turns out to be an object 1. Set this parameter in the plug-in fil

Re: [I] help request: use splunk-hec-logging plugin [apisix]

2025-04-02 Thread via GitHub
kayx23 commented on issue #12117: URL: https://github.com/apache/apisix/issues/12117#issuecomment-2772975788 Please checkout this doc with a bit more details and see if it helps: https://docs.api7.ai/hub/splunk-hec-logging -- This is an automated message from the Apache Git Service. To re

Re: [I] docs: file-logger how to use "match" attributes [apisix]

2025-04-02 Thread via GitHub
kayx23 commented on issue #12115: URL: https://github.com/apache/apisix/issues/12115#issuecomment-2772928931 I will reopen this issue until the doc is fixed -- 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

Re: [I] docs: file-logger how to use "match" attributes [apisix]

2025-04-02 Thread via GitHub
hahait commented on issue #12115: URL: https://github.com/apache/apisix/issues/12115#issuecomment-2772118987 > I checked in the code and test case - `match` is expecting an array of array(s). So ideally your first test should work; and doc example is wrong (noted, will correct this). >

Re: [I] feat: As a user, I want to include the request body in the opa-input, so that I can reason about its contents [apisix]

2025-04-02 Thread via GitHub
wistefan commented on issue #11387: URL: https://github.com/apache/apisix/issues/11387#issuecomment-2772629682 @LuciaCabanillasRodriguez The file will be forwarded to opa in its original encoding. So it depends how the file was encoded in the request -- This is an automated message from t

Re: [I] feat: As a user, I want to include the request body in the opa-input, so that I can reason about its contents [apisix]

2025-04-02 Thread via GitHub
LuciaCabanillasRodriguez commented on issue #11387: URL: https://github.com/apache/apisix/issues/11387#issuecomment-2772643655 @wistefan Can OPA receive APISIX files and analyse them? From what I thought, APISIX sent a json input containing header parameters for example, and what we are loo

Re: [I] feat: As a user, I want to include the request body in the opa-input, so that I can reason about its contents [apisix]

2025-04-02 Thread via GitHub
LuciaCabanillasRodriguez commented on issue #11387: URL: https://github.com/apache/apisix/issues/11387#issuecomment-2772586219 Just one question, if the request contains a file, what would happen? -- This is an automated message from the Apache Git Service. To respond to the message, pleas

Re: [I] bug: apisix prometheus metrics lost, must restart apisix pods [apisix]

2025-04-02 Thread via GitHub
cataglyphis commented on issue #12112: URL: https://github.com/apache/apisix/issues/12112#issuecomment-2772538098 > From the error logs, these two errors are related to the `http_latency` and `bandwidth` metrics respectively, indicating that these metrics generate a large number of key valu

[PR] fix: running stale healthchecker when new node count <= 1 [apisix]

2025-04-02 Thread via GitHub
Revolyssup opened a new pull request, #12118: URL: https://github.com/apache/apisix/pull/12118 ### Description Problem description The customer has a domain name configured with health check (the upstream type is K8S service discovery). Now it is found that after the upstream service

[I] Google / Microsoft SSO support for dashboard login [apisix-dashboard]

2025-04-02 Thread via GitHub
sanket-valani-tss opened a new issue, #2980: URL: https://github.com/apache/apisix-dashboard/issues/2980 # Feature request SSO support on dashboard login ## Please describe your feature Current dashboard login can be done only via username and password, request to support sso vi

[I] help request: use splunk-hec-logging plugin [apisix]

2025-04-02 Thread via GitHub
haddasbronfman opened a new issue, #12117: URL: https://github.com/apache/apisix/issues/12117 ### Description Hi, I'm trying to use `splunk-hec-logging` plugin, but with no luck. This is my `values.yaml` file: ``` apisix: service: enable_debug: true type

Re: [I] help request: service health check interval [apisix]

2025-04-02 Thread via GitHub
hgaong commented on issue #12067: URL: https://github.com/apache/apisix/issues/12067#issuecomment-2772230209 > > How did you deploy APISIX? Are there multiple instances running? > > I deployed two Apisix nodes, but the Spring Boot service log shows that heartbeat requests only come fr

Re: [I] help request: service health check interval [apisix]

2025-04-02 Thread via GitHub
hgaong commented on issue #12067: URL: https://github.com/apache/apisix/issues/12067#issuecomment-2772223010 > How did you deploy APISIX? Are there multiple instances running? I deployed two Apisix nodes, but the Spring Boot service log shows that heartbeat requests only come from the

Re: [I] bug: In apisix version 3.6.0,apisix_upstream_status This indicator has abnormal indicators [apisix]

2025-04-02 Thread via GitHub
1450793561 commented on issue #12085: URL: https://github.com/apache/apisix/issues/12085#issuecomment-2772028976 If the following configuration is used, there is still an indicator of 0. https://github.com/user-attachments/assets/6eda615b-d708-479d-aeeb-341b834311ee"; /> ``

Re: [PR] docs: improve `proxy-rewrite` plugin docs [apisix]

2025-04-02 Thread via GitHub
kayx23 merged PR #11849: URL: https://github.com/apache/apisix/pull/11849 -- 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...@apis

[I] help request: "?partner=0" special character how to rewrite in uri ? [apisix]

2025-04-02 Thread via GitHub
sesharaot opened a new issue, #12114: URL: https://github.com/apache/apisix/issues/12114 ### Description Hi , Route config : - uri: /api/abc/* plugins: proxy-rewrite: host: "abc.demo.co" regex_uri: [ "^/api/abc/([^/]+)/xyz/a

Re: [I] docs: file-logger how to use "match" attributes [apisix]

2025-04-02 Thread via GitHub
hahait commented on issue #12115: URL: https://github.com/apache/apisix/issues/12115#issuecomment-2772140420 The correct way to write it is as follows, which has been verified: ``` "match": [ [ [ "arg_name", "==", "jack" ]

Re: [I] docs: file-logger how to use "match" attributes [apisix]

2025-04-02 Thread via GitHub
kayx23 commented on issue #12115: URL: https://github.com/apache/apisix/issues/12115#issuecomment-2772103018 I checked in the code and test case - `match` is expecting an array of array(s). So ideally your first test should work; and doc example is wrong (noted, will correct this). T

Re: [I] docs: file-logger how to use "match" attributes [apisix]

2025-04-02 Thread via GitHub
hahait closed issue #12115: docs: file-logger how to use "match" attributes URL: https://github.com/apache/apisix/issues/12115 -- 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. T

Re: [I] help request: "?partner=0" special character how to rewrite in uri ? [apisix]

2025-04-02 Thread via GitHub
kayx23 commented on issue #12114: URL: https://github.com/apache/apisix/issues/12114#issuecomment-2772089450 Could you check what is actually configured in the gateway? Could try to scope it down to whether it is an escape issue or an issue with `regex_uri`. -- This is an automated me

Re: [I] bug: In apisix version 3.6.0,apisix_upstream_status This indicator has abnormal indicators [apisix]

2025-04-02 Thread via GitHub
Baoyuantop commented on issue #12085: URL: https://github.com/apache/apisix/issues/12085#issuecomment-2772018274 Sorry I realized that these configurations are not yet available in version 3.6.0, this configuration allows you to set the expiration time of this indicator, if it is not update

apisix.git: Error while running github feature from master:.asf.yaml

2025-04-02 Thread Apache Infrastructure
An error occurred while processing the github feature in .asf.yaml: while parsing a mapping in "apisix.git/.asf.yaml::github", line 143, column 1: ^ (line: 143) unexpected key not in schema 'notifications' in "apisix.git/.asf.yaml::github", line 147, column 1: pullrequests: n

Re: [I] help request: failed to get schema for plugin: skywalking [apisix]

2025-04-02 Thread via GitHub
zx900930 commented on issue #12032: URL: https://github.com/apache/apisix/issues/12032#issuecomment-2771617762 > Please provide reproducible steps add these to the plugin config of any route: ``` , "skywalking": { "_meta": { "disable": false },

Re: [I] bug: In apisix version 3.6.0,apisix_upstream_status This indicator has abnormal indicators [apisix]

2025-04-02 Thread via GitHub
1450793561 commented on issue #12085: URL: https://github.com/apache/apisix/issues/12085#issuecomment-2772050058 Do you mean that if the expire time is not set, it will be automatically cleared? How long does it take to clear automatically? But I haven't cleared it in days -- This is an

Re: [I] help request: failed to get schema for plugin: skywalking [apisix]

2025-04-02 Thread via GitHub
zx900930 commented on issue #12032: URL: https://github.com/apache/apisix/issues/12032#issuecomment-2772047811 > Is the skywalking plugin correctly enabled in the APISIX configuration file? never mind, the metrics are correcly pushed to skywalking server, but the logs still contains

(apisix) branch master updated: docs: fix the credentials api address error in the example (#12113)

2025-04-02 Thread baoyuan
This is an automated email from the ASF dual-hosted git repository. baoyuan 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 6e17320b7 docs: fix the credentials api address

Re: [I] help request: failed to get schema for plugin: skywalking [apisix]

2025-04-02 Thread via GitHub
Baoyuantop commented on issue #12032: URL: https://github.com/apache/apisix/issues/12032#issuecomment-2771808524 Is the skywalking plugin correctly enabled in the APISIX configuration file? -- This is an automated message from the Apache Git Service. To respond to the message, please log o

[PR] docs: change the API address in the terminology credential documentation example [apisix]

2025-04-02 Thread via GitHub
WangXin3 opened a new pull request, #12113: URL: https://github.com/apache/apisix/pull/12113 ### Description When I consulted the terminology/credential document, I found that the API address in the example was different from the API address for creating credentials in th

Re: [PR] fix: consumer key duplication check [apisix]

2025-04-02 Thread via GitHub
nic-6443 commented on code in PR #12040: URL: https://github.com/apache/apisix/pull/12040#discussion_r2024276485 ## apisix/admin/consumers.lua: ## @@ -73,14 +70,14 @@ local function check_conf(username, conf, need_username, schema) end if conf.plugins then -

Re: [I] help request: I want to rewrite the information returned by the interface in serverless-post-function [apisix]

2025-04-02 Thread via GitHub
flyletc commented on issue #12104: URL: https://github.com/apache/apisix/issues/12104#issuecomment-2771559170 > Does this plugin fit your design? https://github.com/bzp2010/apisix-plugin-pipeline-request Thank you very much, I will try it out -- This is an automated message from th