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

Bug: ConfigurationPolicy message for enforce omits objects when multiple namespaces are specified #116

Commits on Apr 23, 2023

  1. Bug: message when enforce and multiple namespaces

    ConfigurationPolicy message for enforce omits objects when multiple namespaces are specified
    
    When set to inform, the full list of objects is shown. But when set to enforce (the first two messages displayed), only the last object message is shown. In multiple namespaces, the message should be merged.
    
    Should be fixed like this example:
    pod [pod1] in namespace test1 found; [pod1] in namespace test2 found as specified, therefore this Object template is compliant
    
    Ref: https://issues.redhat.com/browse/ACM-2604
    
    Signed-off-by: Yi Rae Kim <yikim@redhat.com>
    yiraeChristineKim committed Apr 23, 2023
    Configuration menu
    Copy the full SHA
    3aab88b View commit details
    Browse the repository at this point in the history