generated from TrueCloudLab/basic
Add a smart-contract and a neo-go client wrapper #3
Labels
No labels
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/policy-engine#3
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?
Read and store policies from the contract.
Optionally allow to tag policies / filter it by the application, e.g. s3 rules or native protocol rules. Maybe we can use
chain
field for that.Policy contract is in the frostfs-contract repo (I think it is a part of the API, because eACL will be handled with it).
I am now thinking: if we might want to filter s3/gRPC rules, wouldn't we want to have s3ingress and ingress immediately?
Anyway, some routine like "remove definitely non-matching operations" should be supported, so that local cache in the node is not polluted with pure-S3 rules.
The issue can be solved only after
CachedChainStorage
will be revisedThis task is about rich-type client, which could be used inside cached chain storage.
Introduced in #24