Duncan MacQuarrie

Results 3 issues of Duncan MacQuarrie

In the configmap, we can: - Specify `client-ca` to provide a CA for client certificates we accept - Specify `server-ca` to provide a CA for backend certificates we accept May...

enhancement

The URI to the `ingresses` API is hard-coded to `/apis/extensions/v1beta1` here: https://github.com/math-nao/certs/blob/master/scripts/certs.sh#L174 This is deprecated and removed in K8S 1.22. To continue to work with 1.22, it should be changed...

enhancement

Updates urllib3 to 2.0.6 to avoid [CVE-2023-43804](https://nvd.nist.gov/vuln/detail/CVE-2023-43804). Even though this is just in integration test requirements, it still causes vuln scanning tools to flag this CVE as being present in...