-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
fluent-plugin-grafana-loki: add option to disable server certificate verification #1986
Comments
This issue has been automatically marked as stale because it has not had any activity in the past 30 days. It will be closed in 7 days if no further activity occurs. Thank you for your contributions. |
@cyriltovena @wardbekker @takanabe let's revive this, right? |
I don't think fluent-plugin-grafana-loki uses server/http_server plugin helpers. So, I think the options for disabling server certificate verification is not necessary. |
ah... maybe, I misunderstood you 💦 https://github.com/grafana/loki/pull/2171/files is what are you expecting? |
I think yes ! @jgehrcke Can you confirm ? |
#2171 came off with a bit of a misunderstanding of this issue here but I'll happily provide guidance. We'll get there. |
@cyriltovena would you mind pushing the 1.2.13 release to https://rubygems.org/gems/fluent-plugin-grafana-loki? |
will do now. |
Should be good now |
Thank you @cyriltovena! |
Unless I am missing something (entirely possible) the plugin has no configuration parameter to disable server certificate verification. This should be added for test setups and the like.
The parameter could for example be called
tls_verify
ortls_insecure
.Related:
https://docs.fluentd.org/configuration/transport-section#parameters
The text was updated successfully, but these errors were encountered: