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 the server didn't wrap the error messages which made it
hard to determine the source of internal errors coming back from OPA
when deployed with a custom decision logger.
Fixesopen-policy-agent#1367
Signed-off-by: Torin Sandall <torinsandall@gmail.com>
Previously the server didn't wrap the error messages which made it
hard to determine the source of internal errors coming back from OPA
when deployed with a custom decision logger.
Fixes#1367
Signed-off-by: Torin Sandall <torinsandall@gmail.com>
Expected Behavior
OPA server should differentiate between errors generated by OPA proper and errors reported by the decision logger.
Actual Behavior
OPA server logs errors returned by the decision logger using one of OPA's error codes eg.
internal_error
.Steps to Reproduce the Problem
The text was updated successfully, but these errors were encountered: