mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-14 17:02:49 +03:00
Adding features to the enterprise listing docs page
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/7048 Co-authored-by: Tirumarai Selvan <8663570+tirumaraiselvan@users.noreply.github.com> Co-authored-by: Marion Schleifer <5722022+marionschleifer@users.noreply.github.com> GitOrigin-RevId: 916a20213a137d2f797648d12c6976351d67e59d
This commit is contained in:
parent
60ab8e2ae3
commit
5f2490b26c
@ -27,6 +27,12 @@ Hasura EE capabilities include all the features of the Hasura Open Source Commun
|
||||
- [Read Replicas](/databases/connect-db/read-replicas.mdx)
|
||||
- **Security**
|
||||
- [API Limiting](/security/api-limits.mdx)
|
||||
- [Role Based Allow List](/security/allow-list.mdx/#role-based-allow-list)
|
||||
- [Disable GraphQL Introspection](/security/disable-graphql-introspection.mdx)
|
||||
- [Multiple Admin Secrets](/security/multiple-admin-secrets.mdx)
|
||||
- [Multiple JWT Secrets](/security/multiple-jwt-secrets.mdx)
|
||||
- **Event Triggers**
|
||||
- [Auto Cleanup of Event Triggers](/event-triggers/clean-up/auto-cleanup.mdx)
|
||||
- **Observability**
|
||||
- [Logs](/deployment/logging.mdx)
|
||||
- [Metrics via Prometheus](/enterprise/metrics.mdx)
|
||||
|
@ -153,7 +153,7 @@ query ($id: Int!) {
|
||||
|
||||
## Role-based Allow List
|
||||
|
||||
<div className="badge badge--primary heading-badge">Available on: Cloud</div>
|
||||
<div className='badge badge--primary heading-badge'>Available on: Cloud, Enterprise Edition</div>
|
||||
|
||||
A role-based Allow List is useful when you would like a query collection(s) to be accessible to only certain roles.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user