1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2024-12-14 11:57:48 +00:00
kyverno/pkg/engine
Jim Bugwadia 29997fe446
Notary v2 (#6011)
* fix make debug-deploy

Signed-off-by: Jim Bugwadia <jim@nirmata.com>

* improve log messages

Signed-off-by: Jim Bugwadia <jim@nirmata.com>

* initial update

Signed-off-by: Jim Bugwadia <jim@nirmata.com>

* initial update

Signed-off-by: Jim Bugwadia <jim@nirmata.com>

* update registry credentials handling order

Signed-off-by: Jim Bugwadia <jim@nirmata.com>

* comment out ACR helper - breaks anonymous image pull

Signed-off-by: Jim Bugwadia <jim@nirmata.com>

* merge main and refactor verifiers

Signed-off-by: Jim Bugwadia <jim@nirmata.com>

* fix opt init

Signed-off-by: Jim Bugwadia <jim@nirmata.com>

* remove local address

Signed-off-by: Jim Bugwadia <jim@nirmata.com>

* update to NotaryV2 RC

Signed-off-by: Jim Bugwadia <jim@nirmata.com>

* fix fmt

Signed-off-by: Jim Bugwadia <jim@nirmata.com>

* update deps

Signed-off-by: Jim Bugwadia <jim@nirmata.com>

* format imports

Signed-off-by: Jim Bugwadia <jim@nirmata.com>

* remove env and no-op statement

Signed-off-by: Jim Bugwadia <jim@nirmata.com>

* fix merge issues

Signed-off-by: Jim Bugwadia <jim@nirmata.com>

* fix linter issue

Signed-off-by: Jim Bugwadia <jim@nirmata.com>

* remove unused field

Signed-off-by: Jim Bugwadia <jim@nirmata.com>

* make fmt

Signed-off-by: Jim Bugwadia <jim@nirmata.com>

* renable ACR credential helper

Signed-off-by: Jim Bugwadia <jim@nirmata.com>

* Update .vscode/launch.json

Signed-off-by: shuting <shutting06@gmail.com>

---------

Signed-off-by: Jim Bugwadia <jim@nirmata.com>
Signed-off-by: shuting <shutting06@gmail.com>
Co-authored-by: shuting <shuting@nirmata.com>
Co-authored-by: shuting <shutting06@gmail.com>
2023-02-20 16:26:10 +00:00
..
anchor Replaces manually written logic with regex for matching anchor elements (#6133) 2023-01-30 12:17:19 +00:00
api refactor: remove validate failure actions from response (#6304) 2023-02-13 20:27:40 +08:00
apicall refactor: improve engine logger management (#6280) 2023-02-09 15:15:51 +00:00
context refactor: more engine interface (#6199) 2023-02-03 13:01:11 +08:00
internal Notary v2 (#6011) 2023-02-20 16:26:10 +00:00
jmespath #6055 Add JMESPath support to imageExtractors (#6183) 2023-02-08 11:54:59 +00:00
jsonutils refactor: move util funcs in sub packages (#5754) 2022-12-22 06:39:54 +00:00
mutate refactor: make engine stats standard fields (#6301) 2023-02-10 11:35:55 -08: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
resources Yaml signing and verification (#4235) 2022-08-30 10:14:54 -07:00
test refactor: reduce store dependency in engine pkg (#6260) 2023-02-08 13:19:56 +00:00
utils refactor: merge engine common and utils packages (#6160) 2023-01-30 18:26:35 +00:00
validate update k8s.gcr.io to registry.k8s.io (#6340) 2023-02-20 13:40:12 +00:00
variables refactor: improve engine logger management (#6280) 2023-02-09 15:15:51 +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: improve engine logger management (#6280) 2023-02-09 15:15:51 +00:00
background.go refactor: make engine stats standard fields (#6301) 2023-02-10 11:35:55 -08:00
common.go refactor: move client out of policy context (#6233) 2023-02-07 15:09:15 +00:00
common_test.go refactor: move client out of policy context (#6233) 2023-02-07 15:09:15 +00:00
engine.go refactor: improve engine logger management (#6280) 2023-02-09 15:15:51 +00:00
exceptions.go refactor: propagate exception in rule response (#6298) 2023-02-10 20:14:34 +00:00
forceMutate.go refactor: improve engine logger management (#6280) 2023-02-09 15:15:51 +00:00
forceMutate_test.go refactor: improve engine logger management (#6280) 2023-02-09 15:15:51 +00:00
generation.go refactor: make engine stats standard fields (#6301) 2023-02-10 11:35:55 -08:00
imageVerify.go Notary v2 (#6011) 2023-02-20 16:26:10 +00:00
imageVerify_test.go refactor: improve engine logger management (#6280) 2023-02-09 15:15:51 +00:00
imageVerifyValidate.go refactor: add a few response helpers in engine internal (#6262) 2023-02-09 13:39:38 +00:00
k8smanifest.go refactor: add a few response helpers in engine internal (#6262) 2023-02-09 13:39:38 +00:00
k8smanifest_test.go refactor: move client out of policy context (#6233) 2023-02-07 15:09:15 +00:00
loadtargets.go refactor: move client out of policy context (#6233) 2023-02-07 15:09:15 +00:00
loadtargets_test.go Load mutate.targets via dclient (#3797) 2022-05-06 05:46:36 +00:00
mutation.go refactor: make engine stats standard fields (#6301) 2023-02-10 11:35:55 -08:00
mutation_test.go Notary v2 (#6011) 2023-02-20 16:26:10 +00:00
policyContext.go refactor: move client out of policy context (#6233) 2023-02-07 15:09:15 +00:00
utils.go Notary v2 (#6011) 2023-02-20 16:26:10 +00:00
utils_test.go fix: do not pass dynamicConfig to matchesResourceDescriptionMatchHelper (#6231) (#6242) 2023-02-08 08:08:09 +00:00
validation.go refactor: make engine stats standard fields (#6301) 2023-02-10 11:35:55 -08:00
validation_test.go refactor: reduce store dependency in engine pkg (#6260) 2023-02-08 13:19:56 +00:00