Re: [I] Blank plugin page on new Standalone Plugin or Consumer/Route Plugin sections in the dashboard. [apisix-dashboard]

2025-06-14 Thread via GitHub
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

Re: [I] apisix dashboard - docker - panic: runtime error: invalid memory address or nil pointer dereference [apisix-dashboard]

2025-06-14 Thread via GitHub
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_

Re: [I] help request: failed to check the configuration of plugin multi-auth err: openid-connect plugin is not supported [apisix]

2025-06-14 Thread via GitHub
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

Re: [I] feat: support client_secret in openid-connect plugin use secret [apisix]

2025-06-14 Thread via GitHub
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

Re: [PR] chore(deps): bump golang.org/x/net from 0.7.0 to 0.33.0 in /t/grpc_server_example [apisix]

2025-06-14 Thread via GitHub
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

Re: [PR] chore(deps): bump golang.org/x/net from 0.7.0 to 0.33.0 in /t/grpc_server_example [apisix]

2025-06-14 Thread via GitHub
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

(apisix) branch dependabot/go_modules/t/grpc_server_example/golang.org/x/net-0.33.0 deleted (was eb0b8732d)

2025-06-14 Thread github-bot
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

Re: [I] help request: after apisix enables the ext-plugin-post-resp plugin, the domain name is rewritten abnormally [apisix]

2025-06-14 Thread via GitHub
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

Re: [PR] chore(deps): bump golang.org/x/net from 0.7.0 to 0.33.0 in /t/grpc_server_example [apisix]

2025-06-14 Thread via GitHub
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. --

Re: [I] help request: after apisix enables the ext-plugin-post-resp plugin, the domain name is rewritten abnormally [apisix]

2025-06-14 Thread via GitHub
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

Re: [PR] feat: support OIDC claim validator (#8772) [apisix]

2025-06-14 Thread via GitHub
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

Re: [PR] feat: support OIDC claim validator (#8772) [apisix]

2025-06-14 Thread via GitHub
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

Re: [PR] feat: support OIDC claim validator (#8772) [apisix]

2025-06-14 Thread via GitHub
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

Re: [PR] feat: support OIDC claim validator (#8772) [apisix]

2025-06-14 Thread via GitHub
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