-
Notifications
You must be signed in to change notification settings - Fork 474
[MySQL] Add SSL Support #9453
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
[MySQL] Add SSL Support #9453
Conversation
🚀 Benchmarks reportTo see the full report comment with |
@@ -55,6 +55,35 @@ policy_templates: | |||
title: Password | |||
secret: true | |||
default: test | |||
- name: ssl |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
description: Collect logs and metrics from MySQL servers with Elastic Agent. | ||
type: integration | ||
categories: | ||
- datastore | ||
- observability | ||
conditions: | ||
kibana: | ||
version: "^8.12.0" | ||
version: "^8.14.0" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Any reason for bumping kibana version for this SSL enhancement?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The metricbeat changes required for SSL support will be released in 8.14.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@andrewkroh :
We are adding SSL support to one of our Integrations here.
Has a proposal been formulated regarding the division of this, as was discussed in the meeting?
We can start implementing it from this Integration.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good!
Please see why the CI is failing.
@gpop63 : Can we resolve the CI issue and conclude on this. |
4ed9a63
to
4b93788
Compare
@ishleenk17 how to un-gate this? |
I would propose by now to provide a mapping for |
@jsoriano : I think the CI was passing before and failing later because a different elastic package version was used. |
The issue seems to be related to the changes for The failure here is produced by the So at this point there are two ways to solve this issue:
In previous versions of this package it looks like the
The |
I tried removing |
Ok, the lack of definition was not an issue before because we skip validation of some fields that don't have a mapping for legacy reasons, what includes
The
I can replicate this locally by running the static tests:
And I can confirm that the issue gets solved by adding a mapping for |
/test |
💚 Build Succeeded
History
cc @gpop63 |
|
Package mysql - 1.20.0 containing this change is available at https://epr.elastic.co/search?package=mysql |
Overview
Add SSL support.
Checklist
changelog.yml
file.Author's Checklist
How to test this PR locally
Related issues
Screenshots