Currently, edgemicro only honors the proxy name. More details:
-
You create edgemicro_ prefixed proxy with base path and target.
-
You add this proxy to a product let’s call it edgemicro-prod1
-
When API call is made through edgemicro using apiKey or JWT token, edgemicro checks if basepath of API matches with basepath of edgemicro_proxy that is approved for list of products approved for that key.
We can add more rules if needed but we did not want to complicate things unless we have to. Hope it helps.