Barun Acharya
Barun Acharya
Hey @anonymousr007 Can you link me the PR? I cannot seem to find it.
Thanks for picking this up @rahulk789. > I think removing codecov step from [github/workflows/ci-test-ginkgo.yml](https://github.com/kubearmor/KubeArmor/blob/e289bbc12afafe7882e5a69dc0af2c41ee91007a/.github/workflows/ci-test-ginkgo.yml) makes sense. From my understanding it would still need some form of codecov step that helps...
Hey @anonymousr007 Thanks for the PR. I am not sure what it intends to do tho 😅 A few quick question/ checklist before I suggest things further. - [ ]...
Hey @anonymousr007, Looking forward to updates on this. Anything I can help out with here? Thanks :v:
Closing since there hasn't been an update. Feel free to comment here, if it's still WIP
Handled in #932
Let me frame the problem statement, You already have a whitelist policy enforced, What happens when you update the Default Posture using Config Map today. Does the block posture automatically...
Can we add the testing you are doing as testcase to our suite as well? This would be an important change I believe we should support it with test if...
Hey @kaiquerass, Thank You for reporting this. Can you share the policies applied in the cluster? Also if possible sharing the dump created by [`karmor sysdump`](https://github.com/kubearmor/kubearmor-client) if you are comfortable...
@kaiquerass The defaultPosture you used in the configuration only is relevant when you have any `Allow` Policy or the rules are whitelist and not blacklist. This was introduced because Whitelists...