Skip to content

Make credentials optional for the remote storage & action cache option

Shivam Bairoliya requested to merge sbairoliya/remote_storage_credentials into master

Description

If credentials are not provided for the remote storage option or remote action cache it should fall back to using the default root ca certificates

https://grpc.github.io/grpc/python/grpc.html#grpc.ssl_channel_credentials

The code path here validates the credentials and continues with a warning

https://gitlab.com/BuildGrid/buildgrid/-/blob/master/buildgrid/_app/settings/parser.py?ref_type=heads#L2379-2389

Edited by Shivam Bairoliya

Merge request reports