Not able to configure gcp to impersonate service account #4248
vikas-cd
started this conversation in
First Query
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have been trying to impersonate a service account to access gcp resources, but not able to achieve, pls help !
This is how my gcp.spc looks like :
connection "gcp" {
plugin = "gcp"
project = "project-01-418720"
credentials = "~/.config/gcloud/application_default_credentials.json"
impersonate_service_account = "cdai-scan-servacc-180692@project-01-418720.iam.gserviceaccount.com"
}
Beta Was this translation helpful? Give feedback.
All reactions