-
Notifications
You must be signed in to change notification settings - Fork 89
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
Deprecate REQUIRESSL privilege #132
Deprecate REQUIRESSL privilege #132
Conversation
Codecov Report
@@ Coverage Diff @@
## main #132 +/- ##
==========================================
+ Coverage 76.61% 77.13% +0.51%
==========================================
Files 20 20
Lines 1770 1784 +14
Branches 436 436
==========================================
+ Hits 1356 1376 +20
+ Misses 268 265 -3
+ Partials 146 143 -3
Continue to review full report at Codecov.
|
maybe something else in CI |
Codecov is killing my OCD 😄 |
Ok, I was happily assuming that I wrote flawless code, but the fact that the integration tests were green when I removed all references to |
Sure, let me know when it's ready for review |
Ping @kkeane @Andersson007 |
bbedb94
to
a3ebd7e
Compare
@Jorge-Rodriguez should we review it now or better to wait until the CI is green? |
@Andersson007 let's wait. I think I've spotted the issue with the failed CI and it's a systemic one on the module utils. I'm going to try to fix it and piggyback it on this PR |
@Andersson007 ok, one changed my mind. This is ready for review. I checked the issue and the fix is not as straightforward as I initially estimated and it warrants A PR of it's own. I'm going to open a discussion about it based on this comment |
@bmalynovytch your thoughts on this? |
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.
LGTM
I will change the tests to what @Andersson007 suggested and that should make integration green before merging. |
@Jorge-Rodriguez so, we will wait for the tests changes mentioned, right? |
@Andersson007 yes, I'll ping you again when it's ready. |
ab8db9c
to
35d8af5
Compare
Ping @Andersson007 |
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.
LGTM
@Jorge-Rodriguez thanks for the great work!
So, we're ready to conduct our first major release soon. Maybe next week, say, on Monday:) will see |
SUMMARY
Parse the
priv
string to effectively turn theREQUIRESSL
privilege into an alias for the equivalent setup in thetls_requires
option.Introduce a deprecation notice for the
REQUIRESSL
privilege.Fixes #89 #121
ISSUE TYPE
COMPONENT NAME
mysql_user