Skip to content

Commit

Permalink
review feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
gertd committed Nov 26, 2024
1 parent 963a725 commit fec50d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/app/impl/authz.go
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ func (s *AuthorizerServer) Is(ctx context.Context, req *authorizer.IsRequest) (*

outcome, ok := v.(bool)
if !ok {
return nil, errors.Wrapf(err, "failed getting outcome for decision [%s]", d)
return nil, errors.Wrapf(err, "non-boolean outcome for decision [%s]: %s", d, v)
}

decision := authorizer.Decision{
Expand Down

0 comments on commit fec50d1

Please sign in to comment.