You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We currently test container runtime security with KubeArmor running in Kubernetes. However, KubeArmor also has the capability to secure Kubernetes nodes. As well as run in non-kubernetes mode and protect hosts.
So, we need to add tests for KubeArmor's host security functionalities.
The existing ginkgo test suite can be used for reference of what all has to be tested and can be extended further to test host functionalities.
Possible scenarios
KubeArmorHostSecurityPolicy (hsp) enforcement
Host visibility annotations/settings
Host default posture
More scenarios from our deprecated bash test suite
Environments
BPF LSM enforcer
AppArmor
The text was updated successfully, but these errors were encountered:
Depends on the ability to enable host policy with the operator - #1501
DelusionalOptimist
changed the title
CI(tests): ginkgo tests for host security with KubeArmor in Kubernetes
CI(tests): ginkgo tests for host security capabilities of KubeArmor
May 8, 2024
Description
We currently test container runtime security with KubeArmor running in Kubernetes. However, KubeArmor also has the capability to secure Kubernetes nodes. As well as run in non-kubernetes mode and protect hosts.
So, we need to add tests for KubeArmor's host security functionalities.
The existing ginkgo test suite can be used for reference of what all has to be tested and can be extended further to test host functionalities.
Possible scenarios
More scenarios from our deprecated bash test suite
Environments
The text was updated successfully, but these errors were encountered: