Re: [I] help request: error loading custom plugin [apisix]

2024-02-20 Thread via GitHub
shreemaan-abhishek commented on issue #10932: URL: https://github.com/apache/apisix/issues/10932#issuecomment-1955902794 you cannot invoke one plugin from another but you can call functions present in other plugin's code or implement similar functions through code :) -- This is an automat

Re: [PR] Extending business exceptions through the java spi mechanism [apisix-java-plugin-runner]

2024-02-20 Thread via GitHub
shreemaan-abhishek commented on code in PR #298: URL: https://github.com/apache/apisix-java-plugin-runner/pull/298#discussion_r1496912588 ## runner-core/src/test/resources/META-INF/services/org.apache.apisix.plugin.runner.exception.ExceptionCaught: ## @@ -0,0 +1,16 @@ +# Licens

Re: [PR] Extending business exceptions through the java spi mechanism [apisix-java-plugin-runner]

2024-02-20 Thread via GitHub
shreemaan-abhishek commented on PR #298: URL: https://github.com/apache/apisix-java-plugin-runner/pull/298#issuecomment-1955885019 > Extending business exceptions through the java spi mechanism ![image](https://github.com/apache/apisix-java-plugin-runner/assets/61597896/6773cd22-91e4

[PR] feat: Support for Service Discovery Across Multiple Nacos Clusters [apisix]

2024-02-20 Thread via GitHub
ShenFeng312 opened a new pull request, #10950: URL: https://github.com/apache/apisix/pull/10950 ### 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

Re: [PR] fix: `kapa.ai` with CSP for `google.com` [apisix-website]

2024-02-20 Thread via GitHub
SkyeYoung merged PR #1773: URL: https://github.com/apache/apisix-website/pull/1773 -- 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-unsubsc

(apisix-website) branch master updated: fix: `kapa.ai` with CSP for `google.com` (#1773)

2024-02-20 Thread young
This is an automated email from the ASF dual-hosted git repository. young 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 b51f2ad69ec fix: `kapa.ai` with CSP for `

Re: [I] help request: 请问配置了clickhouse插件,为什么在控制面板看不到呀? [apisix]

2024-02-20 Thread via GitHub
theweakgod commented on issue #10944: URL: https://github.com/apache/apisix/issues/10944#issuecomment-1955779593 Has this issue been resolved? -- 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

Re: [PR] fix: fix kapa with CSP for google.com [apisix-website]

2024-02-20 Thread via GitHub
zll600 commented on PR #1773: URL: https://github.com/apache/apisix-website/pull/1773#issuecomment-1955685374 @SkyeYoung @moonming Could you help me review this pr? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the U

Re: [PR] feat: support kubebuilder [apisix-ingress-controller]

2024-02-20 Thread via GitHub
github-actions[bot] commented on PR #1320: URL: https://github.com/apache/apisix-ingress-controller/pull/1320#issuecomment-1955658353 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] feat: support kubebuilder [apisix-ingress-controller]

2024-02-20 Thread via GitHub
github-actions[bot] closed pull request #1320: feat: support kubebuilder URL: https://github.com/apache/apisix-ingress-controller/pull/1320 -- 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 specifi

[PR] fix: fix kapa with CSP for google.com [apisix-website]

2024-02-20 Thread via GitHub
zll600 opened a new pull request, #1773: URL: https://github.com/apache/apisix-website/pull/1773 Fixes: #[Add issue number here] Changes: Screenshots of the change: -- This is an automated message from the Apache Git Service. To respond to the message, ple

Re: [I] help request: error loading custom plugin [apisix]

2024-02-20 Thread via GitHub
satishviswanathan commented on issue #10932: URL: https://github.com/apache/apisix/issues/10932#issuecomment-1955370577 Thank you all for the help. My objective of the custom plugin is to execute an existing plugin "plugins.authz-casbin". Can you show me how to invoke a plugin from a

Re: [PR] feat: support openresty-1.25.3.1 [apisix]

2024-02-20 Thread via GitHub
zll600 commented on code in PR #10887: URL: https://github.com/apache/apisix/pull/10887#discussion_r1495819068 ## apisix/core/request.lua: ## @@ -282,6 +282,17 @@ function _M.get_body(max_size, ctx) end end +-- TODO: solve this issue correctly. +local var

Re: [PR] feat: support openresty-1.25.3.1 [apisix]

2024-02-20 Thread via GitHub
zll600 commented on code in PR #10887: URL: https://github.com/apache/apisix/pull/10887#discussion_r1495793741 ## apisix/core/request.lua: ## @@ -282,6 +282,17 @@ function _M.get_body(max_size, ctx) end end +-- TODO: solve this issue correctly. +local var

Re: [PR] feat: support openresty-1.25.3.1 [apisix]

2024-02-20 Thread via GitHub
zll600 commented on code in PR #10887: URL: https://github.com/apache/apisix/pull/10887#discussion_r1495793741 ## apisix/core/request.lua: ## @@ -282,6 +282,17 @@ function _M.get_body(max_size, ctx) end end +-- TODO: solve this issue correctly. +local var

Re: [PR] fix: ext-plugin request header cannot be override [apisix]

2024-02-20 Thread via GitHub
zxyao145 closed pull request #10839: fix: ext-plugin request header cannot be override URL: https://github.com/apache/apisix/pull/10839 -- 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: [PR] fix: ext-plugin request header cannot be override [apisix]

2024-02-20 Thread via GitHub
zxyao145 commented on PR #10839: URL: https://github.com/apache/apisix/pull/10839#issuecomment-1954051932 I'm so sorry that I don't have extra time to solve the issue with testcase. This PR will be closed. Thanks to everyone for their help in this PR. -- This is an automated me

[I] bug: Running APISIX in AWS with AWS CDK hangs on deployment [apisix]

2024-02-20 Thread via GitHub
0xBradock opened a new issue, #10949: URL: https://github.com/apache/apisix/issues/10949 ### Current Behavior When deploying the CDK [example](https://apisix.apache.org/docs/apisix/next/aws/#update-srcmaints) it hangs when deploying `ApiSixService`. ![image](https://github.com/ap

Re: [I] bug: apisix control service is not installed on k8s by helm chart [apisix]

2024-02-20 Thread via GitHub
github-actions[bot] commented on issue #8776: URL: https://github.com/apache/apisix/issues/8776#issuecomment-1953868069 This issue has been closed due to lack of activity. If you think that is incorrect, or the issue requires additional review, you can revive the issue at any time. -- Th

Re: [I] open etcd auth have some problem [apisix]

2024-02-20 Thread via GitHub
github-actions[bot] commented on issue #8862: URL: https://github.com/apache/apisix/issues/8862#issuecomment-1953868124 This issue has been closed due to lack of activity. If you think that is incorrect, or the issue requires additional review, you can revive the issue at any time. -- Th

Re: [I] open etcd auth have some problem [apisix]

2024-02-20 Thread via GitHub
github-actions[bot] closed issue #8862: open etcd auth have some problem URL: https://github.com/apache/apisix/issues/8862 -- 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 un

Re: [I] bug: apisix control service is not installed on k8s by helm chart [apisix]

2024-02-20 Thread via GitHub
github-actions[bot] closed issue #8776: bug: apisix control service is not installed on k8s by helm chart URL: https://github.com/apache/apisix/issues/8776 -- 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: error occurred after changing the version. [apisix]

2024-02-20 Thread via GitHub
github-actions[bot] commented on issue #10594: URL: https://github.com/apache/apisix/issues/10594#issuecomment-1953861743 This issue has been closed due to lack of activity. If you think that is incorrect, or the issue requires additional review, you can revive the issue at any time. --

Re: [I] help request: error occurred after changing the version. [apisix]

2024-02-20 Thread via GitHub
github-actions[bot] closed issue #10594: help request: error occurred after changing the version. URL: https://github.com/apache/apisix/issues/10594 -- 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 t

[I] feat: As a user, I want to configure ApisixRoute with the multi-auth plugin, so that my service can support multiple authentication methods per route [apisix-ingress-controller]

2024-02-20 Thread via GitHub
greenbird-chr opened a new issue, #2169: URL: https://github.com/apache/apisix-ingress-controller/issues/2169 ### Description Hi. APISIX 3.8 [added support](https://github.com/apache/apisix/issues/10196) for defining multiple authentication methods per route by adding the multi

Re: [PR] feat: support openresty-1.25.3.1 [apisix]

2024-02-20 Thread via GitHub
zll600 commented on code in PR #10887: URL: https://github.com/apache/apisix/pull/10887#discussion_r1495471265 ## t/cli/test_main.sh: ## @@ -164,8 +164,8 @@ if [ $count_https_specific_ip -ne 2 ]; then exit 1 fi -count_https_specific_ip_and_enable_http2=`grep -c "listen 1

Re: [PR] feat: support openresty-1.25.3.1 [apisix]

2024-02-20 Thread via GitHub
zll600 commented on code in PR #10887: URL: https://github.com/apache/apisix/pull/10887#discussion_r1495437507 ## t/cli/test_main.sh: ## @@ -164,8 +164,8 @@ if [ $count_https_specific_ip -ne 2 ]; then exit 1 fi -count_https_specific_ip_and_enable_http2=`grep -c "listen 1

Re: [PR] feat: consul deduplicate and ip port sort [apisix]

2024-02-20 Thread via GitHub
theweakgod commented on PR #10941: URL: https://github.com/apache/apisix/pull/10941#issuecomment-1953729530 @monkeyDluffy6017 It's already been added. -- 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

Re: [PR] feat: support openresty-1.25.3.1 [apisix]

2024-02-20 Thread via GitHub
zll600 commented on code in PR #10887: URL: https://github.com/apache/apisix/pull/10887#discussion_r1495436300 ## t/plugin/proxy-rewrite2.t: ## @@ -202,7 +202,7 @@ GET /echo X-Forwarded-Proto: http X-Forwarded-Proto: grpc --- response_headers -X-Forwarded-Proto: http +X-Forwa

Re: [PR] feat: support openresty-1.25.3.1 [apisix]

2024-02-20 Thread via GitHub
zll600 commented on code in PR #10887: URL: https://github.com/apache/apisix/pull/10887#discussion_r1495426800 ## apisix/plugins/ext-plugin/init.lua: ## @@ -935,13 +935,14 @@ end local runner local function setup_runner(cmd) -runner = spawn_proc(cmd) ngx_timer_at(

Re: [PR] feat: support openresty-1.25.3.1 [apisix]

2024-02-20 Thread via GitHub
zll600 commented on code in PR #10887: URL: https://github.com/apache/apisix/pull/10887#discussion_r1495426800 ## apisix/plugins/ext-plugin/init.lua: ## @@ -935,13 +935,14 @@ end local runner local function setup_runner(cmd) -runner = spawn_proc(cmd) ngx_timer_at(

Re: [PR] chore: upgrade openresty 1.25.3.1 [apisix]

2024-02-20 Thread via GitHub
monkeyDluffy6017 commented on code in PR #10887: URL: https://github.com/apache/apisix/pull/10887#discussion_r1495418671 ## apisix/plugins/ext-plugin/init.lua: ## @@ -935,13 +935,14 @@ end local runner local function setup_runner(cmd) -runner = spawn_proc(cmd) ngx

Re: [PR] chore: upgrade openresty 1.25.3.1 [apisix]

2024-02-20 Thread via GitHub
monkeyDluffy6017 commented on code in PR #10887: URL: https://github.com/apache/apisix/pull/10887#discussion_r1495417790 ## t/cli/test_main.sh: ## @@ -164,8 +164,8 @@ if [ $count_https_specific_ip -ne 2 ]; then exit 1 fi -count_https_specific_ip_and_enable_http2=`grep -c

Re: [PR] chore: upgrade openresty 1.25.3.1 [apisix]

2024-02-20 Thread via GitHub
monkeyDluffy6017 commented on code in PR #10887: URL: https://github.com/apache/apisix/pull/10887#discussion_r1495416563 ## t/plugin/proxy-rewrite2.t: ## @@ -202,7 +202,7 @@ GET /echo X-Forwarded-Proto: http X-Forwarded-Proto: grpc --- response_headers -X-Forwarded-Proto: htt

(apisix-java-plugin-runner) branch yzeng25-patch-1 deleted (was e7ec330)

2024-02-20 Thread yilinzeng
This is an automated email from the ASF dual-hosted git repository. yilinzeng pushed a change to branch yzeng25-patch-1 in repository https://gitbox.apache.org/repos/asf/apisix-java-plugin-runner.git was e7ec330 fix: update development doc link in installation-guide.md The revisions that