Re: [I] docs: Enablind embedded Dashboard [apisix]

2025-08-23 Thread via GitHub
SkyeYoung commented on issue #12543: URL: https://github.com/apache/apisix/issues/12543#issuecomment-3217857134 @marco-jem Currently, if you want to build APISIX with dashboard from the source code, there is no corresponding documentation. You can only refer to https://github.com/apache/api

Re: [PR] fix(discovery/kubernetes): tweak schema to fit a wider range of use cases [apisix]

2025-08-23 Thread via GitHub
SkyeYoung commented on code in PR #12536: URL: https://github.com/apache/apisix/pull/12536#discussion_r2296522382 ## apisix/discovery/kubernetes/schema.lua: ## @@ -17,7 +17,8 @@ local host_patterns = { { pattern = [[^\${[_A-Za-z]([_A-Za-z0-9]*[_A-Za-z])*}$]] }, -{ pa

Re: [PR] docs: fix timeouts in the health check example and update links for `config-default.yaml` reference [apisix-ingress-controller]

2025-08-23 Thread via GitHub
github-actions[bot] commented on PR #2265: URL: https://github.com/apache/apisix-ingress-controller/pull/2265#issuecomment-3217541408 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

Re: [PR] docs: fix timeouts in the health check example and update links for `config-default.yaml` reference [apisix-ingress-controller]

2025-08-23 Thread via GitHub
github-actions[bot] closed pull request #2265: docs: fix timeouts in the health check example and update links for `config-default.yaml` reference URL: https://github.com/apache/apisix-ingress-controller/pull/2265 -- This is an automated message from the Apache Git Service. To respond to the

Re: [I] help request: How to access the new dashboard after upgrading to APISIX v3.13.0? [apisix]

2025-08-23 Thread via GitHub
juzhiyuan commented on issue #12397: URL: https://github.com/apache/apisix/issues/12397#issuecomment-3217497158 @marco-jem no need to send twice duplicated question. Please check the reply: https://github.com/apache/apisix/issues/12543#issuecomment-3217009356 -- This is an automated messa

Re: [PR] fix: proper empty admin key handling [apisix]

2025-08-23 Thread via GitHub
fekitibi commented on PR #12535: URL: https://github.com/apache/apisix/pull/12535#issuecomment-3217398935 @SkyeYoung I fixed all the tests that failed: Code Lint passed: https://github.com/fekitibi/apisix/actions/runs/17179691316 CI passed(but I had to run it 4 times to pass eve

[I] help request: Delayed and DEADLINE_EXCEEDED APISIX requests [apisix]

2025-08-23 Thread via GitHub
Adrianckwai opened a new issue, #12282: URL: https://github.com/apache/apisix/issues/12282 ### Description Hi Apisix team, We have encountered an issue, where our service A request to service B via APISIX using GRPC scheme. We noticed that our APISIX will delayed or sometimes

Re: [I] question: ApisixTLS missed the `ssl_protocols` parameter [apisix-ingress-controller]

2025-08-23 Thread via GitHub
juzhiyuan closed issue #2515: question: ApisixTLS missed the `ssl_protocols` parameter URL: https://github.com/apache/apisix-ingress-controller/issues/2515 -- 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: cpu too high for 3 mins when routes update, we have 40k+routes and 20k+ ups [apisix]

2025-08-23 Thread via GitHub
juzhiyuan commented on issue #12466: URL: https://github.com/apache/apisix/issues/12466#issuecomment-3217033668 Thanks @wklken @Richard-lululemon for pointing out the patches https://github.com/TencentBlueKing/blueking-apigateway-apisix/tree/master/src/build/patches. cc @moonming @bzp2010

Re: [I] docs: Enablind embedded Dashboard [apisix]

2025-08-23 Thread via GitHub
juzhiyuan commented on issue #12543: URL: https://github.com/apache/apisix/issues/12543#issuecomment-3217009356 Hi @marco-jem, since APISIX 3.13+, `apache/apisix` supports two kinds of deployment (https://docs.api7.ai/apisix/production/deployment-modes). - With ETCD, for example:

Re: [I] [Bug] APISix 3.13.0 - balancer.lua:328: set_current_peer expects string but gets table [apisix]

2025-08-23 Thread via GitHub
juzhiyuan closed issue #12545: [Bug] APISix 3.13.0 - balancer.lua:328: set_current_peer expects string but gets table URL: https://github.com/apache/apisix/issues/12545 -- 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] APISix 3.13.0 - balancer.lua:328: set_current_peer expects string but gets table [apisix]

2025-08-23 Thread via GitHub
juzhiyuan commented on issue #12545: URL: https://github.com/apache/apisix/issues/12545#issuecomment-3216998825 Hi @khrism, from your configuration, there are 2 issues: 1. Your target URI doesn't exist on Upstream. This means that when you send a request via _http://127.0.0.1:9080/tes

Re: [PR] fix(discovery/kubernetes): tweak schema to fit a wider range of use cases [apisix]

2025-08-23 Thread via GitHub
moonming commented on code in PR #12536: URL: https://github.com/apache/apisix/pull/12536#discussion_r2296032763 ## apisix/discovery/kubernetes/schema.lua: ## @@ -17,7 +17,8 @@ local host_patterns = { { pattern = [[^\${[_A-Za-z]([_A-Za-z0-9]*[_A-Za-z])*}$]] }, -{ pat

Re: [PR] fix: basic auth scheme supports case insensitivity [apisix]

2025-08-23 Thread via GitHub
moonming commented on PR #12539: URL: https://github.com/apache/apisix/pull/12539#issuecomment-3216956229 Totally agree with @bzp2010 -- 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

[PR] fix: docker entrypoint remove stream_worker_events.sock if exists [apisix]

2025-08-23 Thread via GitHub
bzp2010 opened a new pull request, #12546: URL: https://github.com/apache/apisix/pull/12546 ### Description If the container exits abnormally, Nginx cannot properly clean up the unix domain socket files it is listening on. When the container is restarted, the startup will fail becaus

(apisix) branch bzp/fix-docker-ep-remove-uds-file created (now 709be028b)

2025-08-23 Thread bzp2010
This is an automated email from the ASF dual-hosted git repository. bzp2010 pushed a change to branch bzp/fix-docker-ep-remove-uds-file in repository https://gitbox.apache.org/repos/asf/apisix.git at 709be028b fix: docker entrypoint remove stream_worker_events.sock if exists This branch

(apisix) 01/01: fix: docker entrypoint remove stream_worker_events.sock if exists

2025-08-23 Thread bzp2010
This is an automated email from the ASF dual-hosted git repository. bzp2010 pushed a commit to branch bzp/fix-docker-ep-remove-uds-file in repository https://gitbox.apache.org/repos/asf/apisix.git commit 709be028b1e8a30115f7f8eec9998693a1e8824f Author: Zeping Bai AuthorDate: Sat Aug 23 16:50:20