Allow tree reading requests signed by keys from allow list #449
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#449
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.
To get enhanced metrics and statistics, we want to parse tree service data once in a while. Current tree service ACL implementation restricts access to the trees to everyone except container owner key.
Describe the solution you'd like
Configure node with the list of allowed keys to access read operations in the tree service. Tree service ACL implementation checks every request with the list.
Describe alternatives you've considered
Use control service to access tree service data with allowed keys.
Related to #390
Let's have
tree.allowed_keys
(like in the control service) containing keys for which READ operations are allowed.