Currently, if the middleware is configured to rate limit by *_id, checks white-/blacklist considers only considers matching ids but not the name.
Extend the white-/blacklist to also check names to allow something like
whitelist:
- projectID
- projectName
- userID
- userName
Currently, if the middleware is configured to rate limit by
*_id, checks white-/blacklist considers only considers matching ids but not the name.Extend the white-/blacklist to also check names to allow something like