Skip to content
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

Closed

Conversation

dhirajsb
Copy link

No description provided.

@dhirajsb dhirajsb requested review from lampajr and tarilabs February 17, 2024 07:53
Copy link

@tarilabs tarilabs left a 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 :)

Comment on lines +372 to +374
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.");

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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?

Copy link
Author

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.

@tarilabs tarilabs requested a review from isinyaaa February 17, 2024 10:27
Copy link

@lampajr lampajr left a 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

lampajr and others added 3 commits February 19, 2024 10:21
* 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]>
@dhirajsb
Copy link
Author

Closing this PR to re-open it in ODH repo.

@dhirajsb dhirajsb closed this Feb 20, 2024
@dhirajsb
Copy link
Author

Reopened as opendatahub-io#4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants