Skip to content

Loki TLS Skip Verify not working #127

@lappesj

Description

@lappesj

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...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions