You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So to leverage CEL consistently across all Kuadrant components
Parse Limit's conditions as CEL expression (on creation)
Parse Limit's variables as CEL expression (again, on creation)
🔥 feature lenient_conditions
🔥 module crate::limit::conditions
Inject context about the Limit itself in the interpreter to enable e.g. Limit::id lookup (one context for the whole Limit, i.e. all conditions and all variables being resolved)
Should the descriptor(s) and their entries be first class citizens and have their own root binding?
The text was updated successfully, but these errors were encountered:
So to leverage CEL consistently across all Kuadrant components
Limit
's conditions as CEL expression (on creation)Limit
's variables as CEL expression (again, on creation)lenient_conditions
crate::limit::conditions
Limit
itself in the interpreter to enable e.g.Limit::id
lookup (one context for the wholeLimit
, i.e. allcondition
s and allvariable
s being resolved)The text was updated successfully, but these errors were encountered: