1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2024-12-14 11:57:48 +00:00
kyverno/pkg/engine
Vishal Choudhary 77bb5aca12
Added Support for CSR in x509_decode() (#6744)
* fixes

Signed-off-by: Vishal Choudhary <sendtovishalchoudhary@gmail.com>

* err fix

Signed-off-by: Vishal Choudhary <sendtovishalchoudhary@gmail.com>

* added kuttl tests

Signed-off-by: Vishal Choudhary <sendtovishalchoudhary@gmail.com>

* updated files for test

Signed-off-by: Vishal Choudhary <sendtovishalchoudhary@gmail.com>

* updated tests

Signed-off-by: Vishal Choudhary <sendtovishalchoudhary@gmail.com>

* NIT

Signed-off-by: Vishal Choudhary <sendtovishalchoudhary@gmail.com>

* Update test/conformance/kuttl/validate/clusterpolicy/standard/enforce/csr/01-policy.yaml

Co-authored-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>
Signed-off-by: Vishal Choudhary <contactvishaltech@gmail.com>

* updated kuttl tests

Signed-off-by: Vishal Choudhary <sendtovishalchoudhary@gmail.com>

* added tests

Signed-off-by: Vishal Choudhary <sendtovishalchoudhary@gmail.com>

* updated readme

Signed-off-by: Vishal Choudhary <sendtovishalchoudhary@gmail.com>

* added requested changes

Signed-off-by: Vishal Choudhary <sendtovishalchoudhary@gmail.com>

* refactor

Signed-off-by: Vishal Choudhary <sendtovishalchoudhary@gmail.com>

* refactor

Signed-off-by: Vishal Choudhary <sendtovishalchoudhary@gmail.com>

* changes

Signed-off-by: Vishal Choudhary <sendtovishalchoudhary@gmail.com>

* refactor

Signed-off-by: Vishal Choudhary <sendtovishalchoudhary@gmail.com>

* fix

Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>

---------

Signed-off-by: Vishal Choudhary <sendtovishalchoudhary@gmail.com>
Signed-off-by: Vishal Choudhary <contactvishaltech@gmail.com>
Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>
Co-authored-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>
2023-04-14 09:36:38 +00:00
..
anchor Replaces manually written logic with regex for matching anchor elements (#6133) 2023-01-30 12:17:19 +00:00
api refactor: introduce jmespath interface (#6882) 2023-04-13 11:29:40 +00:00
apicall fix: enable tracing in api call (#6930) 2023-04-14 08:26:04 +00:00
context refactor: introduce jmespath interface (#6882) 2023-04-13 11:29:40 +00:00
handlers feat: Removal of multiple elements using JSON patch in a foreach loop (#6335) 2023-04-13 17:34:56 +00:00
internal fix: account for cosign default repository (#6849) 2023-04-11 11:19:40 +00:00
jmespath Added Support for CSR in x509_decode() (#6744) 2023-04-14 09:36:38 +00:00
jsonutils refactor: move util funcs in sub packages (#5754) 2022-12-22 06:39:54 +00:00
mutate feat: Removal of multiple elements using JSON patch in a foreach loop (#6335) 2023-04-13 17:34:56 +00:00
operator fix: change inrange operator regexs (#5962) 2023-01-16 16:23:36 +01:00
pattern test: add pattern pkg unit tests (#6277) 2023-02-10 14:17:36 +08:00
policycontext refactor: introduce jmespath interface (#6882) 2023-04-13 11:29:40 +00:00
resources refactor: introduce engine handler (#6680) 2023-03-24 16:24:00 +00:00
test refactor: introduce jmespath interface (#6882) 2023-04-13 11:29:40 +00:00
utils fix ns selector (#6887) 2023-04-13 08:17:28 +00:00
validate update k8s.gcr.io to registry.k8s.io (#6340) 2023-02-20 13:40:12 +00:00
variables refactor: introduce jmespath interface (#6882) 2023-04-13 11:29:40 +00:00
wildcards Replaces manually written logic with regex for matching anchor elements (#6133) 2023-01-30 12:17:19 +00:00
attestation_test.go refactor: introduce jmespath interface (#6882) 2023-04-13 11:29:40 +00:00
background.go feat: add subresource support to resource filters (#6780) 2023-04-05 13:51:07 +00:00
engine.go refactor: introduce jmespath interface (#6882) 2023-04-13 11:29:40 +00:00
exceptions.go refactor: engine rule response creation (#6784) 2023-04-05 10:35:38 +00:00
forceMutate.go refactor: engine rule response creation (#6784) 2023-04-05 10:35:38 +00:00
forceMutate_test.go refactor: introduce jmespath interface (#6882) 2023-04-13 11:29:40 +00:00
generation.go refactor: don't process context/preconditions in invokeHandler (#6751) 2023-04-03 12:57:48 +08:00
image_verify.go refactor: policy response (#6877) 2023-04-12 16:20:42 +00:00
image_verify_test.go refactor: introduce jmespath interface (#6882) 2023-04-13 11:29:40 +00:00
metrics.go refactor: engine execution stats (#6792) 2023-04-05 12:27:18 +00:00
mutation.go refactor: policy response (#6877) 2023-04-12 16:20:42 +00:00
mutation_test.go refactor: introduce jmespath interface (#6882) 2023-04-13 11:29:40 +00:00
policy_context.go refactor: don't process context/preconditions in invokeHandler (#6751) 2023-04-03 12:57:48 +08:00
validation.go refactor: policy response (#6877) 2023-04-12 16:20:42 +00:00
validation_test.go refactor: introduce jmespath interface (#6882) 2023-04-13 11:29:40 +00:00