python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
GCP workload identity federation - Github provider - 'Unable to acquire impersonated credentials'
I've followed these instructions to the letter to allow me to use the short lived token authentication method to access gcloud resources from our github actions workflow.
I've created the service acco...
sc-leeds
Votes: 0
Answers: 3
GCP IAM Permission - Service Account not able to have permission
In order to implement CI pipeline from github to gcp, I have configured workload identity.
SERVICE_ACCOUNT="xyz"
PROJECT_ID="ABC"
Service account created by the command:
gcloud iam...
ARINDAM BANERJEE
Votes: 0
Answers: 1
Gmail api with workload identity federation
I have created a workload identity pool with a third-party (auth0) provider. I have configured my service account with a domain-wide delegation and have enabled GMAIL API as well.
I could generate STS...
knucklehead
Votes: 0
Answers: 0
What is the location argument of GCP workload identity pools
According to the documentation:
an example of creating an identity pool would be
gcloud iam workload-identity-pools create my-workload-identity-pool --location="global" --display-name="...
David Michael Gang
Votes: 0
Answers: 1