Hi everybody, I wonder if there's a way to spawn a...
# typescript
f
Hi everybody, I wonder if there's a way to spawn a child process from my index.ts. We're using GCP and the cloud_sql_proxy binary to ensure encryption when communicating with our databases. So I need the proxy to be listening locally in order to use the MySQL provider to grant users permissions. The MySQLProvider points to 127.0.0.1:3306, and the proxy is responsible for forwarding communication to the actual instance. Unfortunately, using another authentication method is as of today impossible, so I'm afraid I'm stuck with the proxy. I wish to resolve this in a way that doesn't require orchestration through bash scripts. Any ideas? Thank you for your time.
m
🎉 1
👍 1