SkyeYoung commented on code in PR #12603: URL: https://github.com/apache/apisix/pull/12603#discussion_r2352035951
########## apisix/admin/consumer_group.lua: ########## @@ -38,6 +39,11 @@ local function check_conf(id, conf, need_id, schema) end +local function encrypt_conf(id, conf) + plugins_encrypt_conf(conf.plugins) Review Comment: <img width="910" height="592" alt="CleanShot 2025-09-16 at 19 07 07@2x" src="https://github.com/user-attachments/assets/83c9d01b-7bf4-44ac-b467-88fb09875f2a" /> <img width="1514" height="1000" alt="CleanShot 2025-09-16 at 19 09 13@2x" src="https://github.com/user-attachments/assets/39f59172-326b-418c-badc-406b6a6aae9c" /> Regarding the calling method, it references the original `local schema_plugin = require(“apisix.admin.plugins”).check_schema`. And in the current scenario, no issues have been detected. -- 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]
