Barun Acharya
Barun Acharya
## Feature Request Currently we detect the various env configuration on the kArmor client side and mount the CRI Sockets accordingly. But these detections are not always right. Suppose if...
Integrating Live Reloading with https://github.com/cosmtrek/air in our development environment. This will allow us to only make changes and KubeArmor would automatically rebuild and start once the changes are saved, not...
## Feature Request KubeArmor Observability and Enforcement Engines/Modules work independently today. We try to match Permission Denied Events with our Policy set, if matched send Alert with policy context, else...
## Feature Request We should calculate test coverage for tests across all the CI test suites we run. **Is your feature request related to a problem? Please describe the use...
## Bug Report **General Information** - Environment description - vagrant - Kernel version (run `uname -a`) - Linux kubearmor-dev-next 5.15.0-46-generic #49-Ubuntu SMP Thu Aug 4 18:03:25 UTC 2022 x86_64 x86_64...
We should assosciate a checklist with each Pull Request prompting reviewers and the contributor to go through them before changes can be merged. Some points to include that I can...
Ideally we should updating go deps for KubeArmor frequently to avoid any security complications. We could have used [Github's dependabot](https://docs.github.com/en/code-security/dependabot) but it [doesn't support go pseudo versions](https://github.com/dependabot/dependabot-core/issues/3017) ( versioning with...
## Feature Request KubeArmor emits a lot of telemetry events with Logs and Alerts. But consuming and making sense out of these telemetry events might be hard. There's a need...
BPFLSM could provide all policy related enforcement and alerts after we close #1477. This means it should be okay to disable system monitor to save on resource usage specially in...