bisakhmondal commented on a change in pull request #5745: URL: https://github.com/apache/apisix/pull/5745#discussion_r765547901
########## File path: apisix/admin/consumers.lua ########## @@ -102,6 +103,33 @@ function _M.get(consumer_name) end utils.fix_count(res.body, consumer_name) + + if consumer_name then + -- if data is queried for a single consumer, and there is any plugin where the vault config + -- is enabled - it fetches vault data and returns combined with etcd response. Review comment: Ack -- 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: notifications-unsubscr...@apisix.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org