Kurtis Van Gent
Kurtis Van Gent
I'm not entirely convinced an endpoint makes the most sense here. This problem was discussed in #128. #206 added the `-term_timeout` flag to close that issue. You could start the...
> I can guarantee it if the job takes 5 seconds or 5 hours. term_timeout forces me to set an arbitrary time to sleep @arbourd Can you clarify this? To...
I think this might actually be an issue with the underlying auth library. We haven't modified this error at all (I can't find the text in the code base). I'll...
I'm not sure what value a script in the proxy image would have, as you'd probably want something in your application image. Have you considered using the [HTTP health-checks](https://github.com/GoogleCloudPlatform/cloudsql-proxy#-use_http_health_check)? I...
Ok, I think I understand now. I'm not really sure how good of an idea it is depend on the synchronous order of containers though - feels a bit like...
It looks like the SQLAdmin client provides a hook for doing this now: https://pkg.go.dev/google.golang.org/api/option#ImpersonateCredentials
Do they have a particular reason for being adverse to nssm? It seems fairly standard
Follow up RE: security, [NSSM is open source](https://git.nssm.cc/nssm/nssm) and can be inspected, compiled, and distributed by the org themselves. There seems to be little reason for not trusting it given...
As far as I can tell, the [golang.org/x/sys/windows/svc](https://pkg.go.dev/golang.org/x/sys/windows/svc) is still the best way to do this. We would need to implement the [`scv.Handler`](https://pkg.go.dev/golang.org/x/sys/windows/svc#Handler) interface and make sure the main func...
@bergquist to clarify, the proxy only touches the connection layer (and not the protocol layer). You would see metrics around how often connections connect / disconnect but wouldn't see things...