membphis commented on code in PR #12603:
URL: https://github.com/apache/apisix/pull/12603#discussion_r2351537270


##########
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:
   pls confirm it never failed
   
   for me, I prefer `return plugins_encrypt_conf(conf.plugins)`



-- 
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