-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
[filebeat] Add intermediary support for ssl.verification_mode
#42368
Conversation
This pull request does not have a backport label.
To fixup this pull request, you need to add the backport labels for the needed
|
|
Pinging @elastic/elastic-agent-data-plane (Team:Elastic-Agent-Data-Plane) |
/test |
Co-authored-by: Mauri de Souza Meneguzzo <[email protected]>
* [filebeat] Add intermediary support for `ssl.verification_mode` on ES config translation layer --------- Co-authored-by: Mauri de Souza Meneguzzo <[email protected]> (cherry picked from commit 3e18a38)
…) (#42461) * [filebeat] Add intermediary support for `ssl.verification_mode` on ES config translation layer --------- Co-authored-by: Mauri de Souza Meneguzzo <[email protected]> (cherry picked from commit 3e18a38) Co-authored-by: Khushi Jain <[email protected]>
Proposed commit message
This adds support for
ssl.verification_mode:none
in our config translation layer for ES.This is so that we can begin to use this parameter for our use cases.
beatsauthextension will support all modes. But specifically for
ssl.verification_mode:none
, we can skip adding auth extension for validation.Checklist
CHANGELOG.next.asciidoc
orCHANGELOG-developer.next.asciidoc
.