Improve tree service support in CLI #390
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 project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: TrueCloudLab/frostfs-node#390
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
Is your feature request related to a problem? Please describe.
FrostFS CLI supports tree service operations, see
tree
section. It does not implement some API features, which can be quite useful.Describe the solution you'd like
Support bearer token
Gateways access tree service of private containers by using bearer token, to replace deny rules of extended ACL table with allow rules. CLI does not allow to attach bearer token.
Cover all protocol methods in the CLI
Current CLI implementation allows to invoke:
There are a couple more methods client can use:
There are two more which are not used by the clients, so reconsider adding them in the CLI.
Describe alternatives you've considered
None.
Additional context
None.
I think we wanted to do (1) back in the days, according to this code:
BearerToken: nil, // TODO: #1891 add token handling
Closed via #488.