monkeyDluffy6017 commented on code in PR #8403:
URL: https://github.com/apache/apisix/pull/8403#discussion_r1034221441
##########
apisix/admin/routes.lua:
##########
@@ -131,6 +133,9 @@ local function check_conf(id, conf, need_id)
if not ok then
return nil, {error_msg = err}
end
+ for name, conf in pairs(conf.plugins) do
Review Comment:
can we do this at lower level? it's not convenient to add this to every
admin API,
##########
apisix/admin/routes.lua:
##########
@@ -131,6 +133,9 @@ local function check_conf(id, conf, need_id)
if not ok then
return nil, {error_msg = err}
end
+ for name, conf in pairs(conf.plugins) do
Review Comment:
can we do this at lower level? it's not convenient to add this to every
admin API
--
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]