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
When decision logs are enabled, the decision id associated with the request is generated and included in the results json output. This needs to be documented as such.
The text was updated successfully, but these errors were encountered:
When decision logging is enabled, API calls for decisions will return a
decision ID, e.g., {"result": true, "decision_id": "abcdef1234"}.
Fixesopen-policy-agent#1061
Signed-off-by: Torin Sandall <torinsandall@gmail.com>
When decision logging is enabled, API calls for decisions will return a
decision ID, e.g., {"result": true, "decision_id": "abcdef1234"}.
Fixes#1061
Signed-off-by: Torin Sandall <torinsandall@gmail.com>
When decision logs are enabled, the decision id associated with the request is generated and included in the results json output. This needs to be documented as such.
The text was updated successfully, but these errors were encountered: