I am trying access data on a google cloud SQL database as inputs in a google ml-engine training script.
Question: Is there a good way to do this securely?
Currently I can access by allowing all IP's access on SQL server, and relying only on database passwords for security.