SkyeYoung commented on code in PR #12603: URL: https://github.com/apache/apisix/pull/12603#discussion_r2353999489
########## 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: In the current implementation, it will never fail: https://github.com/apache/apisix/pull/12603/files#diff-00090cde519e7280adbc73e830b92089c4e62a22057c1b7577c77dc1456e72e5 -- 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]
