buildbarn.malte.pl
This Buildbarn instance uses mutual TLS (mTLS) authentication to ensure secure access to the remote build execution service.
Contact your system administrator to obtain:
client.crt - Your client certificateclient.key - Your private keyca.crt - The CA certificate (optional)Add the following to your .bazelrc file:
# Remote execution configuration build:remote --remote_executor=grpcs://buildbarn.malte.pl:443 build:remote --remote_cache=grpcs://buildbarn.malte.pl:443 # Client certificate authentication build:remote --tls_client_certificate=/path/to/client.crt build:remote --tls_client_key=/path/to/client.key # Platform configuration build:remote --remote_instance_name=ubuntu22-04 build:remote --jobs=200 # Use remote execution by default build --config=remote
To access the web interface:
openssl pkcs12 -export -out client.p12 \ -inkey client.key -in client.crt
client.p12 into your browser's certificate store