buildkit icon indicating copy to clipboard operation
buildkit copied to clipboard

feat: Support GCS remotecache

Open anurag-harness opened this issue 6 months ago • 8 comments

In this PR I am adding support to use gcs as a remote cache. You can authenticate with your gcs bucket using a base64 encoded value of your gcp json key or using OIDC

We have been using this in Harness CI since a few months.

Here is an execution with base64 encoded gcp json key

Screenshot 2025-04-15 at 3 12 45 PM Screenshot 2025-04-15 at 3 12 55 PM

Here is an execution using OIDC auth

Screenshot 2025-04-15 at 3 11 42 PM Screenshot 2025-04-15 at 3 11 50 PM

anurag-harness avatar Apr 11 '25 21:04 anurag-harness