1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-07 08:26:53 +00:00
kyverno/test/conformance/chainsaw/flags/standard/emit-events
Charles-Edouard Brétéché 5a0ce6bb67
chore: bump chainsaw (#11161)
* chore: bump chainsaw

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

* more template use

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

* v0.2.10

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

* go mod

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

---------

Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>
2024-09-17 09:28:33 +00:00
..
admission-controller-assert.yaml chore: all chainsaw tests (#9011) 2023-11-24 11:17:58 +01:00
admission-controller.yaml fix: omit events flag (#9572) 2024-01-30 23:41:13 +00:00
chainsaw-test.yaml chore: bump chainsaw (#11161) 2024-09-17 09:28:33 +00:00
event-assert.yaml chore: all chainsaw tests (#9011) 2023-11-24 11:17:58 +01:00
policy-assert.yaml chore: all chainsaw tests (#9011) 2023-11-24 11:17:58 +01:00
policy.yaml chore: rename validationFailureAction to failureAction under the rule (#10893) 2024-08-27 20:07:57 +00:00
README.md fix: omit events flag (#9572) 2024-01-30 23:41:13 +00:00
resource-fail.yaml chore: all chainsaw tests (#9011) 2023-11-24 11:17:58 +01:00
resource.yaml chore: all chainsaw tests (#9011) 2023-11-24 11:17:58 +01:00

Description

This test updates the deployment with flag --omitEvents=PolicyApplied set Then it creates a policy, and a resource. The resource is expected to be accepted. A PolicyApplied event should be created. Then it creates a respource that is expected to be rejected A PolicyViolation event should not be emitted as the flag does not include that.

Steps

  1. Update the deployment of admission controller to add this ar--omitEvents=PolicyApplied.
    • Create a policy
    • Assert the policy becomes ready
    • Create a resource,
    • Asset a PolicyApplied event is created
  2. Try creating a resource with a script that is expected to fail.
  3. Exit the script with 0 if it returns an error