Advanced Configurations: Authentication and Permissions

How do I set up MySQL authentication in Vitess?
Vitess uses its own mechanism for managing users and their permissions through VTGate. As a result, the CREATE USER.... and GRANT... statements will not wor...
Wed, Mar 23, 2022 at 9:00 AM
How do I configure user-level permissions in Vitess?
If you need to enforce fine-grained access control in Vitess, you cannot use the normal MySQL GRANTs system to give certain application-level MySQL users mo...
Fri, Dec 18, 2020 at 10:58 AM