frameworks
frameworks copied to clipboard
fix: Create dynamic CEL object variable
Defines a variable, anyObject
that behaves in the same way request.Object
does in Rego, allowing for a 1:1 behavioral analogue for Rego's request.Object
command when running a template in VAP.
This also fixes a bug in generated CEL code where user-defined variables are placed before variables.params
is defined, making users unable to reference variables.params
in the variables they create.