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
Copy file name to clipboardExpand all lines: components/security/authorization.rst
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,9 @@ recognizes several strategies:
47
47
grant access if there are more voters granting access than there are denying;
48
48
49
49
``unanimous``
50
-
only grant access if none of the voters has denied access. If all voters abstained from voting, the decision is based on the ``allow_if_all_abstain`` config option (which defaults to ``false``);
50
+
only grant access if none of the voters has denied access. If all voters
51
+
abstained from voting, the decision is based on the ``allow_if_all_abstain``
0 commit comments