spacelift-io / spacectl

Spacelift client and CLI
MIT License
131 stars 35 forks source link

Use http.DefaultTransport when adding mTLS connections #238

Closed logand22 closed 2 months ago

logand22 commented 2 months ago

Followup to https://github.com/spacelift-io/spacectl/pull/237 that I missed. Instead of completely overriding the Transport to one that doesn't have timeouts configured. Clone the default transport and override that instead.