1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-31 03:45:17 +00:00
kyverno/pkg/engine
Rakshit Gondwal b574802c12
feat: support conditions in PolicyException ()
* feat: support conditions in PolicyException

Signed-off-by: Rakshit Gondwal <rakshitgondwal3@gmail.com>

* fix matchesException func

Signed-off-by: Rakshit Gondwal <rakshitgondwal3@gmail.com>

* add codegen-all files

Signed-off-by: Rakshit Gondwal <rakshitgondwal3@gmail.com>

* fix after review

Signed-off-by: Rakshit Gondwal <rakshitgondwal3@gmail.com>

* remove variable validation from PolicyException

Signed-off-by: Rakshit Gondwal <rakshitgondwal3@gmail.com>

* fix after review

Signed-off-by: Rakshit Gondwal <rakshitgondwal3@gmail.com>

* add kuttl tests

Signed-off-by: Rakshit Gondwal <rakshitgondwal3@gmail.com>

* remove ValidateVariables() from tests

Signed-off-by: Rakshit Gondwal <rakshitgondwal3@gmail.com>

* fix errors

Signed-off-by: Rakshit Gondwal <rakshitgondwal3@gmail.com>

* remove check-variables kuttl test

Signed-off-by: Rakshit Gondwal <rakshitgondwal3@gmail.com>

* fix after review

Signed-off-by: Rakshit Gondwal <rakshitgondwal3@gmail.com>

* add sleep step to kuttl

Signed-off-by: Rakshit Gondwal <98955085+rakshitgondwal@users.noreply.github.com>

* miinor fix

Signed-off-by: Rakshit Gondwal <98955085+rakshitgondwal@users.noreply.github.com>

* add readme for kuttl test

Signed-off-by: Rakshit Gondwal <98955085+rakshitgondwal@users.noreply.github.com>

---------

Signed-off-by: Rakshit Gondwal <rakshitgondwal3@gmail.com>
Signed-off-by: Rakshit Gondwal <98955085+rakshitgondwal@users.noreply.github.com>
Signed-off-by: Jim Bugwadia <jim@nirmata.com>
Co-authored-by: Mariam Fahmy <mariam.fahmy@nirmata.com>
Co-authored-by: Jim Bugwadia <jim@nirmata.com>
2023-10-24 10:45:52 +00:00
..
adapters fix: cache invalidation in FindResources () 2023-09-08 15:51:25 +02:00
anchor feat: add fuzzers from cncf-fuzzing () 2023-08-16 16:42:37 +00:00
api refactor: common remote authenticator for notary and cosign () 2023-10-09 09:07:00 +00:00
apicall refactor: add specific loaders from () 2023-06-26 13:31:40 +00:00
context Refactor fuzzing utils and add 3 fuzzers () 2023-10-05 16:33:26 +00:00
factories fix: image cache panic and cleanup () 2023-09-22 10:40:16 +00:00
handlers fix: cache invalidation in FindResources () 2023-09-08 15:51:25 +02:00
internal fix: image cache panic and cleanup () 2023-09-22 10:40:16 +00:00
jmespath remove duplicated log messages () 2023-10-17 16:08:44 +00:00
jsonutils fix: use go 1.21 new packages () 2023-09-19 12:06:53 +00:00
mutate feat: switch json patch lib for real () 2023-06-08 10:23:20 +00:00
operator fix: change inrange operator regexs () 2023-01-16 16:23:36 +01:00
pattern fix: abort validation if value could be processed () 2023-06-06 14:41:20 +00:00
policycontext Fix deferred loading () 2023-06-27 09:58:50 -07:00
resources refactor: introduce engine handler () 2023-03-24 16:24:00 +00:00
utils fix: use go 1.21 new packages () 2023-09-19 12:06:53 +00:00
validate update k8s.gcr.io to registry.k8s.io () 2023-02-20 13:40:12 +00:00
variables test: add tests for isAnyNotIn function and lazy evaluate it () 2023-09-11 16:10:49 +00:00
wildcards skip other checks if operations do not match () 2023-09-19 08:01:49 +00:00
attestation_test.go Conditions message () 2023-05-08 15:34:23 +08:00
background.go fix: Delete downstream objects on precondition fail () 2023-06-15 11:32:19 -04:00
engine.go fix: apply exceptions after executing the policy itself () 2023-09-27 14:52:39 +00:00
exceptions.go feat: support conditions in PolicyException () 2023-10-24 10:45:52 +00:00
forceMutate.go refactor: remove json patches from engine response () 2023-06-07 17:45:11 +08:00
forceMutate_test.go refactor: introduce jmespath interface () 2023-04-13 11:29:40 +00:00
fuzz_test.go Refactor fuzzing utils and add 3 fuzzers () 2023-10-05 16:33:26 +00:00
generation.go refactor: don't process context/preconditions in invokeHandler () 2023-04-03 12:57:48 +08:00
image_verify.go feat: add basic structure for image verify cache () 2023-08-06 21:54:52 +02:00
image_verify_test.go feat: improve assertion and error messages () 2023-09-21 12:39:54 +00:00
metrics.go Add an abstraction interface for Kyverno policies and validating admission policies () 2023-08-15 12:41:43 -07:00
mutation.go refactor: policy response () 2023-04-12 16:20:42 +00:00
mutation_test.go feat: add basic structure for image verify cache () 2023-08-06 21:54:52 +02:00
policy_context.go refactor: hide json context from caller () 2023-05-12 14:14:48 +00:00
validation.go feat: support cel expression in validate rules () 2023-05-31 14:30:55 -07:00
validation_test.go feat: add basic structure for image verify cache () 2023-08-06 21:54:52 +02:00