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
In order to let the user know if/why a remediation had failed, we need to extend the rule_evaluation_status table with a new column. This could be a simple text column where we would add a textual representation of the error.
We'll also have to extend the way the policy engine returns errors, currently just the evaluation result is returned as a single instance of error, we probably need both evaluation and remediation results.
The text was updated successfully, but these errors were encountered:
In order to let the user know if/why a remediation had failed, we need to extend the rule_evaluation_status table with a new column. This could be a simple text column where we would add a textual representation of the error.
We'll also have to extend the way the policy engine returns errors, currently just the evaluation result is returned as a single instance of
error
, we probably need both evaluation and remediation results.The text was updated successfully, but these errors were encountered: