1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-09 01:16:55 +00:00
kyverno/test/conformance/chainsaw/webhook-configurations/cpol-match-conditions-pass
Charles-Edouard Brétéché 12d5223d56
chore: use more chainsaw step templates (#11303)
Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>
2024-10-03 09:57:40 +00:00
..
chainsaw-test.yaml chore: use more chainsaw step templates (#11303) 2024-10-03 09:57:40 +00:00
ns.yaml chore: add chainsaw tests for policy based webhook configuration (#9561) 2024-01-31 16:44:01 +00:00
pod.yaml chore: add chainsaw tests for policy based webhook configuration (#9561) 2024-01-31 16:44:01 +00:00
policy.yaml chore: use more chainsaw step templates (#11303) 2024-10-03 09:57:40 +00:00
README.md chore: add chainsaw tests for policy based webhook configuration (#9561) 2024-01-31 16:44:01 +00:00

Description

This test checks fine-grained webhook configuration is synced to admission webhooks.

Expected Behavior

The request sent from system:masters group should be forwarded to Kyverno and get blocked due to the violation

Reference Issue(s)

#9111