Skip to content

Commit 599cce5

Browse files
committedJun 14, 2025
do not log all values, prefering sparse entitlements and resource values on the attribute
1 parent 4665982 commit 599cce5

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed
 

‎service/internal/access/v2/evaluate.go

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -150,12 +150,6 @@ func evaluateDefinition(
150150
Fqn: attrDefinition.GetFqn(),
151151
Rule: attrDefinition.GetRule(),
152152
}
153-
simpleAttribute.Values = make([]*policy.Value, len(attrDefinition.GetValues()))
154-
for idx, value := range attrDefinition.GetValues() {
155-
simpleAttribute.Values[idx] = &policy.Value{
156-
Value: value.GetValue(),
157-
}
158-
}
159153
result := &DataRuleResult{
160154
Passed: passed,
161155
Attribute: simpleAttribute,

0 commit comments

Comments
 (0)