forked from TrueCloudLab/frostfs-contract
[#265] container: Adjust container-contract permissions
Remove "addRoot" method from the list of allowed methods, because
NNS doesn't have it since
4b86891d57
.
This commit is contained in:
parent
86157d801b
commit
70ae2c94e1
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ name: "NeoFS Container"
|
|||
safemethods: ["count", "get", "owner", "list", "eACL", "getContainerSize", "listContainerSizes", "version"]
|
||||
permissions:
|
||||
- methods: ["update", "addKey", "transferX",
|
||||
"addRoot", "register", "addRecord", "deleteRecords"]
|
||||
"register", "addRecord", "deleteRecords"]
|
||||
events:
|
||||
- name: containerPut
|
||||
parameters:
|
||||
|
|
Loading…
Reference in a new issue