policy: Add method to listing chain keys for specific targes #105
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 project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: TrueCloudLab/frostfs-contract#105
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 we can only list all chains (as value). But in s3-gw and frostfs-node we use APE to check policies that accept "name" (
ingress
ors3
) to filter desired chains by prefix. That's why it would be nice to see what keys are stored for specific target (to investigate bugs for example)Describe the solution you'd like
Add new method
ListChainNames
Describe alternatives you've considered
Additional context
No