Skip to content

Commit

Permalink
fix: Match the API contract for the permission evaluator
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonmcintosh committed Nov 2, 2023
1 parent 4778c5b commit 88410f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion permissions.go
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ type ReadPermissable interface {
}

type PermissionsEvaluator interface {
HasReadPermission(user string, rp ReadPermissable) (bool, error)
HasReadPermission(user string, traceparent string, rp ReadPermissable) (bool, error)
}

type FiatClient interface {
Expand Down

0 comments on commit 88410f0

Please sign in to comment.