Skip to content
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

Is there dual password support in ProxySQL to carry out safer password rotation of user #4700

Open
ambatipavan28 opened this issue Oct 8, 2024 · 2 comments

Comments

@ambatipavan28
Copy link

Hello,
We are trying to carry out password rotation for the users created in MariaDB databases. We are using ProxySQL in between the application and the MariaDB server. We found a way to have dual passwords for a user in MariaDB, but could not find a way to have 2 passwords for that particular user in ProxySQL.
We tried to create a same user with different password, but could not do it because of unique constraints. Is there any other way where we can dual password for a user in ProxySQL?

Thanks in advance.

@ambatipavan28 ambatipavan28 changed the title Is there dual password support in ProxySQL to carry out safer password rotation Is there dual password support in ProxySQL to carry out safer password rotation of user Oct 8, 2024
@sebalaise
Copy link

@renecannao, @rahim-kanji,
FYI, MySQL supports dual passwords for a user as of 8.0.14 (and now also MariaDBs). Supporting this in ProxySQL as well would be helpful for exposing that feature end-to-end and facilitating the rotation of passwords in ProxySQL.
https://dev.mysql.com/doc/mysql-security-excerpt/8.0/en/password-management.html#dual-passwords

@ambatipavan28
Copy link
Author

Hi @renecannao, any news about how we can manage password rotation for a user in ProxySQL with out any delay/outage?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants