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 it possible to avoid using global variables?
   
   There seems no better way to handle this situation. I scaned the codebase, 
the ai.lua seems did the similar thing. 



-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to