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
The planner and wasm compiler do not support references global context/base documents. We need to add support for global context/base documents to support use cases where context is dynamic and not known at compile time.
The text was updated successfully, but these errors were encountered:
Previously the planner only supported references into values generated
by rules or ground references to packages. If the reference was
non-ground the planner would error and references to cached data were
never evaluated.
This commit updates the planner to support the full virtual document
model. References can iterate over packages, merge base and virtual
documents, etc.
Fixesopen-policy-agent#1117Fixesopen-policy-agent#1119
Signed-off-by: Torin Sandall <torinsandall@gmail.com>
The planner and wasm compiler do not support references global context/base documents. We need to add support for global context/base documents to support use cases where context is dynamic and not known at compile time.
The text was updated successfully, but these errors were encountered: