-
Notifications
You must be signed in to change notification settings - Fork 3
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
fix: add cmd line mysql ssl options, fixes RHOAIENG-3337 #3
fix: add cmd line mysql ssl options, fixes RHOAIENG-3337 #3
Conversation
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 but I have no cpp experience so I believe meaningful if @isinyaaa could chime in please :)
DEFINE_bool(mysql_config_verify_server_cert, false, | ||
"This parameter enables verification of the server certificate " | ||
" against the host name used when connecting to the server."); |
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.
DEFINE_bool(mysql_config_verify_server_cert, false, | |
"This parameter enables verification of the server certificate " | |
" against the host name used when connecting to the server."); | |
DEFINE_bool(mysql_config_verify_server_cert, false, | |
"When certificates are provided, this parameter enables verification of the server certificate " | |
" against the host name used when connecting to the server."); |
wdyt, given this parameter takes effects only iff ssl/certificates parameters are provided?
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.
I think it's fine as it is. The description comes from the proto declaration anyway.
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 change itself looks good to me but shouldn't we put this change in opendatahub-io/ml-metadata first and then sync the master
branch? As we are already doing with opendatahub-io#2
Keep in mind that rhoai-2.7
became a test branch as we did not include it in the 2.7
release, therefore I would suggest to apply the change on master
and then we will branch out from that one
* Fix MLMD build on Fedora Signed-off-by: Andrea Lamparelli <[email protected]> * Revert zetasql upgrade and switch to ubi8 (google#2) --------- Signed-off-by: Andrea Lamparelli <[email protected]>
95738cf
to
1360342
Compare
Closing this PR to re-open it in ODH repo. |
Reopened as opendatahub-io#4 |
No description provided.