Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rate limit per controller actions #2126

Closed
Shiranuit opened this issue Aug 19, 2021 · 0 comments
Closed

Rate limit per controller actions #2126

Shiranuit opened this issue Aug 19, 2021 · 0 comments

Comments

@Shiranuit
Copy link
Contributor

Feature Description

As an administrator I want to be able to control the rate limit per controller actions, per profile and not only the global rate limit.

Example

{
  "rateLimit": {
    "*": 20
  },
  "policies": [ /* ...role policies, see below ... */]
}
{
  "rateLimit": {
    "auth": {
      "actions": {
        "login": 10,
        "checkToken": 10,
      }
    },
    "realtime": {
      "actions": {
        "subscribe": 10,
      }
    }
  },
  "policies": [ /* ...role policies, see below ... */]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants