File tree 1 file changed +8
-4
lines changed
1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -278,12 +278,16 @@ There are three strategies available:
278
278
This grants access as soon as there is *one * voter granting access;
279
279
280
280
``consensus ``
281
- This grants access if there are more voters granting access than denying;
281
+ This grants access if there are more voters granting access than
282
+ denying. If case of a tie the decision is based on the
283
+ ``allow_if_equal_granted_denied `` config option (defaulting to ``true ``);
282
284
283
285
``unanimous ``
284
- This only grants access if there is no voter denying access. If all voters
285
- abstained from voting, the decision is based on the ``allow_if_all_abstain ``
286
- config option (which defaults to ``false ``).
286
+ This only grants access if there is no voter denying access.
287
+
288
+ Regardless the chosen strategy, if all voters abstained from voting, the
289
+ decision is based on the ``allow_if_all_abstain `` config option (which
290
+ defaults to ``false ``).
287
291
288
292
In the above scenario, both voters should grant access in order to grant access
289
293
to the user to read the post. In this case, the default strategy is no longer
You can’t perform that action at this time.
0 commit comments