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

chore: add default enterprise rls #2035

Merged
merged 1 commit into from
Feb 21, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 16 additions & 2 deletions docs/guides/rate-limits.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,22 @@ Growth plan rate limits also apply to the Legacy `Scale` plan.

#### Enterprise plan rate limits

Looking for enterprise-grade rate limits? Everything's possible.
[Get in touch with us to discuss your requirements](https://ory.sh/contact).
The Enterprise plan has the same default rate limits as the Growth plan. If you use case requires higher limits, please
[get in touch with us to discuss your requirements](https://ory.sh/contact).

| Environment | Path / Bucket | Burst (rps) | Sustained (rpm) |
| :-------------------- | :------------------------- | ----------: | --------------: |
| Production | `/sessions/whoami` | 1200 | 36000 |
| | `/admin/oauth2/introspect` | 1200 | 36000 |
| | `/relation-tuples/check` | 1200 | 36000 |
| | `GET /admin/identities` | 60 | 1200 |
| | `POST /admin/recovery/*` | 20 | 600 |
| | `*` | 800 | 18000 |
| Staging & Development | `/sessions/whoami` | 10 | 30 |
| | `/admin/oauth2/introspect` | 10 | 300 |
| | `/relation-tuples/check` | 10 | 300 |
| | `GET /admin/identities` | 1 | 10 |
| | `*` | 5 | 150 |

## Endpoint based rate limits

Expand Down
Loading