Re: [I] Enable JSON Formatting and Customizable Schema for Lua Logs [apisix]

2025-05-16 Thread via GitHub
luarx commented on issue #11839: URL: https://github.com/apache/apisix/issues/11839#issuecomment-2887778954 From my point of view, this makes sense and it would be definitely useful because of the reasons that are explained 🙏 -- This is an automated message from the Apache Git Service. T

Re: [I] bug: When I turn on kafka-logger and body-transformer at the same time, the response body conversion of body-transformer plugin will fail. [apisix]

2025-05-16 Thread via GitHub
Baoyuantop commented on issue #11356: URL: https://github.com/apache/apisix/issues/11356#issuecomment-2885984503 If there is still a problem, please open it again. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the UR

Re: [I] help request: How to use nginx's internal attributes [apisix]

2025-05-16 Thread via GitHub
Baoyuantop commented on issue #11652: URL: https://github.com/apache/apisix/issues/11652#issuecomment-2879146731 If there is still a problem, please open it again. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the UR

Re: [I] help request:init_by_lua error: /usr/local/openresty/lualib/resty/core/base.lua:80: loop or previous error loading module 'apisix.core' [apisix]

2025-05-16 Thread via GitHub
Baoyuantop closed issue #11660: help request:init_by_lua error: /usr/local/openresty/lualib/resty/core/base.lua:80: loop or previous error loading module 'apisix.core' URL: https://github.com/apache/apisix/issues/11660 -- This is an automated message from the Apache Git Service. To respond t

Re: [PR] feat(standalone): support revision in API-driven standalone mode like etcd [apisix]

2025-05-16 Thread via GitHub
AlinsRan commented on code in PR #12214: URL: https://github.com/apache/apisix/pull/12214#discussion_r2092654368 ## docs/en/latest/deployment-modes.md: ## @@ -115,73 +115,160 @@ This method is more suitable for two types of users: Now, we have two standalone running modes, fi

Re: [I] help request:init_by_lua error: /usr/local/openresty/lualib/resty/core/base.lua:80: loop or previous error loading module 'apisix.core' [apisix]

2025-05-16 Thread via GitHub
Baoyuantop commented on issue #11660: URL: https://github.com/apache/apisix/issues/11660#issuecomment-2879210436 > Apisix pod run well when disable custom plugin. It seems that there is a problem with the code of the custom plugin, introducing a circular dependency -- This is an au

Re: [PR] change: delete the `server-info` plugin [apisix]

2025-05-16 Thread via GitHub
LiteSun merged PR #12218: URL: https://github.com/apache/apisix/pull/12218 -- 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...@api

Re: [I] help request: How to pass Host in headers for websockets in browser [apisix]

2025-05-16 Thread via GitHub
ajaysehwal commented on issue #12213: URL: https://github.com/apache/apisix/issues/12213#issuecomment-2886024393 > > without host header we can't access route > > Can you explain this in detail? To access the APIsIX route, we need to pass the host and apikey params in the heade

Re: [PR] feat: add lago plugin [apisix]

2025-05-16 Thread via GitHub
bzp2010 commented on PR #12196: URL: https://github.com/apache/apisix/pull/12196#issuecomment-2886021868 Could @kayx23 please help check the docs, after that we can merge. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and us

Re: [I] feat: support env var for secret config of plugins like kafka-logger, elasticsearch-logger [apisix]

2025-05-16 Thread via GitHub
Baoyuantop commented on issue #11366: URL: https://github.com/apache/apisix/issues/11366#issuecomment-2885995769 part of https://github.com/apache/apisix/issues/8319 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

Re: [I] bug: When I turn on kafka-logger and body-transformer at the same time, the response body conversion of body-transformer plugin will fail. [apisix]

2025-05-16 Thread via GitHub
Baoyuantop closed issue #11356: bug: When I turn on kafka-logger and body-transformer at the same time, the response body conversion of body-transformer plugin will fail. URL: https://github.com/apache/apisix/issues/11356 -- This is an automated message from the Apache Git Service. To respo

Re: [PR] feat: add lago plugin [apisix]

2025-05-16 Thread via GitHub
membphis commented on code in PR #12196: URL: https://github.com/apache/apisix/pull/12196#discussion_r2092581815 ## apisix/plugins/lago.lua: ## @@ -0,0 +1,225 @@ +-- +-- Licensed to the Apache Software Foundation (ASF) under one or more +-- contributor license agreements. See t

Re: [PR] feat: add lago plugin [apisix]

2025-05-16 Thread via GitHub
bzp2010 commented on code in PR #12196: URL: https://github.com/apache/apisix/pull/12196#discussion_r2092587177 ## apisix/plugins/lago.lua: ## @@ -0,0 +1,225 @@ +-- +-- Licensed to the Apache Software Foundation (ASF) under one or more +-- contributor license agreements. See th

Re: [PR] feat: add healthcheck for sync configuration [apisix]

2025-05-16 Thread via GitHub
Revolyssup commented on code in PR #12200: URL: https://github.com/apache/apisix/pull/12200#discussion_r2088311327 ## apisix/core/config_etcd.lua: ## @@ -644,6 +662,7 @@ local function sync_data(self) if not dir_res then if err == "compacted" or err == "restarted

Re: [PR] feat: add healthcheck for sync configuration [apisix]

2025-05-16 Thread via GitHub
nic-6443 commented on code in PR #12200: URL: https://github.com/apache/apisix/pull/12200#discussion_r2088329077 ## apisix/admin/standalone.lua: ## @@ -193,8 +206,28 @@ function _M.run() end end +local function cleanup_on_exit() +if ngx.worker.exiting() then +

Re: [I] help request: How to use nginx's internal attributes [apisix]

2025-05-16 Thread via GitHub
Baoyuantop commented on issue #11652: URL: https://github.com/apache/apisix/issues/11652#issuecomment-2879146357 APISIX allows adding custom Nginx configuration via `http_server_location_configuration_snippet` or `http_end_configuration_snippet` configuration options. To add an inter

Re: [I] help request: How to use nginx's internal attributes [apisix]

2025-05-16 Thread via GitHub
Baoyuantop closed issue #11652: help request: How to use nginx's internal attributes URL: https://github.com/apache/apisix/issues/11652 -- 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

Re: [I] help request: output fields of the specified log record format are confused. [apisix]

2025-05-16 Thread via GitHub
Baoyuantop commented on issue #11656: URL: https://github.com/apache/apisix/issues/11656#issuecomment-2879178143 Please provide steps to reproduce the problem. The problem cannot be located based on the current information. -- This is an automated message from the Apache Git Service. To r

Re: [I] help request:init_by_lua error: /usr/local/openresty/lualib/resty/core/base.lua:80: loop or previous error loading module 'apisix.core' [apisix]

2025-05-16 Thread via GitHub
Baoyuantop commented on issue #11660: URL: https://github.com/apache/apisix/issues/11660#issuecomment-2879214209 This issue has nothing to do with APISIX itself. I will close this issue first. If there is still a problem, please open it again. -- This is an automated message from the Apac

Re: [I] help request: GET /apisix/admin/upstreams/xxx HTTP/1.1" 404 [apisix]

2025-05-16 Thread via GitHub
Baoyuantop commented on issue #11659: URL: https://github.com/apache/apisix/issues/11659#issuecomment-2879182078 Please provide steps to reproduce the problem. The problem cannot be located based on the current information. -- This is an automated message from the Apache Git Service. To r

(apisix-website) branch young/chore/tmp-disable-dashboard-next-doc updated (79b353003ac -> 5c55e5dea46)

2025-05-16 Thread young
This is an automated email from the ASF dual-hosted git repository. young pushed a change to branch young/chore/tmp-disable-dashboard-next-doc in repository https://gitbox.apache.org/repos/asf/apisix-website.git from 79b353003ac fix add 370bf6b7f45 fix: disable dashboard next version do

(apisix-website) branch young/chore/tmp-disable-dashboard-next-doc updated (7a2abc32aa4 -> 79b353003ac)

2025-05-16 Thread young
This is an automated email from the ASF dual-hosted git repository. young pushed a change to branch young/chore/tmp-disable-dashboard-next-doc in repository https://gitbox.apache.org/repos/asf/apisix-website.git from 7a2abc32aa4 fix: build docs add 79b353003ac fix No new revisions were

(apisix-website) branch young/chore/tmp-disable-dashboard-next-doc updated: fix: build docs

2025-05-16 Thread young
This is an automated email from the ASF dual-hosted git repository. young pushed a commit to branch young/chore/tmp-disable-dashboard-next-doc in repository https://gitbox.apache.org/repos/asf/apisix-website.git The following commit(s) were added to refs/heads/young/chore/tmp-disable-dashboard-

(apisix-website) branch master updated: fix: disable dashboard next version doc config (#1915)

2025-05-16 Thread juzhiyuan
This is an automated email from the ASF dual-hosted git repository. juzhiyuan 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 370bf6b7f45 fix: disable dashboard ne

(apisix-website) 01/01: fix: disable dashboard next version doc config

2025-05-16 Thread young
This is an automated email from the ASF dual-hosted git repository. young pushed a commit to branch young/chore/tmp-disable-dashboard-next-doc in repository https://gitbox.apache.org/repos/asf/apisix-website.git commit 2942a214c56c7c2da90e20122f67f6e4a4a6c80b Author: Skye Young AuthorDate: Fri M

(apisix-website) branch young/chore/tmp-disable-dashboard-next-doc created (now 2942a214c56)

2025-05-16 Thread young
This is an automated email from the ASF dual-hosted git repository. young pushed a change to branch young/chore/tmp-disable-dashboard-next-doc in repository https://gitbox.apache.org/repos/asf/apisix-website.git at 2942a214c56 fix: disable dashboard next version doc config This branch inc

(apisix) branch master updated: remove: delete the `server-info` plugin and its related configurations from the codebase (#12218)

2025-05-16 Thread sunyi
This is an automated email from the ASF dual-hosted git repository. sunyi 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 3fdcbf552 remove: delete the `server-info` plugin

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

2025-05-16 Thread Apache Infrastructure
An error occurred while processing the github feature in .asf.yaml: Too many GitHub labels/topics - must be <= 20 items! --- With regards, ASF Infra. For further information, please see the .asf.yaml documentation at: https://github.com/apache/infrastructure-asfyaml/blob/main/README.md