Peter Hoeg Steffensen

Results 5 issues of Peter Hoeg Steffensen

**Is your feature request related to a problem? Please describe.** Sometimes I need to reference metavariables when doing `fix-regexp`. I have a pattern using meta variables and I want to...

priority:medium
user:external
pattern:regex
feature:autofix

**Description** This PR fixes the issue described in issue https://github.com/DefectDojo/django-DefectDojo/issues/9562 regarding uWSGI that under some circumstances will take up an unnecessary amount of resources on a kubernetes node leading to...

docker
helm

**Bug description** Deploying Defect Dojo to a Kubernetes cluster causes the uWSGI container to consume a lot of memory resulting in the node killing the pod. This is due to...

bug

Restructured for testability and added some tests for auto login

Currently the `nginx.ingress.kubernetes.io/auth-tls-secret` annotation takes a single secret with a key named `ca.crt` (https://kubernetes.github.io/ingress-nginx/user-guide/nginx-configuration/annotations/#client-certificate-authentication). Kubernetes secrets can at most be 1MB (https://github.com/kubernetes/kubernetes/issues/19781) so this leaves us with an upper limit...

kind/feature
needs-triage
needs-priority