ape-manager
service should allow list APE chains with node wallet #1389
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
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: TrueCloudLab/frostfs-node#1389
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.
Currently, APE chains for a container are managed via
ape-manager
service by container owner ONLY.That can be helpful for critical situation when the owner's wallet cannot be accessed/not available but chains need to be purged by node administrator. Let's discuss this problem in the issue
Describe the solution you'd like
Probably, we want to allow
frostfs-node
's wallet, at least, to list chains and, optionally, to add/remove chains.Describe alternatives you've considered
The chains can be overriden by
local-override-storage
but:container.List
: both methods fetch data from the blockchain.The task says "list", but the description says "purged". In this case no, all access check for removing from contract are done in contract.
We can add node keys there, but it is not our responsibility.