Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add remediation result status and timestamp to the rule_evaluation_status table #1075

Closed
jhrozek opened this issue Oct 2, 2023 · 0 comments · Fixed by #1094
Closed

Add remediation result status and timestamp to the rule_evaluation_status table #1075

jhrozek opened this issue Oct 2, 2023 · 0 comments · Fixed by #1094
Assignees

Comments

@jhrozek
Copy link
Contributor

jhrozek commented Oct 2, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant