google / mysql-ripple

Ripple, a server that can serve as a middleman in MySQL replication
Apache License 2.0
373 stars 46 forks source link

Password auth support #6

Open dveeden opened 5 years ago

dveeden commented 5 years ago

Thanks 👍 I can confirm the instructions work as expected. And started exploring the tool, it seems like rippled doesnt use a password field for connection. Any idea if there is a plan to add support for that in it?

Originally posted by @akshaysuryawanshi in https://github.com/google/mysql-ripple/issues/1#issuecomment-459152544

Part 1: Add password support for connecting to a master: https://github.com/google/mysql-ripple/pull/5 Part 2: Get rippled to verify passwords for things connecting to it (mysql_native_password) Part 3: Add TLS support Part 4: Support caching_sha2_password as used in MySQL 8.0, which requires TLS (or RSA pubkey)