Re: [I] help request: Added whitelist IP addresses and restarted Apisix, but still unable to access [apisix]

2025-03-24 Thread via GitHub
13723778149 commented on issue #12080: URL: https://github.com/apache/apisix/issues/12080#issuecomment-2749837166 > 您能否提供配置文件以及路由和插件的配置信息?另外,请求失败时的错误消息是什么? [root@new-chess-gateway 09:37:04 /usr/local/apisix]$ cat conf/config.yaml --- stream_plugins: - ip-restriction - limit

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

2025-03-24 Thread via GitHub
hachi029 commented on code in PR #12048: URL: https://github.com/apache/apisix/pull/12048#discussion_r2011414662 ## apisix/plugin.lua: ## @@ -506,6 +506,16 @@ function _M.filter(ctx, conf, plugins, route_conf, phase) if plugin_conf._meta and plugin_conf._meta.priori

Re: [I] help request: 3.9 apisix no such metric as apisix_upstream_status [apisix]

2025-03-24 Thread via GitHub
1450793561 commented on issue #12022: URL: https://github.com/apache/apisix/issues/12022#issuecomment-2749821162 How to resolve? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comme

Re: [I] bug: openid-connect gives error when targetUrl and redirectUrl are same [apisix]

2025-03-24 Thread via GitHub
SkyeYoung commented on issue #11713: URL: https://github.com/apache/apisix/issues/11713#issuecomment-2750071852 @arnab-sharma Hi, I am trying to solve this issue. But I haven't found any configuration related to the `targetURL` description in apisix and keycloak. Could you please clarify wh

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

2025-03-24 Thread via GitHub
nic-6443 commented on code in PR #12048: URL: https://github.com/apache/apisix/pull/12048#discussion_r2011253938 ## apisix/plugin.lua: ## @@ -506,6 +506,16 @@ function _M.filter(ctx, conf, plugins, route_conf, phase) if plugin_conf._meta and plugin_conf._meta.priori

apisix.git: Error while running github feature from moonming-patch-3:.asf.yaml

2025-03-24 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 139, column 1: ^ (line: 139) unexpected key not in schema 'notifications' in "apisix.git/.asf.yaml::github", line 143, column 1: pullrequests: n

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-03-24 Thread via GitHub
Baoyuantop commented on code in PR #11629: URL: https://github.com/apache/apisix/pull/11629#discussion_r2011221058 ## apisix/plugins/opa/helper.lua: ## @@ -34,9 +34,25 @@ local function build_var(conf, ctx) } end +local function get_body_for_request() +local original

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

2025-03-24 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 139, column 1: ^ (line: 139) unexpected key not in schema 'notifications' in "apisix.git/.asf.yaml::github", line 143, column 1: pullrequests: n

Re: [I] feat: In version 3.9.1 apisix, multiple ingress controllers are deployed in the same K8S cluster, corresponding to the same set of etcds, and consul is used for service discovery, and some api

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

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-03-24 Thread via GitHub
Baoyuantop commented on PR #11629: URL: https://github.com/apache/apisix/pull/11629#issuecomment-2749899857 Hi @wistefan, please synchronize the latest master branch code to trigger the test. -- This is an automated message from the Apache Git Service. To respond to the message, please lo

Re: [I] help request: issues with “host” header management in case of APISIX Upstream with multiple nodes [apisix]

2025-03-24 Thread via GitHub
Baoyuantop commented on issue #12079: URL: https://github.com/apache/apisix/issues/12079#issuecomment-2749891433 Are your two upstream nodes using different hosts? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the UR

[PR] fix: startup failure caused by file stream_worker_events [apisix-docker]

2025-03-24 Thread via GitHub
louxiu opened a new pull request, #584: URL: https://github.com/apache/apisix-docker/pull/584 (no comment) -- 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

Re: [I] feat: As a user, I want to be able to set ip-restriction plugin http response code to 404 [apisix]

2025-03-24 Thread via GitHub
moonming commented on issue #12056: URL: https://github.com/apache/apisix/issues/12056#issuecomment-2749874633 > Hi [@juzhiyuan](https://github.com/juzhiyuan)! The idea is [security through obscurity](https://en.wikipedia.org/wiki/Security_through_obscurity). Even github uses this technique

[PR] docs: update PULL_REQUEST_TEMPLATE.md [apisix]

2025-03-24 Thread via GitHub
moonming opened a new pull request, #12081: URL: https://github.com/apache/apisix/pull/12081 ### 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 fe

(apisix) 01/01: docs: update PULL_REQUEST_TEMPLATE.md

2025-03-24 Thread wenming
This is an automated email from the ASF dual-hosted git repository. wenming pushed a commit to branch moonming-patch-3 in repository https://gitbox.apache.org/repos/asf/apisix.git commit 49317fbf9d8a007433e3c14164cb474087de7bc5 Author: Ming Wen AuthorDate: Tue Mar 25 10:15:46 2025 +0800 doc

Re: [PR] feat: allow to use environment variables for openid-connect plugin [apisix]

2025-03-24 Thread via GitHub
darkSheep404 commented on PR #11451: URL: https://github.com/apache/apisix/pull/11451#issuecomment-2749870920 > Hi @darkSheep404, can you merge the latest master branch to trigger all the tests? hi @Baoyuantop just merged -- This is an automated message from the Apache Git Service

Re: [I] help request: 3.9 apisix no such metric as apisix_upstream_status [apisix]

2025-03-24 Thread via GitHub
Baoyuantop commented on issue #12022: URL: https://github.com/apache/apisix/issues/12022#issuecomment-2749845466 you can refer to https://apisix.apache.org/docs/apisix/tutorials/health-check/#health-check-status -- This is an automated message from the Apache Git Service. To respond to th

Re: [PR] feat: allow to use environment variables for openid-connect plugin [apisix]

2025-03-24 Thread via GitHub
Baoyuantop commented on PR #11451: URL: https://github.com/apache/apisix/pull/11451#issuecomment-2749830992 Hi @darkSheep404, can you merge the latest master branch to trigger all the tests? -- This is an automated message from the Apache Git Service. To respond to the message, please log

