Move pre-processors to policy or rule declaration #167
Labels
enhancement
New feature or request
triage
Default label assigned to all new issues indicating label curation is needed to fully organize.
Milestone
Problem Statement
The pre-processors do not add much value and can lead to confusing results if the same policy is applied without the
--pre-processor
flag.It seems best to require that policy rule declarations are complete in how they reference data in the JSON payload and not spread processing logic across the rule declaration and pre-processing declarations.
Also, for the web application form factor pre-processors require creating an outer request type with the fields
payload
andpre-processors
. It would be simpler to simply add the JSON payload to the POST body.Solution Description
Remove pre-processors.
Alternatives
No response
Additional Context
No response
Slack discussion
No response
Research
The text was updated successfully, but these errors were encountered: