-
Notifications
You must be signed in to change notification settings - Fork 12.4k
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
MySQL: Add option to allow cleartext passwords #63232
Conversation
also addresses #37010 |
This pull request has been automatically marked as stale because it has not had activity in the last 30 days. It will be closed in 2 weeks if no further activity occurs. Please feel free to give a status update now, ping for review, or re-open when it's ready. Thank you for your contributions! |
Hey @enginecan, |
Hey @zoltanbedi, I've solved the merge conflicts. Feel free to review... |
Thanks @enginecan, |
@zoltanbedi - Could you please fix those issues? I don't have enough time to look into linting issues. |
@enginecan yep I can continue. |
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
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
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!
public/app/plugins/datasource/mysql/configuration/ConfigurationEditor.tsx
Show resolved
Hide resolved
Thanks for your contribution @enginecan! |
Likewise, thanks for creating this great tool! |
Adds "Allow Cleartext Passwords" checkbox to MySQL connection settings page in order to enable support for Cleartext Passwords
Rework of #30112 Fixes #37010