Rate limit policy issue

System Information
  • Strapi Version: v3.6.5
  • Operating System: Docker, strapi/base
  • Database: Postgres
  • Node Version: v12.20.1
  • NPM Version: v6.14.10
  • Yarn Version: v1.22.10

Hello,

I’m trying to use the users & permissions plugin to set rate limits for some roles and no rate limits for other roles, and for some reason I can’t get it to work. I’ve done a bunch of searching and found this issue on GitHub which fixed my initial issue of not being able to overwrite the default rate limiting:

The issue I’m having now is any new policy I create and apply via the users & permissions plugin seems to be ignored and only the rateLimit policy is applied. I’m not sure if this is a bug or if I’m doing this wrong, I can’t find any documentation on this specifically.