Revolyssup commented on code in PR #12629:
URL: https://github.com/apache/apisix/pull/12629#discussion_r2390613225


##########
apisix/plugin.lua:
##########
@@ -733,14 +734,12 @@ local function merge_consumer_route(route_conf, 
consumer_conf, consumer_group_co
         new_route_conf.value.plugins[name] = conf
     end
 
-    core.log.info("merged conf : ", core.json.delay_encode(new_route_conf))
     return new_route_conf
 end
 
 
 function _M.merge_consumer_route(route_conf, consumer_conf, 
consumer_group_conf, api_ctx)
     core.log.info("route conf: ", core.json.delay_encode(route_conf))

Review Comment:
   consumer_conf has the sensitive data. it would have been caught in test if 
route conf had sensitive data,.



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