Hello folks, I’m trying to automate granting privi...
# typescript
f
Hello folks, I’m trying to automate granting privileges to MySQL users on GCP. In order to do so, I need to start a subprocess to create a new instance of google cloud_sql_proxy, which is used to ensure TLS when creating new connections to the database. On plain TS this can be easily done, but with pulumi resource provisioning fails, as pulumi hangs forever (most likely awaiting process termination). I’ve been trying to do this using promises but I’m still unable to nailed it. I’d be very appreciative if you could provide me with some insights on how to accomplish this task.