(apisix-website) branch master updated: blog: add 6-essential-ai-gateway-use-cases (#1875)

2025-03-24 Thread guoqi
This is an automated email from the ASF dual-hosted git repository. guoqi pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/apisix-website.git The following commit(s) were added to refs/heads/master by this push: new 6a1c93bf8ea blog: add 6-essential-ai-gate

Re: [PR] blog: add 6-essential-ai-gateway-use-cases [apisix-website]

2025-03-24 Thread via GitHub
guoqqqi merged PR #1875: URL: https://github.com/apache/apisix-website/pull/1875 -- 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: [I] help request: Added whitelist IP addresses and restarted Apisix, but still unable to access [apisix]

2025-03-24 Thread via GitHub
Baoyuantop commented on issue #12080: URL: https://github.com/apache/apisix/issues/12080#issuecomment-2749797344 Can you provide the config file and the configuration information for the routes and plugins? Also what is the error message when the request fails? -- This is an automated mes

[I] help request: Added whitelist IP addresses and restarted Apisix, but still unable to access [apisix]

2025-03-24 Thread via GitHub
13723778149 opened a new issue, #12080: URL: https://github.com/apache/apisix/issues/12080 ### Description "curl http://127.0.0.1:9180/apisix/admin/routes/1 -H "X-API-KEY: xxx" -X PUT" The whitelist was added through the API interface, but it did not take effect

Re: [PR] feat: Capable of overriding the configurations of the nginx http `lua_shared_dict` [apisix-helm-chart]

2025-03-24 Thread via GitHub
kworkbee commented on PR #690: URL: https://github.com/apache/apisix-helm-chart/pull/690#issuecomment-2748328564 Hello @shreemaan-abhishek, The target branch is set incorrectly and it seems that the feature is not currently reflected in the latest Chart. Could you please take a look into

[I] Add multi-auth plugin to Apisix Dashboard [apisix-dashboard]

2025-03-24 Thread via GitHub
029A-h opened a new issue, #2979: URL: https://github.com/apache/apisix-dashboard/issues/2979 As far as I understand, the multi-auth plugin is not implemented in the Apisix Dashboard. Currently, I have to call the admin API to edit the plugin settings. Could we add multi-auth to the Authent

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-03-24 Thread via GitHub
LuciaCabanillasRodriguez commented on PR #11629: URL: https://github.com/apache/apisix/pull/11629#issuecomment-2748310823 Hello! If I want this new implementation with the request body, what should I do? -- This is an automated message from the Apache Git Service. To respond to the messag

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

2025-03-24 Thread via GitHub
hachi029 commented on code in PR #12048: URL: https://github.com/apache/apisix/pull/12048#discussion_r2010185654 ## apisix/plugin.lua: ## @@ -506,6 +506,16 @@ function _M.filter(ctx, conf, plugins, route_conf, phase) if plugin_conf._meta and plugin_conf._meta.priori

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

2025-03-24 Thread via GitHub
hachi029 commented on code in PR #12048: URL: https://github.com/apache/apisix/pull/12048#discussion_r2010185654 ## apisix/plugin.lua: ## @@ -506,6 +506,16 @@ function _M.filter(ctx, conf, plugins, route_conf, phase) if plugin_conf._meta and plugin_conf._meta.priori

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

2025-03-24 Thread via GitHub
hachi029 commented on code in PR #12048: URL: https://github.com/apache/apisix/pull/12048#discussion_r2010185654 ## apisix/plugin.lua: ## @@ -506,6 +506,16 @@ function _M.filter(ctx, conf, plugins, route_conf, phase) if plugin_conf._meta and plugin_conf._meta.priori

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

2025-03-24 Thread via GitHub
hachi029 commented on code in PR #12048: URL: https://github.com/apache/apisix/pull/12048#discussion_r2010185654 ## apisix/plugin.lua: ## @@ -506,6 +506,16 @@ function _M.filter(ctx, conf, plugins, route_conf, phase) if plugin_conf._meta and plugin_conf._meta.priori

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

2025-03-24 Thread via GitHub
hachi029 commented on code in PR #12048: URL: https://github.com/apache/apisix/pull/12048#discussion_r2010185654 ## apisix/plugin.lua: ## @@ -506,6 +506,16 @@ function _M.filter(ctx, conf, plugins, route_conf, phase) if plugin_conf._meta and plugin_conf._meta.priori

Re: [I] feat: As a user, I want to be able to set ip-restriction plugin http response code to 404 [apisix]

2025-03-24 Thread via GitHub
papdaniel commented on issue #12056: URL: https://github.com/apache/apisix/issues/12056#issuecomment-2748048846 Hi @juzhiyuan! The idea is [security through obscurity](https://en.wikipedia.org/wiki/Security_through_obscurity). Even github uses this technique, try accessing one of my priv

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

2025-03-24 Thread via GitHub
hgaong commented on issue #12067: URL: https://github.com/apache/apisix/issues/12067#issuecomment-2747826797 config.yaml ``` apisix: node_listen: 9080 # APISIX listening port enable_ipv6: false deployment: admin: allow_admin:

Re: [PR] fix: timed read kubernetes service discovery token [apisix]

2025-03-24 Thread via GitHub
nic-6443 commented on code in PR #12057: URL: https://github.com/apache/apisix/pull/12057#discussion_r2009841918 ## apisix/discovery/kubernetes/init.lua: ## @@ -324,23 +333,31 @@ local function get_apiserver(conf) return nil, err end elseif conf.client

Re: [PR] fix: timed read kubernetes service discovery token [apisix]

2025-03-24 Thread via GitHub
Baoyuantop commented on code in PR #12057: URL: https://github.com/apache/apisix/pull/12057#discussion_r2009910905 ## apisix/discovery/kubernetes/init.lua: ## @@ -324,23 +333,31 @@ local function get_apiserver(conf) return nil, err end elseif conf.clie

Re: [PR] fix: timed read kubernetes service discovery token [apisix]

2025-03-24 Thread via GitHub
Baoyuantop commented on code in PR #12057: URL: https://github.com/apache/apisix/pull/12057#discussion_r2009909607 ## apisix/discovery/kubernetes/init.lua: ## @@ -324,23 +333,31 @@ local function get_apiserver(conf) return nil, err end elseif conf.clie

Re: [PR] chore: remove extra slash when locating LuaJIT binary [apisix]

2025-03-24 Thread via GitHub
github-actions[bot] commented on PR #11606: URL: https://github.com/apache/apisix/pull/11606#issuecomment-2747557790 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. --

Re: [PR] feat: Allow proxy_cache zones to be configured from values.yaml [apisix-helm-chart]

2025-03-24 Thread via GitHub
brmejia commented on PR #802: URL: https://github.com/apache/apisix-helm-chart/pull/802#issuecomment-2747566611 Could someone give feedback or review this PR? Thanks -- 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: support http2 and http1 at the same time after v3.9 [apisix]

2025-03-24 Thread via GitHub
github-actions[bot] commented on issue #11123: URL: https://github.com/apache/apisix/issues/11123#issuecomment-2747557495 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 si

Re: [PR] chore: remove extra slash when locating LuaJIT binary [apisix]

2025-03-24 Thread via GitHub
github-actions[bot] closed pull request #11606: chore: remove extra slash when locating LuaJIT binary URL: https://github.com/apache/apisix/pull/11606 -- 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: [PR] feat: allow to use environment variables for openid-connect plugin [apisix]

2025-03-24 Thread via GitHub
github-actions[bot] commented on PR #11451: URL: https://github.com/apache/apisix/pull/11451#issuecomment-2747557669 This pull request has been marked as stale due to 60 days of inactivity. It will be closed in 4 weeks if no further activity occurs. If you think that's incorrect or this pul

Re: [PR] fix: timed read kubernetes service discovery token [apisix]

2025-03-24 Thread via GitHub
nic-6443 commented on code in PR #12057: URL: https://github.com/apache/apisix/pull/12057#discussion_r2009845619 ## apisix/discovery/kubernetes/init.lua: ## @@ -324,23 +333,31 @@ local function get_apiserver(conf) return nil, err end elseif conf.client

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

2025-03-24 Thread via GitHub
nic-6443 commented on code in PR #12048: URL: https://github.com/apache/apisix/pull/12048#discussion_r2009812263 ## apisix/plugin.lua: ## @@ -506,6 +506,16 @@ function _M.filter(ctx, conf, plugins, route_conf, phase) if plugin_conf._meta and plugin_conf._meta.priori

Re: [PR] feat: openid-connect plugin: Support extra session config options, remove unused option [apisix]

2025-03-24 Thread via GitHub
mengxzh commented on PR #12051: URL: https://github.com/apache/apisix/pull/12051#issuecomment-2747467347 > > @arthurdarcet Why lift this limitaion as your code? As a custom config feature, it will be flexible. > > yes, feel free to open another PR to remove the additionalProps: false

Re: [PR] feat: extend chaitin-waf plugin functionalities #9945 [apisix]

2025-03-24 Thread via GitHub
Baoyuantop commented on PR #12029: URL: https://github.com/apache/apisix/pull/12029#issuecomment-2747440205 cc @membphis help review -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific c

[PR] blog: add 3.12.0 release notes [apisix-website]

2025-03-24 Thread via GitHub
kayx23 opened a new pull request, #1876: URL: https://github.com/apache/apisix-website/pull/1876 Add 3.12.0 release notes. - [ ] placeholder date -- 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

[PR] blog: add 6-essential-ai-gateway-use-cases [apisix-website]

2025-03-24 Thread via GitHub
Yilialinn opened a new pull request, #1875: URL: https://github.com/apache/apisix-website/pull/1875 add AI-related blog: 6 Essential AI Gateway Use Cases -- 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: [OIDC]When generate state, check in session? [apisix]

2025-03-24 Thread via GitHub
juzhiyuan closed issue #11955: help request: [OIDC]When generate state, check in session? URL: https://github.com/apache/apisix/issues/11955 -- 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

Re: [PR] feat: openid-connect plugin: Support extra session config options, remove unused option [apisix]

2025-03-24 Thread via GitHub
arthurdarcet commented on PR #12051: URL: https://github.com/apache/apisix/pull/12051#issuecomment-2747312551 > @arthurdarcet Why lift this limitaion as your code? As a custom config feature, it will be flexible. yes, feel free to open another PR to remove the additionalProps: false o

Re: [PR] feat: openid-connect plugin: Support extra session config options, remove unused option [apisix]

2025-03-24 Thread via GitHub
mengxzh commented on PR #12051: URL: https://github.com/apache/apisix/pull/12051#issuecomment-2747276023 @arthurdarcet Why lift this limitaion as your code? As a custom feature, it will be flexible. -- This is an automated message from the Apache Git Service. To respond to the message, pl

Re: [PR] feat: openid-connect plugin: Support extra session config options, remove unused option [apisix]

2025-03-24 Thread via GitHub
arthurdarcet commented on PR #12051: URL: https://github.com/apache/apisix/pull/12051#issuecomment-2747220460 @mengxzh this isn't really a support forum. I meant that you need to write a custom plugin to replace the existing openid-connect plugin, but can do that with very little custom cod

[I] help request: issues with “host” header management in case of APISIX Upstream with multiple nodes [apisix]

2025-03-24 Thread via GitHub
edda25 opened a new issue, #12079: URL: https://github.com/apache/apisix/issues/12079 ### Description Hi. I’m new to Apache Apisix and looking into the documentation, but still I cannot solve the following issue I’m encountering when I configure upstreams with multiple nodes.