diff --git a/kong/plugins/apig-response-transform/schema.lua b/kong/plugins/apig-response-transform/schema.lua index 85f9e7e..ffbd58e 100644 --- a/kong/plugins/apig-response-transform/schema.lua +++ b/kong/plugins/apig-response-transform/schema.lua @@ -6,13 +6,6 @@ return { -- this plugin will only be applied to Services or Routes consumer = typedefs.no_consumer }, - { - -- this plugin will only be executed on the first Kong node - -- if a request comes from a service mesh (when acting as - -- a non-service mesh gateway, the nodes are always considered - -- to be "first". - run_on = typedefs.run_on_first - }, { -- this plugin will only run within Nginx HTTP module protocols = typedefs.protocols_http