Skip to main content

PartialRemoteConfig

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

Index

Properties

optionalcache

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

optionalhost

host?: null | string

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

optionalmtls

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

optionaltls

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