GoogleCloudPlatform / deploymentmanager-samples

Deployment Manager samples and templates.
Apache License 2.0
939 stars 717 forks source link

CloudSQL Import - Replace the need to share the dump file publicly #458

Open an0rak-dev opened 5 years ago

an0rak-dev commented 5 years ago

Hello,

First, thanks for those samples, it helps me a lot everyday ! 😄

In the Import CloudSQL sample, one of the prerequisites is to publicly share the SQL Dump. I think that this could be a bad practice and leads to security flaws ( https://github.com/GoogleCloudPlatform/deploymentmanager-samples/tree/master/examples/v2/cloudsql_import#prerequsites ).

Maybe, we can change the orchestration of the DM script this way :

I can do the actual PR if you want so 😃

oussamahammami commented 5 years ago

PR done ;) thanks for the feedback. #468

an0rak-dev commented 5 years ago

Hi @oussamahammami

Thanks for the PR ! :D