generated from TrueCloudLab/basic
Make Deny the highest priority #29
No reviewers
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#29
Loading…
Reference in a new issue
No description provided.
Delete branch "dstepanov-yadro/policy-engine:feat/allow_to_process_in_order"
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?
Closes #21
After this PR need to change eACL -> APE converter: TrueCloudLab/frostfs-node#852
WIP: Make Deny the highest priorityto Make Deny the highest priority89ecc7b36e
to780bf5cb0f
780bf5cb0f
to9604e580f7
@ -15,0 +17,4 @@
const (
// MatchTypeDenyPriority rejects the request if any `Deny` is specified.
MatchTypeDenyPriority MatchType = 0
I don't like
iota
.Can we change test in
iam
package to?
9604e580f7
to8c673ee4f4
Done