Anurag Rajawat
Anurag Rajawat
**Purpose of PR?**: This PR updates the docs to provide all the information needed to install KubeArmor on Microshift. Fixes # **Does this PR introduce a breaking change?** **If the...
### Description of your changes Fixes #498 I have: - [x] Read and followed Crossplane's [contribution process]. - [x] Run `make reviewable test` to ensure this PR is ready for...
### Description This issue aims to document the schemas and supported intent IDs for custom resources (CRs) used to manage security policies in Nimbus. We need documentation for: **Cluster scoped...
Related to #26
Currently [k8tls](https://github.com/kubearmor/k8tls) can only scan/verify Kubernetes [Service](https://kubernetes.io/docs/concepts/services-networking/service/) so extend it to support following: - [ ] API Gateways - [ ] Load Balancers - [ ] Ingress & [Virtual Service](https://istio.io/latest/docs/reference/config/networking/virtual-service/)...
## Description The `nimbus-k8tls` adapter currently has overly broad permissions, including the ability to manage ClusterRole and ClusterRoleBinding resources. These permissions are considered highly privileged. We propose reducing these permissions...
## Description Fixes #226 **Does this PR introduce a breaking change?** No. ## Checklist - [x] PR title follows the `: ` convention - [x] I use [conventional commits](https://www.conventionalcommits.org/) in...
## Description Fixes #85 #### To test this PR locally - Have a cluster running dev2 - Run `dsp` module along with dev2 - Run this adapter ```shell make run...
## Description Currently, the operator responsible for managing `DiscoveredPolicy` (DSP) resources doesn't recreate them if they are deleted by any means. This issue proposes an update to the operator to...
**Purpose of PR?**: Related to https://github.com/kubearmor/kubearmor-relay-server/pull/58 **Does this PR introduce a breaking change?** Nope. **If the changes in this PR are manually verified, list down the scenarios covered:**: **Additional information...