TLS client certificate#80
Open
adrianlzt wants to merge 1 commit into
Open
Conversation
Add options to be able to login to ES using client certificates. Also an option to ignore checking certificate validity.
Author
|
Example config: |
Author
|
Fixes #71 |
Contributor
|
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. |
Author
|
Sure, no problem waiting.
El vie., 27 oct. 2017 17:34, Andrew Cholakian <notifications@github.com>
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. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add options to be able to login to ES using client certificates.
Also an option to ignore checking certificate validity.