Google's Cloud SQL Proxy uses service accounts to login. That's nice, but does not give you visibility as to who is the actual user that accessing the DB, for security purposes.
How can I use "regular" users credentials with Cloud SQL proxy? Obviously a login step would be required...
Thanks!