Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Flexible vm CloudSQL setup #143

Closed
atishpatel opened this issue Oct 27, 2016 · 2 comments
Closed

Flexible vm CloudSQL setup #143

atishpatel opened this issue Oct 27, 2016 · 2 comments
Assignees
Labels
🚨 This issue needs some love. triage me I really want to be triaged.

Comments

@atishpatel
Copy link

I'm setting up an Go App Engine flexible environment that can connect to Second Gen Cloud SQL instance.

The method provided in this repo requires authorizations for 0.0.0.0/0 so it's really insecure.

There is suppose to be another method: https://cloud.google.com/sql/docs/app-engine-connect#gaev2-csqlv2
However, it leads to an unknown network cloudsql or if the cloudsql dialer is added cloudsql: not supported in App Engine "flexible environment" error. (here is the reason for the second error https://github.com/golang/appengine/blob/master/cloudsql/cloudsql_vm.go)

Is the document on the cloud.google.com page suppose to work? If so, could the example in this repo be updated to show how to do this?

@broady

@broady
Copy link
Contributor

broady commented Nov 12, 2016

You're right. Thanks for the report. I noticed this today, as well. I couldn't get it to work, either.

@broady broady self-assigned this Nov 12, 2016
@broady
Copy link
Contributor

broady commented Nov 15, 2016

@broady broady closed this as completed Nov 15, 2016
@yoshi-automation yoshi-automation added triage me I really want to be triaged. 🚨 This issue needs some love. labels Apr 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🚨 This issue needs some love. triage me I really want to be triaged.
Projects
None yet
Development

No branches or pull requests

3 participants