1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-06 07:57:07 +00:00
kyverno/pkg/policy
Max Goncharenko fdaa73b175
Forbid variables in match/exclude/patchesJson6902.path sections (#1940)
* forbid variables in match/exclude/patchesJson6902.path sections

Signed-off-by: Max Goncharenko <kacejot@fex.net>

* fix e2e test

Signed-off-by: Max Goncharenko <kacejot@fex.net>

* edits related to the PR comments

Signed-off-by: Maxim Goncharenko <goncharenko.maxim@apriorit.com>
2021-07-02 19:17:40 +05:30
..
common Enhancement/existence anchor - should loop all the items in the array (#1719) 2021-03-19 15:18:26 -07:00
generate Bug fixes - policy validation, auto-generated rules, apiCall support in mutate and generate (#1629) 2021-02-22 12:08:26 -08:00
mutate update nirmata/kyverno to kyverno/kyverno 2020-10-07 11:12:31 -07:00
validate Switch to use annotations to store resource info in cluster/reportChangeRequest (#1625) 2021-02-19 09:09:41 -08:00
actions.go update nirmata/kyverno to kyverno/kyverno 2020-10-07 11:12:31 -07:00
apply.go Enable image substitution in the background mode 2021-04-28 14:21:11 -07:00
background.go Jmespath notfound error (#1907) 2021-07-01 22:56:50 -07:00
background_test.go fix the unit test 2021-04-28 14:52:26 -07:00
common.go updating minio verison (#1956) 2021-06-09 19:16:26 -07:00
existing.go Configurable success events on policies & resources. Generating failure events on policies by default. (#1939) 2021-06-29 14:43:11 -07:00
report.go Configurable success events on policies & resources. Generating failure events on policies by default. (#1939) 2021-06-29 14:43:11 -07:00
utils.go fixes #1399 (#1400) 2020-12-15 15:21:39 -08:00
validate.go Forbid variables in match/exclude/patchesJson6902.path sections (#1940) 2021-07-02 19:17:40 +05:30
validate_controller.go [Improvement] Kyverno should not delete downstream resources when a generate policy using the clone behavior has synchronize: true (#1880) 2021-06-30 12:00:02 -07:00
validate_test.go Add function label_match, to use matchLabel in JMESPath, usage: label_match(labels_from_network_policy, labels_from pod) bool, Remove validation for JMESPath (#1862) 2021-05-04 09:28:30 -07:00