Wolfgang Hottgenroth

Results 4 issues of Wolfgang Hottgenroth

This pull request addresses the issue reported in https://github.com/dleutnant/influxdbr/issues/68 and implements the modification proposes by @HalfEatenPie.

I suppose using strictSSL I can disable certificate verification completely. But is it also possible to handover a dedicated CA to verifiy against? tls_connect and tls.createSecureContext are naming a property...

I would like to obtain the certificate for my timescaledb instance from Let's Encrypt via cert-manager. I've setup this using the following code: cert.yml: ``` apiVersion: cert-manager.io/v1 kind: Certificate metadata:...

feature

I've configure a "deny all but dns" network policy ``` --- apiVersion: networking.k8s.io/v1 kind: NetworkPolicy metadata: name: deny-all spec: podSelector: matchLabels: {} policyTypes: - Egress - Ingress --- apiVersion: networking.k8s.io/v1...

lifecycle/rotten