open-cluster-management-io / policy-generator-plugin

A Kustomize generator plugin to generate Open Cluster Management policies
Apache License 2.0
29 stars 31 forks source link

Add support for automatically informing on Kyverno policy violations #15

Closed mprahl closed 3 years ago

mprahl commented 3 years ago

By default, when a manifest includes a Kyverno policy, an additional configuration policy will get generated to inform on Kyverno policy violations in Open Cluster Management.

Additionally, remediation action is no longer set at the root policy level. This allows the policy generator to have granular control of the remediation action of configuration policies it may automatically generator on behalf of the user (i.e. Kyverno policy reporting).

openshift-ci[bot] commented 3 years ago

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: mprahl

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files: - ~~[OWNERS](https://github.com/open-cluster-management/policy-generator-plugin/blob/main/OWNERS)~~ [mprahl] Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment
dhaiducek commented 3 years ago

LGTM!