njleonzhang commented on issue #3122:
URL:
https://github.com/apache/apisix-dashboard/issues/3122#issuecomment-2973526458
same issue
--
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
njleonzhang commented on issue #2946:
URL:
https://github.com/apache/apisix-dashboard/issues/2946#issuecomment-2973525289
> I was able to fix it if (not sure which one was needed):
>
> * I renamed _host_ to _endpoints_
> * I removed `timeout: 30`
> * I removed the block `plugin_
Fucks commented on issue #11514:
URL: https://github.com/apache/apisix/issues/11514#issuecomment-2973373632
Is this problem solved? I tried to use multi-auth plugin with some key-auth
and openid-connect using docker image version 3.12.0-debian. But the problem is
still occurring
--
This
tdurkut commented on issue #12219:
URL: https://github.com/apache/apisix/issues/12219#issuecomment-2972838223
> We can wait [#11451](https://github.com/apache/apisix/pull/11451) merge,
then can use secret config client_secret in openid-connect plugin.
Is there any workaround for this
dependabot[bot] commented on PR #11979:
URL: https://github.com/apache/apisix/pull/11979#issuecomment-2972569225
OK, I won't notify you again about this release, but will get in touch when
a new version is available. If you'd rather skip all updates until the next
major or minor version, le
github-actions[bot] closed pull request #11979: chore(deps): bump
golang.org/x/net from 0.7.0 to 0.33.0 in /t/grpc_server_example
URL: https://github.com/apache/apisix/pull/11979
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub an
This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/go_modules/t/grpc_server_example/golang.org/x/net-0.33.0
in repository https://gitbox.apache.org/repos/asf/apisix.git
was eb0b8732d chore(deps): bump golang.org/x/net in /t/g
github-actions[bot] commented on issue #9709:
URL: https://github.com/apache/apisix/issues/9709#issuecomment-2972569193
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
github-actions[bot] commented on PR #11979:
URL: https://github.com/apache/apisix/pull/11979#issuecomment-2972569212
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 at any time.
--
github-actions[bot] closed issue #9709: help request: after apisix enables the
ext-plugin-post-resp plugin, the domain name is rewritten abnormally
URL: https://github.com/apache/apisix/issues/9709
--
This is an automated message from the Apache Git Service.
To respond to the message, please
beardnick commented on code in PR #11824:
URL: https://github.com/apache/apisix/pull/11824#discussion_r2146689517
##
apisix/plugins/openid-connect.lua:
##
@@ -331,6 +339,7 @@ local _M = {
schema = schema,
}
+local generic_claim_validator = nil;
Review Comment:
> No s
beardnick commented on code in PR #11824:
URL: https://github.com/apache/apisix/pull/11824#discussion_r2146686330
##
apisix/plugins/openid-connect.lua:
##
@@ -331,6 +339,7 @@ local _M = {
schema = schema,
}
+local generic_claim_validator = nil;
Review Comment:
> Is i
beardnick commented on code in PR #11824:
URL: https://github.com/apache/apisix/pull/11824#discussion_r2146686330
##
apisix/plugins/openid-connect.lua:
##
@@ -331,6 +339,7 @@ local _M = {
schema = schema,
}
+local generic_claim_validator = nil;
Review Comment:
> Is i
beardnick commented on code in PR #11824:
URL: https://github.com/apache/apisix/pull/11824#discussion_r2146668725
##
t/plugin/openid-connect2.t:
##
@@ -401,3 +401,277 @@ passed
--- response_body
true
--- error_code: 302
+
+
+
+=== TEST 11: Set up route with plugin matching U
14 matches
Mail list logo