minder icon indicating copy to clipboard operation
minder copied to clipboard

Use rule short failure message as fallback for evaluation failure message

Open eleftherias opened this issue 1 year ago • 0 comments

In some cases, for example when using the rego/deny-by-default evaluation engine, we expect the writer of the rule to set the evaluation failure message. If they don't, we currently default to "denied".

Instead, we should default to the short_failure_message if that is provided in the rule definition.

eleftherias avatar Oct 10 '24 12:10 eleftherias