Hello all: I am settign up API Gateway and I want to limit certain routes only to specific consumers. In order to do that, I thought i could do this:
- add a key-auth plugin to a route
- create several consumers
- associate specific key-auth plugin from step 1 with some of the consumers created in step 2.
Step 3: i cant seem to figure out a way to do that. when editing the plugin I don’t see a way to associate specific consumers to the plug in (even though option to scope it says “Specific consumers, services, and/or routes”)
Am I completely misunderstanding the way it works? If so, how do i limit route to only some of the consumers.