buchgr / bazel-remote

A remote cache for Bazel
https://bazel.build
Apache License 2.0
594 stars 154 forks source link

Add --min_tls_version flag (does not apply to proxy backends) #713

Closed mostynb closed 10 months ago

mostynb commented 10 months ago

Allowed values are 1.0 (default), 1.1, 1.2 or 1.3.

At the time of writing, current go versions default to TLS 1.0 as the minimum version when acting as a server (and 1.2 when acting as a client). This change allows admins to raise the minium supported TLS version for the https and grpcs servers (but not for the proxy backends).

Fixes #708.

mostynb commented 10 months ago

Landed on master.