Carlos R.F.

Results 15 issues of Carlos R.F.

It would be nice to implement configuration reload with HUP. An example code is https://github.com/prometheus/blackbox_exporter/blob/c908cba63b5256af83d0553e7fb5049f709aaeac/main.go#L130 I'm planning to bring an PR for it.

Is Advanced tomato affected by Krack? https://www.krackattacks.com/

firmware

These are a few fixable vulnerabilities found. ``` $ grype . ✔ Vulnerability DB [updated] ✔ Indexed file system . ✔ Scanned for vulnerabilities [3 vulnerability matches] ├── by severity:...

**Purpose of PR?**: Allow to set the log level for the operator in the helm chart values **Does this PR introduce a breaking change?** No **If the changes in this...

The config elements, though optional, are not ptr, so they are initialized with the respective type default values. As result, strconv.Format... will never return an empty string, so the check...

## Bug Report After installing the operator following the documentation, and the KubeArmorConfig, and add one policy, the daemonset is created and its pods deployed. However, when I change the...

bug

I'm having a hard time seeing the reasoning for the policy recommendation to prevent writes to `/dev/shm/`. This is the policy: https://github.com/kubearmor/policy-templates/blob/release/generic/system/ksp-deny-write-in-shm-folder.yaml I can't find any reference to preventing writes...