mirror of
https://github.com/kyverno/kyverno.git
synced 2024-12-14 11:57:48 +00:00
778d81a865
Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com> |
||
---|---|---|
.. | ||
chainsaw-test.yaml | ||
policy.yaml | ||
README.md | ||
resource-bad-signatures.yaml | ||
resource-no-signature.yaml | ||
resource-one-signature.yaml | ||
resource-two-signatures.yaml |
Description
This test creates a policy to verify manifests signatures. The policy specifies that at least one signature is expected to be valid.
Expected Behavior
Resource with no signature should be rejected. Resource with one signature should be accepted. Resource with two signatures should be accepted.