-
The current TLS configuration API is broken. It passes file names and the go code loads these files with normal file operations. This contradicts the expectations of the k6 runtime, that no file opera…
-
**What happened**:
According to the changelog, custom TLS configuration was added in Helm chart version 3.8.3. I can see the TLS configuration in the values.yaml file on the master branch [here](…
-
The Elastic Agent can receive porxy and TLS configuration for fleet-server thorough its CLI, during install/enroll, and the policy. The configurations from the policy take precedence over the CLI, how…
-
### Describe the feature
End users should have the following new options for TLS:
1. If using OpenShift, enable the `serving-cert` feature. This is implemented now, but only in a way where it is t…
-
Currently, the TLS configuration in buildkitd defaults to Go's default cipher suites, which include some weak ciphers (CBC and 64-bit block size).
https://github.com/moby/buildkit/blob/17896f6c475889…
-
Many Log4j components have a configuration attribute to enable the verification of the TLS server certificate:
- Network appenders (`Socket`, `SMTP`) use the [`verifyHostname`](https://logging.apac…
-
If you have enabled v2ray custom config and use Splithttp network, the host header you set in host settings will not be included in the generated configuration. Adding the host header directly in the …
mdjvd updated
4 hours ago
-
apiVersion: kyverno.io/v1
kind: ClusterPolicy
metadata:
name: ingress-tls
spec:
validationFailureAction: enforce
background: true
rules:
name: tls
match:
any:
resources:
kinds:
Ingress
…
-
To improve security when exposing a DiceDB instance to the open internet, we need to implement TLS support. This will allow encrypted communication between clients and the DiceDB server, protecting da…
-
The OTLP exporter (both HTTP and gRPC) need to support the following configuration options from the spec:
* Certificate file
* Client key file
* Client certificate file
See: https://github.com…