Re: [PR] blog: Add Free tier API with Apache APISIX post [apisix-website]

2024-08-19 Thread via GitHub
nfrankel merged PR #1815: URL: https://github.com/apache/apisix-website/pull/1815 -- 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

(apisix-website) branch master updated: blog: Add Free tier API with Apache APISIX post (#1815)

2024-08-19 Thread nfrankel
This is an automated email from the ASF dual-hosted git repository. nfrankel 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 23d2c32340d blog: Add Free tier API wi

Re: [PR] blog: Add Free tier API with Apache APISIX post [apisix-website]

2024-08-19 Thread via GitHub
nfrankel commented on PR #1815: URL: https://github.com/apache/apisix-website/pull/1815#issuecomment-2298106284 @nfrankel Sorry, I didn't see that you approved. -- 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

(apisix-website) branch master updated: docs: Update apisix-support-tongsuo.md (#1817)

2024-08-19 Thread sylviasu
This is an automated email from the ASF dual-hosted git repository. sylviasu 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 456dda41385 docs: Update apisix-suppor

Re: [PR] docs: correct formatting in apisix-support-tongsuo.md [apisix-website]

2024-08-19 Thread via GitHub
SylviaBABY merged PR #1817: URL: https://github.com/apache/apisix-website/pull/1817 -- 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-unsubs

Re: [PR] blog: Add Free tier API with Apache APISIX post [apisix-website]

2024-08-19 Thread via GitHub
kayx23 commented on PR #1815: URL: https://github.com/apache/apisix-website/pull/1815#issuecomment-2298093472 Should we merge this? -- 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 co

Re: [PR] fix: correct `/v1/discovery/kubernetes/dump` new feature description in the 3.10.0 release notes [apisix-website]

2024-08-19 Thread via GitHub
kayx23 merged PR #1819: URL: https://github.com/apache/apisix-website/pull/1819 -- 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..

(apisix-website) branch master updated: fix: correct /v1/discovery/kubernetes/dump new feature description in the 3.10.0 release notes (#1819)

2024-08-19 Thread traky
This is an automated email from the ASF dual-hosted git repository. traky 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 57d48ec4513 fix: correct /v1/discovery/ku

Re: [I] May I ask how to remove X-Forwarded For X-Forwarded Host and other information to prevent upstream access [apisix]

2024-08-19 Thread via GitHub
typ431127 commented on issue #9530: URL: https://github.com/apache/apisix/issues/9530#issuecomment-2298023788 > 你好!你可以试试这个。它对我有用。@cverdela > > ```lua > { > "plugins": { > "serverless-post-function": { > "phase": "access", > "functions"

Re: [I] Can not get plugin list [apisix-dashboard]

2024-08-19 Thread via GitHub
cataglyphis commented on issue #2910: URL: https://github.com/apache/apisix-dashboard/issues/2910#issuecomment-2297880092 Maybe nobody maintenance apisix-dashboard anymore~~~ -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub an

Re: [I] Can not get plugin list [apisix-dashboard]

2024-08-19 Thread via GitHub
ochive commented on issue #2910: URL: https://github.com/apache/apisix-dashboard/issues/2910#issuecomment-2297879071 same to me. downgrade to 3.0.0 to fixit -- 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: Datadog plugin config - can't define DogStatsD target with CRDs [apisix-ingress-controller]

2024-08-19 Thread via GitHub
mfractal commented on issue #2125: URL: https://github.com/apache/apisix-ingress-controller/issues/2125#issuecomment-2296887905 Exact same problem here. Using apisix 3.9.1 with chart 2.8.1 too. datadog plugin ignores ApisixPluginConfig and ApisixGlobalRule settings. -- This is an

Re: [I] request help: Datadog plugin config [apisix-ingress-controller]

2024-08-19 Thread via GitHub
mfractal commented on issue #2264: URL: https://github.com/apache/apisix-ingress-controller/issues/2264#issuecomment-2296879459 i've run into this exact issue as well. Also posted in [slack](https://the-asf.slack.com/archives/CUC5MN17A/p1723591800511589) I've zeroed in on the pr

Re: [I] bug: in k8s pod ip changes ,apisix still requests the old ip [apisix]

2024-08-19 Thread via GitHub
vonsch commented on issue #10422: URL: https://github.com/apache/apisix/issues/10422#issuecomment-2296821617 Is it possible this issue is related to usage of builtin etcd? We have following configuration in our apisix-ingress-controller helmchart values.yaml: ``` config: ...

Re: [I] bug: Prometheus plugin consuming more memory. [apisix]

2024-08-19 Thread via GitHub
pavankumar-siripurapu commented on issue #11456: URL: https://github.com/apache/apisix/issues/11456#issuecomment-2296681988 Thank you, @bzp2010, for providing valuable information. We have successfully eliminated unnecessary labels, resulting in a significant reduction in memory usage. I am

Re: [I] help request: Apisix ETCD going into Crash loop back off [apisix]

2024-08-19 Thread via GitHub
minedetector commented on issue #11338: URL: https://github.com/apache/apisix/issues/11338#issuecomment-2295937821 We had a very similar issue. All of our etcd pods were going into crashloopbackoff and had only these warnings. ``` Cluster not healthy, not adding self to cluster for

Re: [I] bug: shutting down worker process don't disappear after apisix reload [apisix]

2024-08-19 Thread via GitHub
Lewisyixin commented on issue #11439: URL: https://github.com/apache/apisix/issues/11439#issuecomment-2295891708 HI @zhoujiexiong this issue is easy to reproduce. I got a clean vm and just do 1. yum 3.2.2 version apisix 2. config etcd 3. init 4. start 5.reload ![image](https://github

Re: [PR] feat: openid-connect as auth plugin [apisix]

2024-08-19 Thread via GitHub
coiouhkc commented on PR #11490: URL: https://github.com/apache/apisix/pull/11490#issuecomment-2295831741 @shreemaan-abhishek @bzp2010 @moonming - friendly reminder, please check the suggestion so that I know whether the general direction is OK. -- This is an automated message from the Ap