Rate Limit and Plan

Hello
I would like to implement a “Plan” (as AWS API Gateway : Creating and using usage plans with API keys - Amazon API Gateway) concept with Kong allowing to have a group of Service with a Specific rate limit. A Service can be in various Plan

  • Plan_1 : Service1 + Service2 (Rate Limit 100 per/min)
  • Plan_2 : Service1 + Service2 (Rate Limit 1000 per/min)

for me it’s not possible with Rate Limit Plugin + Consumer auth
An Idea :slight_smile: ?
Thanks for your help