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

Fix status for invalid object #107

Commits on Mar 6, 2023

  1. Fix status for invalid object

    Previously, a config policy with an invalid field in the object definition would cause the policy status to flip between "object not found" and "object could not be created/updated" indefinitely, which became an issue at scale. This change makes it so that an invalid template will only cause one violation event, which lines up with the single event sent out when a policy template has an invalid field.
    
    ref: https://issues.redhat.com/browse/ACM-3465?filter=-1
    
    Signed-off-by: Will Kutler <wkutler@redhat.com>
    willkutler committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    d56a051 View commit details
    Browse the repository at this point in the history