What is the order in which plugins are executed when they are applied to a service, Ingress and at global level ?
So if I have a Plugin A applied to a Ingress (Route Object)
Plugin B applied to a Service
Plugin C applied at Global level.
Whats the execution order of these plugins.
A -> B -> C ?
hbagdi
#2
1: https://docs.konghq.com/0.14.x/admin-api/#precedence
2: https://docs.konghq.com/0.14.x/plugin-development/custom-logic/#plugins-execution-order
The second link shows the order in which plugins are executed. The plugins are selected based on the precedence in the first link.