Support TLS when using the Mysql driver#71
Merged
szkiba merged 4 commits intografana:masterfrom Sep 6, 2024
Merged
Conversation
bcdec30 to
f3f8b50
Compare
mrevutskyi
reviewed
Aug 28, 2024
Contributor
Author
|
@szkiba : We are attempting to add TLS support to the mysql driver used by this plugin. Could you please review and provide your feedback? |
Contributor
@surajvshankar |
Contributor
|
@surajvshankar still has linter issues |
Contributor
Author
Thank you @szkiba. I have fixed the double import. I have ensured that on manually running the linter at my end, it now succeeds: |
Contributor
Author
|
Ivan, we are pulling the "latest" version/tag of xk6-sql. Thank you for
creating the release: https://github.com/grafana/xk6-sql/releases/tag/v0.4.1.
Could you also update the "latest" tag to point to this release, please?
Regards,
suraj.
…On Fri, Sep 6, 2024 at 6:13 AM Iván Szkiba ***@***.***> wrote:
Merged #71 <#71> into master.
—
Reply to this email directly, view it on GitHub
<#71 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AIIUIKQ7DQ54M5ZSQNR7ESDZVGTAFAVCNFSM6AAAAABNFHKZK2VHI2DSMVQWIX3LMV45UABCJFZXG5LFIV3GK3TUJZXXI2LGNFRWC5DJN5XDWMJUGE3DCOJQGQ2TMMI>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Contributor
|
Done |
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.
Summary
Extended xk6-sql to support mysql connection over TLS.
Details
The mysql driver already supports TLS. These are additions to make xk6-sql TLS aware; such that, the TLS settings can be passed to the underlying drivers.
Note
openinterface is retained as-is.enableTLS: trueis passed toloadTLSTesting Done