Please tell me about secure setup of Cloud SQL with Google AppMaker.
In GCP, I created a second generation instance(My SQL).
In the following URL, to connect to Cloud SQL from AppMaker,
Cloud SQL side approves [email protected]
as Role.
https://developers.google.com/appmaker/models/cloudsql
In this case, since the above Role is common to all the applications created by Google App Maker, if someone knows the Database user name and password, it seems to be accessible from any AppMaker in the world.
How can I setup Cloud SQL so that can be accessed Cloud SQL only from specific AppMaker or from internal network?