Skip to main content

RemoteConfig

Configures the remote service, powered by the Bazel Remote Execution API.

Index

Properties

api

The API format of the remote service.

auth

auth: null | RemoteAuthConfig

Connect to the host using basic HTTP authentication.

cache

Configures the action cache (AC) and content addressable cache (CAS).

host

host: string

The remote host to connect and send requests to. Supports gRPC protocols.

mtls

mtls: null | RemoteMtlsConfig

Connect to the host using server and client authentication with mTLS. This takes precedence over normal TLS.

tls

tls: null | RemoteTlsConfig

Connect to the host using server-only authentication with TLS.