buchgr / bazel-remote

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

Support HTTP proxy with mTLS #679

Closed AlessandroPatti closed 1 year ago

AlessandroPatti commented 1 year ago

Support passing a key and certificate pair to enable mTLS with the http proxy backend

mostynb commented 1 year ago

Merged with some minor adjustments to the help text. I'll have a think about how best to test this, it's probably doable in .bazelci/system-test.sh after some refactoring, now that I have sped it up.

Thanks!