Mariam Fahmy

Results 41 issues of Mariam Fahmy

### Description Add docs for the following enhancements: - https://github.com/kyverno/kyverno/pull/9981 - https://github.com/kyverno/kyverno/pull/10100 ### Slack discussion _No response_

enhancement

## Related issue # Related PR: https://github.com/kyverno/kyverno/pull/10162 ## Proposed Changes ## Checklist - [x] I have read the [contributing guidelines](https://github.com/kyverno/website/blob/main/CONTRIBUTING.md). - [x] I have inspected the website preview for accuracy....

## Explanation This PR returns the same engine response in case the resource still violates the policy even after it is updated. ## Related issue Closes #10169 ## Milestone of...

milestone 1.13.0

## Explanation This PR passes the resource name if exists to the SubjectAccessReview. If it is empty, it means all. ## Related issue Closes #10198 ## Milestone of this PR...

cherry-pick-required
milestone 1.12.5

## Explanation This PR supports generating ValidatingAdmissionPolicies from policies that specifies the `exclude` block. ## Related issue Closes #10196 ## Milestone of this PR /milestone 1.13.0 ## Documentation (required for...

milestone 1.13.0

### Problem Statement This issue tracks all the enhacements related to VAPs and needs to be finalized for 1.13. ### Solution Description - [x] https://github.com/kyverno/kyverno/issues/8288 - [x] https://github.com/kyverno/kyverno/issues/10186 - [...

enhancement
VAP

### Problem Statement Support generating ValidatingAdmissionPolicies from Kyverno policies as well as policy exceptions. ### Solution Description Use the `excludeResourceRules` in the VAPs. ### Alternatives _No response_ ### Additional Context...

enhancement
VAP

### Problem Statement Currently, ValidatingAdmissionPolicies are generated from Kyverno policies that define only the `match` block. Even though there would be some limitations when it comes to generating VAPs given...

enhancement
VAP

### Problem Statement Currently, we are generating validating admission policies from Kyverno policies. Some fields don't exist in v1.26 as follows: 1. AuditAnnotations 2. MatchConditions 3. ValidationAction in validating admission...

enhancement
VAP

Implementing a SSH storage engine that supports the following commands: - [x] backup: It is used to create a backup for a server. - [ ] restore: It is used...

feature