Barun Acharya

Results 193 comments of Barun Acharya

> Just to check if I understood. KubeArmor will send an event, even if it's not KubeArmor that is blocking. Yes 😅 > But it's weird because we don't have...

/assign I would like to work on this 😄

Just an update, we recently introduced a workflow to package KubeArmor in CI and install the package in the CI env to validate if packaging and installation works fine. Ref...

We want to run the smoke test in it's entirety I believe. You can check how we run smoke tests in this YAML https://github.com/kubearmor/KubeArmor/blob/23f39cfa09e58737860dd7b290f61ceb82257fab/.github/workflows/ci-test-ginkgo.yml#L60 Smoke test suite is available under...

https://gist.github.com/pierrejoubert73/902cc94d79424356a8d20be2b382e1ab Hopefully this helps!

@afzalbin64 sorry for the delayed response! What's the current status of the PR? I wanted to know what should I be looking for and how can help out :) Thanks

Hey @afzal442 @afzalbin64, I recently implemented a namespace watcher using client-go https://github.com/kubearmor/KubeArmor/blob/c21329ef3be1de3a72f180e612ce0c7ca28af240/KubeArmor/core/kubeUpdate.go#L1706-L1729 As part of https://github.com/kubearmor/KubeArmor/commit/c21329ef3be1de3a72f180e612ce0c7ca28af240. Hopefully this helps you out in implementing things here ✌️

Thanks for working towards this. Please mark it ready for review once KubeArmor starts compiling/building. The changes seem to be in the right direction. Regarding how to deal with custom...

@afzalbin64 This will https://github.com/kubearmor/KubeArmor/blob/86954a698ae2a70e5ec5265510201edfb9ca2a59/pkg/KubeArmorPolicy/client/informers/externalversions/security.kubearmor.com/v1/kubearmorpolicy.go#L25 I believe.`clientset` only allows Listing afaik.

I would like to defer this until we handle https://github.com/kubearmor/KubeArmor/issues/241 i.e. Consolidate all controllers to single deployment, What do you think?