-
Notifications
You must be signed in to change notification settings - Fork 997
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 *sha_* password plugins #2229
Comments
Following! |
Closing this, as proxysql supports sha256_password and caching_sha2_password for backend authentication |
Which version? I have updated proxy_sql
|
@renecannao What about updating proxysql? No mention in the documentation...I have ubuntu 20, |
I just saw this one now, writing mostly in case someone stumbles across this in future. ProxySQL releases or major versions (i.e. going from 1.4 --> 2.0 or 2.0 --> 2.1) always go into a separate repository, you will notice that this version is INCLUDED in the repository strings:
The reason is that patches (i.e. 2.1.0 to 2.1.1) should occur automatically while release or major upgrades should be done manually with a very conscious decision by adding the relative repository (this was in fact suggested and requested by the community). Although this is mentioned in the docs we'll definitely need to make it more clear. Hope this sheds light into your issue! |
Support for sha2 using a clear text password is not acceptable to our security officers. We must have a method to hash the password in such a way that we don't need nor store the clear text password. Is there plans on the drawing board to make this change to proxysql. I will note that the most recent release of mysql (8.0.34) introduces a spam message in the log that native support is deprecated; this might indicate that removal of native password support is getting closer. |
Work in progress ... |
@renecannao Do we have any update on this feature implementation (caching_cha2_password) or some way to hash the password that might be introduced in future versions? |
Hi @aniljoshi1989 . |
Hi Rene and Team,
First, thanks for doing a great job with ProxySQL.
Just wanted to ask and clarify on when can do we expect support for sha_ (e.g. sha256_password and caching_sha2_password) password plugins. I know it's documented here https://github.com/sysown/proxysql/wiki/MySQL-8.0 and you guys might be very busy atm but wondering if there's any timeline for the plugin support. That would be really great to know.
Thanks Rene and Team.
The text was updated successfully, but these errors were encountered: