Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Loki TLS Skip Verify not working #127

Open
lappesj opened this issue Aug 25, 2023 · 0 comments · May be fixed by #162
Open

Loki TLS Skip Verify not working #127

lappesj opened this issue Aug 25, 2023 · 0 comments · May be fixed by #162

Comments

@lappesj
Copy link

lappesj commented Aug 25, 2023

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

frmrm added a commit to frmrm/kubernetes-event-exporter that referenced this issue Feb 27, 2024
@frmrm frmrm linked a pull request Feb 27, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant