DataDog / managed-kubernetes-auditing-toolkit

All-in-one auditing toolkit for identifying common security issues in managed Kubernetes environments. Currently supports Amazon EKS.
Apache License 2.0
319 stars 18 forks source link

Support Pod SecurityPolicy? #10

Closed changhyuni closed 1 year ago

changhyuni commented 1 year ago

I was so happy to see you support "irsa" Do you have any plans to support "pod security policy" as well?

christophetd commented 1 year ago

Thanks for the question! What would be your use-case exactly? (Also note that Pod security policy is deprecated in recent version of Kubernetes)

changhyuni commented 1 year ago

@christophetd I want to see which pad is affected by PodSecurityPolicy

christophetd commented 1 year ago

Pod security policy isn't something that's specific to managed Kubernetes environments, so likely not a good fit for MKAT. Thanks for suggesting!