Khaled Emara

Results 25 issues of Khaled Emara

This PR adds different Backing Database Stores for the Index Structures. This is done using generics. Each Backing Store is behind a feature flag and its dependencies only compile when...

Kindly review our submission for the first release of ICAPeg. ICAPeg is an Open Source implementation of ICAP (RFC 3507) server, designed to enable web proxies to utilize the function...

## Explanation This PR enhances PolicyException handling by using a SharedIndexer to get PolicyExceptions that match a (Policy, Rule) pair. In order to do this, we need to drop support...

### Problem Statement The GlobalContext is missing some key features listed in the solution. ### Solution Description - [ ] [CLI](https://github.com/kyverno/kyverno/issues/9646) - [ ] [Playground](https://github.com/kyverno/playground/issues/615) - [x] [Error Handling](https://github.com/kyverno/kyverno/issues/9648) -...

enhancement
global context

## Explanation ## Related issue ## Milestone of this PR ## Documentation (required for features) My PR contains new or altered behavior to Kyverno. - [ ] I have sent...

milestone 1.13.0

### Problem Statement Right now it's not clear how we can use the GlobalContext in the CLI. ### Solution Description Add support for GLobalContext in the CLI. ### Alternatives _No...

enhancement
global context

## Explanation ## Related issue ## Milestone of this PR ## Documentation (required for features) My PR contains new or altered behavior to Kyverno. - [ ] I have sent...

## Explanation This PR fixes an issue where multiple Polexes wouldn't evaluate if the first one doesn't pass the condition test. ## Related issue Closes #9993 ## Milestone of this...

cherry-pick-required
milestone 1.12.2

## Explanation Use a templating engine instead of regex to reduce memory allocations. ## Related issue ## Milestone of this PR ## Documentation (required for features) My PR contains new...