-
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 #4
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.
Build is working and the change makes sense to me, thanks @dhirajsb
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.
per red-hat-data-services#3 (review) I believe would be meaningful as well to have @isinyaaa to chime in :)
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."); |
I know we discussed this, just re-reporting for archival purposes.
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!
Description
Adds command line options to configure mysql ssl connection.
How Has This Been Tested?
Verifies that mlmd tries to connect to mysql using ssl options.
Merge criteria: