shreemaan-abhishek commented on code in PR #10291:
URL: https://github.com/apache/apisix/pull/10291#discussion_r1351287998


##########
apisix/plugins/authz-keycloak.lua:
##########
@@ -16,11 +16,13 @@
 --
 local core      = require("apisix.core")
 local http      = require "resty.http"
+local secret    = require("apisix.secret")

Review Comment:
   I'm not sure but importing just `fetch_secrets()` (instead of the whole 
module) might be more efficient. cc: @monkeyDluffy6017 



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to