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 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
Organization Admin somehow doesn't have access to create a folder in GCP?
I'm pretty sure this is an actual bug with GCP at the moment. I'm the Organization Admin for the GCP organization (I've quadruple checked this, and that I'm signed in with the correct account).
But wh...
Jul
Votes: 0
Answers: 2
Could not fetch secret while deploying Google Cloud Function
My deployment of a Google Cloud Function is failing and this is all I'm getting in the logs:
Could not fetch secret "projects/xxx/secrets/xxx/versions/latest" for environment variable "...
Pepe Bawagan
Votes: 0
Answers: 3
GCP permissions: access scopes and custom IAM service account roles
I have a Kotlin app that uses custom service account and needs to query a BigQuery table backed by a Google Spreadsheet. Querying the table requires a "https://www.googleapis.com/auth/drive"...
sumek
Votes: 0
Answers: 1