preset_grpc: Remove deprecated parameter acl
#182
No reviewers
Labels
No labels
P0
P1
P2
P3
good first issue
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
6 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: TrueCloudLab/xk6-frostfs#182
Loading…
Reference in a new issue
No description provided.
Delete branch "acid-ant/xk6-frostfs:bugfix/replace-acl-ape"
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?
Close #180.
Add new parameter
rule
to have ability to add rule to created container.Example of usage:
Signed-off-by: Anton Nikiforov an.nikiforov@yadro.com
acl
in issue #180 we need not only remove parameter. We
need to set APE chains after create conatiners in preset.
@ -39,0 +38,4 @@
if rules:
r = ""
for rule in rules:
rule = rule.replace("CONTAINER_ID", cid)
Please give an example where this replace is actually useful?
This chain is attached to a container, any comparison with
CONTAINER_ID
will trivially be true or false.Right, now I see that it looks redundant.
It would be nice to have some defaults, I would go with a fully public container.
ebea190737
to9379ca8fc3
New commits pushed, approval review dismissed automatically according to repository settings
New commits pushed, approval review dismissed automatically according to repository settings
9379ca8fc3
to76fd5c9706
Added default rule
allow Object.* *