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

[DX-1261] Update partitioned-policies.md with note about ACL #4411

Merged
merged 4 commits into from
Apr 16, 2024
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
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ Because the access rights and usage quota are enforced at policy level, you can

A partitioned policy can enforce any of these elements individually or together on a key:

* The Access Control Limit (ACL)
* The Access Control List (ACL), configured using the `access_rights` field
* When applying partitioned policies to a key, at least one of these policies needs to enforce ACL
dcs3spp marked this conversation as resolved.
Show resolved Hide resolved
* The Rate limit
* The Quota limit
* The GraphQL complexity (currently only query-depth limit is supported)
Expand Down
Loading