Support GCP connector in Run step
long-term
Ravi Metta
Currently, the GCP OIDC connector is only available in Harness specific steps. However, to authenticate within a generic run step there is no connector available and one has to work around it by downloading the service account and mounting it as a secret. There is inherent risk in this approach. Being able to use the GCP connector in the generic Run steps would be extremely helpful.
Log In
Shylaja Sundararajan
updated the status to
long-term
Z
Zinnwaldite Swordfish
We have a use case where we need to pull maven artifacts from GAR and build a jar file that requires authentication to our GCP services during the build time, while this is not ideal we still need to support it. Currently the only way to do this is to use a generic run step, and bake the service account key into that run step rather than using OIDC.