You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Then the enforcement code in the server will identify the first node in the tree that has a not-Noneaccess_policy, and it will pass that node into filter along with the list of segments (i.e. URL path given as list of strings). Within filter, the access policy can do any additional I/O that it wants in order to decide the access allowed on the target.
The text was updated successfully, but these errors were encountered:
Tersely capturing a design discussion with @nmaytan (to elaborate later)...
The AccessPolicy API may be extended from
to
Then the enforcement code in the server will identify the first node in the tree that has a not-
None
access_policy
, and it will pass that node intofilter
along with the list of segments (i.e. URL path given as list of strings). Withinfilter
, the access policy can do any additional I/O that it wants in order to decide the access allowed on the target.The text was updated successfully, but these errors were encountered: