Native Step for Downloading Artifacts from GCS with OIDC Support
complete
E
Evergreen Iguana
Customer is requesting a native step in Harness for downloading artifacts from Google Cloud Storage (GCS), similar to the existing "Upload Artifact to GCS" step. Currently, users can achieve this functionality using the GCS Drone plugin. However, they are looking for a solution that supports OIDC authentication to eliminate the need for manually inputting service account tokens into the pipeline.
Log In
N
Nofar Bluestein
complete
This post was marked as
in progress
N
Nofar Bluestein
The behavior of the native step can be modified through setting stage variables ( that are passes as env variables to the step)
The variables we provided earlier for
PLUGIN_DOWNLOAD: true,
PLUGIN_SOURCE: “BUCKET_PATH”
PLUGIN_TARGET=./downloads (optional)
you will be creating these as stage variables and when the step runs, it will override the Upload behavior to actually download.
Regards
Nofar Bluestein,
CI product team
N
Nofar Bluestein
complete
N
Nofar Bluestein
under review