-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Require TLS or plaintext flagging in MySQL configuration #9012
Require TLS or plaintext flagging in MySQL configuration #9012
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.
Looks good so far! Thanks for working on this!
This requires a user to either use TLS, or acknowledge that they are sending credentials over plaintext.
8b85f23
to
8812ed2
Compare
@tyrannosaurus-becks I've updated this PR with the requested changes. |
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.
Looks great! Thank you for working 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.
Two small comments, otherwise looks good
bb855a5
When a user is using a MySQL backend, this change requires a user to either use TLS, or acknowledge that they are sending credentials over plaintext.
This may break some developer workflows.