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
Previously if there was a non-json key it would `panic("unreachable")`
but it can fall back to using the dynamic property for these types.
Fixes: open-policy-agent#2183
Signed-off-by: Patrick East <east.patrick@gmail.com>
Previously if there was a non-json key it would `panic("unreachable")`
but it can fall back to using the dynamic property for these types.
Fixes: #2183
Signed-off-by: Patrick East <east.patrick@gmail.com>
With some policy snippet like:
OPA will panic like so:
The text was updated successfully, but these errors were encountered: