SAP-archive / karydia

Kubernetes Security Walnut
Other
77 stars 10 forks source link

[Test] Integration of seccomp admission #117

Closed dacappo closed 5 years ago

dacappo commented 5 years ago

Description

Basic integration tests for pod admission with regard to Seccomp profiles. The validating webhook is adapted to a secure-by-default behavior and will not further deny admission when a pod's Seccomp profile does not correspond to the one given in the namespace annotation.

Checklist

Before submitting this PR, please make sure: