ratify-project / ratify

Artifact Ratification Framework
https://ratify.dev
Apache License 2.0
225 stars 63 forks source link

Add Gatekeeper fail open/closed helm value #1914

Open akashsinghal opened 2 weeks ago

akashsinghal commented 2 weeks ago

What would you like to be added?

The current Assign mutation CRD does not specify the failurePolicy explicitly. It relies on the default value which is fail closed. https://open-policy-agent.github.io/gatekeeper/website/docs/externaldata#api Ratify should add a single gatekeeperFailurePolicy flag which can define open/close (close by default for backwards compatability). This flag will then set the according failurePolicy field.

This change should be accompanied with documentation on the website. https://github.com/ratify-project/ratify-web/issues/128

Anything else you would like to add?

No response

Are you willing to submit PRs to contribute to this feature?