Edge Micro has two proxies: Proxy_1 and Proxy_2 and several custom/in built plugins:
Proxy_1:
base_path: /doAction1
Proxy_2:
base_path: /doAction2
Plugin | Relevance to Proxies |
plugin1 | Proxy_1 |
plugin2 | Proxy_1 and Proxy_2 |
plugin3 | Proxy_2 |
default.yaml:
plugins: dir: ../plugins sequence: - plugin1 - plugin2 - plugin3
How do we control the execution of plugins which are relevant to each proxy from configuration or we have to explicitly check for some identifier within each plugin to skip or perform plugin action?