website
website copied to clipboard
User docs and sample policies: https://kyverno.io
## Related # Related to: https://github.com/kyverno/kyverno/pull/10815 ## Proposed Changes Add documentation for 2 new field in keyless called `subjectRegExp` and `issuerRegExp` to allow regular expressions in cosign keyless verification ##...
## Related issue # https://github.com/kyverno/website/issues/1332 ## Proposed Changes add information as a tip for users trying to find information on path and action of mutation ## Checklist - [x] I...
### Description Let's clarify the webhook cleanup process as changed in https://github.com/kyverno/kyverno/pull/10782, here's the related doc section https://kyverno.io/docs/installation/uninstallation/#clean-up-webhooks. ### Slack discussion _No response_
### Description https://github.com/kyverno/kyverno/pull/10763 ### Slack discussion _No response_
### Description As far as I understand `schemaValidation` doesn't serve a purpose anymore. Both as a command flag and as a the `.spec. schemaValidation` field in the a policy. You...
### Description This PR adds allow existing violation behaviours to all validate types https://github.com/kyverno/kyverno/pull/10033 and when old object validation fails and `allowExisitingViolations=true` for an UPDATE request, it returns a `skip`...
### Description We need to document the following: 1. Update the existing policies to use the following: - `validate.failureAction`. - `validate.failureActionOverrides`. - `verifyImage[*].failureAction`. - `generate.generateExisting`. - `mutate.mutateExistingOnPolicyUpdate`. 2. Update the...
## Related issue # #1316 ## Proposed Changes Validation Documentation for assert subrule ## Checklist - [x] I have read the [contributing guidelines](https://github.com/kyverno/website/blob/main/CONTRIBUTING.md). - [x] I have inspected the website...
### Description The [example](https://kyverno.io/docs/writing-policies/verify-images/sigstore/#ignoring-tlogs-and-sct-verification) on the website for disabling tlog verification check is out of date, it should be updated. ```bash error: error validating "image-policy.yaml": error validating data: ValidationError(ClusterPolicy.spec.rules[1].verifyImages[0].attestors[0].entries[0].keys.rekor): unknown...
### Description Currently kyverno mutation logs does not specify the path for the mutation or the actual action, the information about it’s buried under way too much information (which is...