mirror of
https://github.com/alrayyes/wiki.git
synced 2024-11-22 11:36:23 +00:00
21 lines
407 B
Markdown
21 lines
407 B
Markdown
|
---
|
||
|
id: 0b562dfe-07a5-4937-98eb-f269883d2b9e
|
||
|
title: priority
|
||
|
---
|
||
|
|
||
|
# Description
|
||
|
|
||
|
Grants or denies access depending on the first voter that does not
|
||
|
abstain. In this case, the voter priority is essential, because the
|
||
|
first non-abstain decision will be the final decision:
|
||
|
|
||
|
# Syntax
|
||
|
|
||
|
``` yaml
|
||
|
# config/packages/security.yaml
|
||
|
security:
|
||
|
access_decision_manager:
|
||
|
strategy: priority
|
||
|
# ...
|
||
|
```
|