-
Notifications
You must be signed in to change notification settings - Fork 987
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
Support for frontend *sha_* password plugins #4418
Comments
Work on this feature is already underway and it will be included in a future release. Concerning the potential removal of |
@asivado thank you for the feedback. I am looking forward for this feature! Regarding current backend implementation: I am sorry, but this does not work for most users because ProxySQL requires storing passwords in table mysql_users as plain text, not encrypted. This is even less secure than using the old mysql_native_password plugin. |
Support added in PR #4258 , already merged |
Thank you |
Here is an extension for the feature request at #2229
While ProxySQL supports sha_ password plugins on the backend side, it requires storing them as plain text in the mysql_users table. This is not acceptable for most setups. Therefore we need full - backend and frontend - support for sha_ plugins and they should be stored in the mysql_users table encripted.
This is especially important because starting from MySQL 8.0.34 mysql_native_password is marked as deprecated. It still exists in MySQL 8.2 but could be easily removed in 8.3 or 8.4.
The text was updated successfully, but these errors were encountered: