forked from TrueCloudLab/frostfs-node
[#989] util: Introduce any and all statements for ape rule parsing
Signed-off-by: Airat Arifullin <a.arifullin@yadro.com>
This commit is contained in:
parent
613e11c4d2
commit
0f064b7962
2 changed files with 22 additions and 0 deletions
|
@ -30,6 +30,9 @@ Actions is a regular operations upon FrostFS containers/objects. Like `Object.Pu
|
|||
|
||||
In status section it is possible to use `allow`, `deny` or `deny:QuotaLimitReached` actions.
|
||||
|
||||
If a statement does not contain lexeme `any`, field `Any` is set to `false` by default. Otherwise, it is set
|
||||
to `true`. Optionally, `all` can be used - it also sets `Any=false`.
|
||||
|
||||
It is prohibited to mix operation under FrostFS container and object in one rule.
|
||||
The same statement is equal for conditions and resources - one rule is for one type of items.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue