generated from TrueCloudLab/basic
Refactor chain router #83
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
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: TrueCloudLab/policy-engine#83
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?
The current default chain router implementation has problems and this issue is to discuss them and suggest solutions.
Local overrides allows to brutely override chains in
Policy
contract. That means if a user intended to restrict the access to his container, an owner of a storage node may use control service and override such policy. It's okay if the storage node denies any requests for this container, but the user can experience issues as soon as the owner sets allowing overrides for the container - is that ok or policy-engine must ignore non-deny local overrides? If it's so, thenIsAllowed
should be fixed like that: