forked from TrueCloudLab/frostfs-node
[#986] cli: Allow add-rule command to parse new actions
* Introduce Object.* and Container.* actions that span all methods for services. Signed-off-by: Airat Arifullin <a.arifullin@yadro.com>
This commit is contained in:
parent
0f064b7962
commit
47d9ce71be
2 changed files with 53 additions and 17 deletions
|
@ -27,6 +27,7 @@ For container it can be represented as:
|
|||
- `/*` all containers in the `root` namespace
|
||||
|
||||
Actions is a regular operations upon FrostFS containers/objects. Like `Object.Put`, `Container.Get` etc.
|
||||
You can use `Object.*`, `Container.*` that implies all actions.
|
||||
|
||||
In status section it is possible to use `allow`, `deny` or `deny:QuotaLimitReached` actions.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue