generated from TrueCloudLab/basic
[#69] iam: Extend native actions with tree service methods #69
No reviewers
Labels
No labels
Infrastructure
blocked
bug
config
discussion
documentation
duplicate
enhancement
go
help wanted
internal
invalid
kludge
observability
perfomance
question
refactoring
wontfix
No milestone
No project
No assignees
5 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: TrueCloudLab/policy-engine#69
Loading…
Reference in a new issue
No description provided.
Delete branch "dkirillov/policy-engine:feature/iam_allow_tree_operations"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
We need this because tree operations require some native actions to be allowed
TrueCloudLab/frostfs-node#1093
[#XX] iam: Extend native actions with tree service methodsto [#69] iam: Extend native actions with tree service methods9cff85dfb5
to530248de75
👍
@ -14,3 +14,1 @@
s3ActionAbortMultipartUpload: {native.MethodGetContainer, native.MethodDeleteObject, native.MethodHeadObject},
s3ActionCreateBucket: {native.MethodGetContainer, native.MethodPutContainer, native.MethodSetContainerEACL},
s3ActionDeleteBucket: {native.MethodGetContainer, native.MethodDeleteContainer, native.MethodSearchObject, native.MethodHeadObject},
s3ActionAbortMultipartUpload: {native.MethodGetContainer, native.MethodDeleteObject, native.MethodHeadObject, native.MethodGetObject, native.MethodPutObject},
If we do this now, I guess there is no problem to implement tree service actions immediately?
It seems so