generated from TrueCloudLab/basic
Add policy validation checks #57
No reviewers
TrueCloudLab/storage-core-developers
TrueCloudLab/storage-services-developers
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
4 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: TrueCloudLab/policy-engine#57
Loading…
Reference in a new issue
No description provided.
Delete branch "mbiryukova/policy-engine:feature/add_policy_validation_checks"
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?
Signed-off-by: Marina Biryukova m.biryukova@yadro.com
5a2b000530
todccdb3621c
[#xx] Add policy validation checksto [#57] Add policy validation checks[#57] Add policy validation checksto Add policy validation checks@ -226,3 +232,4 @@
return errors.New("'Statement' is missing")
}
sids := make(map[string]struct{})
It's better to use
make(map[string]struct{}, len(p.Statement)
dccdb3621c
to9040e48504