You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, we deployed the Kubernetes Event Exporter with Helm and added a Loki Receiver in the Config.
We faced x509 certificate errors: tls: failed to verify certificate: x509: certificate signed by unknown authority".
Now, even after adding the following parameters:
tls:
insecureSkipVerify: true
We still faced the same issue.
When using the Webhook Sink as a receiver, the TLS InsecureSkipVerify works fine and we can send logs to Loki. Possibly, there's a bug with the Loki Sink, where it ignores the TLS configuration from sink.go...
The text was updated successfully, but these errors were encountered:
frmrm
added a commit
to frmrm/kubernetes-event-exporter
that referenced
this issue
Feb 27, 2024
Hello, we deployed the Kubernetes Event Exporter with Helm and added a Loki Receiver in the Config.
We faced x509 certificate errors:
tls: failed to verify certificate: x509: certificate signed by unknown authority".
Now, even after adding the following parameters:
We still faced the same issue.
When using the Webhook Sink as a receiver, the TLS InsecureSkipVerify works fine and we can send logs to Loki. Possibly, there's a bug with the Loki Sink, where it ignores the TLS configuration from sink.go...
The text was updated successfully, but these errors were encountered: