Remove yet more eACL leftovers #1483
No reviewers
Labels
No labels
P0
P1
P2
P3
badger
frostfs-adm
frostfs-cli
frostfs-ir
frostfs-lens
frostfs-node
good first issue
triage
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
3 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: TrueCloudLab/frostfs-node#1483
Loading…
Reference in a new issue
No description provided.
Delete branch "fyrchik/frostfs-node:remove-eacl"
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?
c362ea02c9
toadeebdeba2
adeebdeba2
to3f801ca593
@ -167,6 +167,8 @@ func initContainerCreateCmd() {
flags.StringVar(&containerACL, "basic-acl", acl.NamePrivate, fmt.Sprintf("HEX encoded basic ACL value or keywords like '%s', '%s', '%s'",
acl.NamePublicRW, acl.NamePrivate, acl.NamePublicROExtended,
))
_ = flags.MarkDeprecated("basic-acl", "it will be removed in the next version of frostfs-cli.") // No error, flag exists.
It's OK that this flag is deprecated. Although basic ACL has got not longer effect, a container is still created with
acl.NamePrivate
- container dump will shot itLet's remove this:
or make
Removed the flag instead.
3f801ca593
to26ed209fcf
New commits pushed, approval review dismissed automatically according to repository settings
Sayonara, ACL