Barun Acharya

Results 193 comments of Barun Acharya

Hey @afzal442, Thanks for taking interest in this issue. > but unsure about incluster perspective. As per my understanding, only difference is that how you authenticate with the server, rest...

Looks in line with what I was thinking. Can you put it in a draft PR it's easy to review things here. Are you able to compile and run things?

I think we should validate the entire policy, not just limit this check to blanks. Like if the policy has the required fields or not and conforms to our CRD.

The fix in client would only be a partial fix, the CLI tool is just one of the possible client, but the gRPC server for KubeArmor is exposed and any...

Great @Chinwendu20, Many thanks for the continued effort towards this and really happy that you are making substantial progress. Looking forward to the PR 😁

I would suggest to approach the issue with a fresh angle. We shouldn't ideally be needing a custom Minikube ISO at all now! So no need to recompile things. I...

@Chinwendu20 Can you share output for `cat /boot/config-$(uname -r) | grep 'BPF'` and `cat /sys/kernel/security/lsm` on the minikube node?

I checked out the source code, https://github.com/kubernetes/minikube/blob/aca5f29b40319bf79de1e3eb15edcca7da7b5481/deploy/iso/minikube-iso/board/minikube/x86_64/linux_x86_64_defconfig#L44 I see that BPF is now enabled in the ISO. The documentation seems to be old since the new image is using 5.10...

- [x] TODO - Add Support in BPF LSM Ref #795

Hey @sahilsarawagi, Thanks for the interest. I would suggest going through [CONTRIBUTING.md](https://github.com/kubearmor/KubeArmor/blob/main/CONTRIBUTING.md ) for ways to get involved and experiment with KubeArmor meanwhile. If you have any specific queries feel...