bottlerocket-os / bottlerocket

An operating system designed for hosting containers
https://bottlerocket.dev
Other
8.81k stars 521 forks source link

enable auditd in bottlerocket #3608

Open sumeet-zuora opened 1 year ago

sumeet-zuora commented 1 year ago

So, we are using bottlerocket in AWS EKS and was wondering how we can enable auditd and setup https://docs.rapid7.com/insight-agent/auditd-compatibility-mode-for-linux-assets/

vyaghras commented 1 year ago

Thanks for raising this issue. Unfortunately Auditd binary is not included in Bottlerocket. One reason is that Auditd doesn’t offer as much value to Bottlerocket due following reasons:

Also As we can see here (https://docs.rapid7.com/insight-agent/operating-system/#how-to-run-the-insight-agent-on-an-unsupported-os) Bottlerocket OS is not listed as supported OS for Insight Agent. It might be worth asking if they have a different solution that could work with Bottlerocket that is container based like a Daemonset instead of an agent based solution in the hosting OS.