Davis Haba
Davis Haba
Documentation added in a separate PR: https://github.com/open-policy-agent/gatekeeper/pull/2229
Hi, Thanks for the suggestion! I agree that we should have a metric that shows runtime errors when evaluating rego. However, doing so will require some work as the Constraint...
I think we can close this once https://github.com/open-policy-agent/gatekeeper/pull/2398 is merged. This PR included a big refactor of the Gator CLI to break up commands into their own subpackages.
Hi, We are actively working on designing a feature to allow for different `enforcementActions` across different enforcement points (e.g. gator/Audit/Webhook). I've linked this issue in [the design](https://docs.google.com/document/d/1QIABjZN9B8oBZF5mm1hz5IhpTGulm1jTNn20nYIF-Hc/edit#heading=h.9oaxevykg8w6), and we'll take...
Thanks for bringing this to our attention. If you specify a version, e.g. `go get github.com/open-policy-agent/gatekeeper/cmd/gator@master`, that should work. Agreed we should switch to `go install`, we will look into...
A change to support this is in flight: https://github.com/open-policy-agent/gatekeeper/pull/2429