Sverre Boschman

Results 26 issues of Sverre Boschman

As PR changes (e.g. change the label defined for the pr generator) on GitHub are not immediately picked up by ArgoCD, even though the webhook event is delivered oke according...

Replace the fakeClient impl with gock. This should open up an easier way to introduce pagination to certain FortiAPI calls, as only one client impl has to be changed/extended to...

Currently late initialization is configured with ``` r.LateInitializer = config.LateInitializer{ IgnoredFields: []string{"address_prefix"}, } ``` As the [generation template](https://github.com/crossplane/terrajet/blob/main/pkg/pipeline/templates/terraformed.go.tmpl#L77) defaults to using the `GenericLateInitializer` I don't see a way to have...

enhancement

**Motivation** Currently falcosidekick uses the deprecated Loki `/api/prom/push` endpoint (https://grafana.com/docs/loki/v2.6.x/api/#post-apiprompush). Might be a good idea to switch to the new Loki `/loki/api/vi/push` endpoint (https://grafana.com/docs/loki/v2.6.x/api/#push-log-entries-to-loki), including the new json format, before...

kind/feature

jvm.bsh - function memutil: the mem_max value used can be -1 (G1GC), resulting in negative numbers being returned (large heap vm's overflow the zabbix float type) In zabbix the item...

See #315 for different use-cases. The original proposed solution by rawmind0 was to modify the rancher2_user resource to have it optionally return a token. A preview of that solution is...

See #315 for different use-cases. The rancher2_user resource has the username/password which are required to do a 'login' and get an initial token. The ttl of this token is set...

Let me start with describing the issue I am trying to solve. Many (official) Helm charts allow you to specify annotations on object descriptions (e.g. ingress descriptions). Ingress controllers support...

feature request

The `-p` flag ([docs](https://falco.org/docs/alerts/formatting/)) seems to only work with syscall alerts, but not with alerts from plugins (k8saudit). **How to reproduce it** Install Falco 0.33.0 (tested on AlmaLinux, with rpm...

kind/bug
area/rules

**Motivation** The default go templating language does not come with many data manipulation functions. This limits the 'templating' you can do with the `templatedfields` option. Especially manipulating the output field...

kind/feature