policy: Initial implementation #44
No reviewers
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 milestone
No project
No assignees
5 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: TrueCloudLab/frostfs-contract#44
Loading…
Reference in a new issue
No description provided.
Delete branch "fyrchik/frostfs-contract:policy-contract"
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?
On-chain support for https://git.frostfs.info/TrueCloudLab/policy-engine/
0a97374d03
to6b9a090434
Please use correct link to the PR in commit message
6b9a090434
to3f0a865e8b
3f0a865e8b
to238c864087
@ -0,0 +5,4 @@
| Key | Value | Description |
|------------------------------------------|--------|-----------------------------------|
| 'c' + uint16(len(container)) + container | []byte | Namespace chain |
| 'n' + uint16(len(namespace)) + namespace | []byte | Container chain |
The doc table lacks
i
prefix that is used forIAM
sWill fix, I have added IAM for discussion -- we might want to store these policies somewhere, they could be accessed with the same interface, but have different format.
238c864087
to9ed3845aa9