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
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
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

### Checklist
- [ ] I have explained the need for this PR and the problem it solves
- [ ] I have explained the changes or the new
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
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 `
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
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
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
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
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
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
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
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
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
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
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
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`.

for defining multiple authentication methods per route by adding the multi
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
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
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
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
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(
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(
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
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
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
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
35 matches
Mail list logo