ash icon indicating copy to clipboard operation
ash copied to clipboard

Build/validate filter based policy checks at compile time

Open zachdaniel opened this issue 5 years ago • 0 comments

Currently, filter-based checks just build at runtime and could return errors. However, if we add provisions for the templating that we do e.g {:_actor, field} to the validation that the filter parser does, we could validate the filters/build a partial filter at compile time. This would help spot errors quickly.

zachdaniel avatar Jun 09 '20 05:06 zachdaniel