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
OPA is returning 200 OK when evaluating queries that depend on an input document even if an input document has not been supplied. Per the documentation, this should result in a 400 Bad Request response.
The text was updated successfully, but these errors were encountered:
These changes update OPA to analyze queries to determine if an input
document is required. In the future, more sophisticated checks could be
performed (e.g., JSON schema validation).
If an input document is required but not provided, OPA will return HTTP
400 (per the documentation). This was broken in open-policy-agent#197.
Fixesopen-policy-agent#227
These changes update OPA to analyze queries to determine if an input
document is required. In the future, more sophisticated checks could be
performed (e.g., JSON schema validation).
If an input document is required but not provided, OPA will return HTTP
400 (per the documentation). This was broken in #197.
Fixes#227
OPA is returning 200 OK when evaluating queries that depend on an input document even if an input document has not been supplied. Per the documentation, this should result in a 400 Bad Request response.
The text was updated successfully, but these errors were encountered: