mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Additional actor restriction should not grant access to additional actions (#2569)
Closes #2568
This commit is contained in:
parent
2b962beaeb
commit
a528555e84
3 changed files with 116 additions and 19 deletions
|
|
@ -1033,6 +1033,12 @@ This example outputs the following::
|
|||
}
|
||||
}
|
||||
|
||||
Restrictions act as an allowlist layered on top of the actor's existing
|
||||
permissions. They can only remove access the actor would otherwise have—they
|
||||
cannot grant new access. If the underlying actor is denied by ``allow`` rules in
|
||||
``datasette.yaml`` or by a plugin, a token that lists that resource in its
|
||||
``"_r"`` section will still be denied.
|
||||
|
||||
|
||||
.. _permissions_plugins:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue