-
Notifications
You must be signed in to change notification settings - Fork 88
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
TLS client certificate #80
base: main
Are you sure you want to change the base?
TLS client certificate #80
Conversation
Add options to be able to login to ES using client certificates. Also an option to ignore checking certificate validity.
Example config:
|
Fixes #71 |
Thanks for the patch. The tricky thing here is adding options consistently across the ES input/output/filter This is a bit of a weird time as we're trying to centralize into one repo here: logstash-plugins/logstash-integration-elasticsearch#1 Would you mind holding off on this patch till that happens? Otherwise we'll need three simultaneous PRs. We don't want to continue our current pattern of inconsistently adding features. |
Sure, no problem waiting.
El vie., 27 oct. 2017 17:34, Andrew Cholakian <[email protected]>
escribió:
… Thanks for the patch.
The tricky thing here is adding options consistently across the ES
input/output/filter
This is a bit of a weird time as we're trying to centralize into one repo
here: logstash-plugins/logstash-integration-elasticsearch#1
<logstash-plugins/logstash-integration-elasticsearch#1>
Would you mind holding off on this patch till that happens? Otherwise
we'll need three simultaneous PRs. We don't want to continue our current
pattern of inconsistently adding features.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#80 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ADFnmL2YyLK-8xeVy9Ap89BiWnXjAP7yks5swff4gaJpZM4QIQ3S>
.
|
This function is highly sought after. |
Are there still plans to introduce this feature? The feature logstash-plugins/logstash-integration-elasticsearch#1 was mentioned already more than a year ago with no recent updates. So I am curious if there are plans for this in the nearby future. |
Add options to be able to login to ES using client certificates.
Also an option to ignore checking certificate validity.