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!
According to the README, you have a couple of options depending on your situation:
token
command. gcloud auth login
command and the proxy will use the credentials automatically. Hope this helps.