Skip to main content
Filter by
Sorted by
Tagged with
1 vote
1 answer
65 views

Situation This is pretty much my first experience with cloud tools. I'm trying to enqueue (schedule) a cloud task from a cloud function which gets called from my flutter app, the task would at the ...
ThisIsSidam's user avatar
0 votes
0 answers
74 views

Problem Description: I am developing a Next.js application deployed on Firebase App Hosting. The application calls the Google Cloud Route Optimization API from a Server Action. Despite carefully ...
Maurizio Piredda's user avatar
0 votes
1 answer
90 views

The Problem I'm attempting to connect a .NET application running on Google Cloud Run to a Cloud SQL for SQL Server instance. I'm using the standard and recommended method with the Cloud SQL Auth Proxy ...
Assil's user avatar
  • 700
3 votes
1 answer
108 views

Problem: Our backend service (in Project A) interacts with resources in Project B (e.g., fetching Logging buckets). While resource-specific quotas (e.g., log ingestion) are correctly consumed by ...
Tomer S's user avatar
  • 1,081
0 votes
0 answers
60 views

Dear Stack Overflow Community, I am encountering a critical deployment issue with my Google Cloud project gvnalgosoftware (Project ID: 511171631078). I am attempting to build my Flask application as a ...
Venkat Study info's user avatar
0 votes
1 answer
518 views

I'm trying to set the Google Cloud Organization Policy constraints/iam.allowedPolicyMemberDomains to restrict IAM members to my organization's verified domain, sksolution.app. However, I'm ...
CleanCodeOnline's user avatar
0 votes
1 answer
230 views

Setup I'm using a Firebase Callable Function (v2) to allow an admin user to delete another user from Firebase Authentication. Cloud Function (functions/index.js): const { onCall } = require("...
ANAS EP's user avatar
0 votes
1 answer
199 views

I have some secret values in the GCP Secrets Manager, and I have a couple service accounts I want to be able to access a set of those secrets. Is there any way to link them through some sort of group/...
natevw's user avatar
  • 18.2k
-1 votes
1 answer
108 views

I have developed an application using GCP- using python, and have tested it on local environtment and it was running successfully. My apps access google drive API using local OAuth credentials.json ...
Irsyam Asri Putra's user avatar
0 votes
1 answer
53 views

I have a firebase functions file that, in v1, worked perfectly. Upgrading to v2, I use: const functions = require("firebase-functions/v2"); const admin = require("firebase-admin"); ...
Andrew-NZ's user avatar
  • 501
1 vote
1 answer
273 views

I'm running into an unexpected behavior in the IAM OAuth Clients group and wanted to see if anyone had insight. When navigating the gcp console to Google Auth Platform / Clients & APIs & ...
SpaceDandy's user avatar
0 votes
1 answer
78 views

I'm using a service account to deploy using firebase cli from Github action. This is the set of permissions this account has: ROLE roles/cloudfunctions.admin roles/firebase.sdkAdminServiceAgent roles/...
angelcervera's user avatar
  • 4,259
0 votes
0 answers
67 views

I have a project in BigQuery and I have way too many datasets, I have shared access with many users to particular set of datasets(not full project). I want to see a list datasets a particular user ...
Ritush's user avatar
  • 69
1 vote
1 answer
256 views

I am developing a cloud run service on google cloud and want to run it locally for testing using the service account I have configured cloud run to run the service as. My user has permission to ...
Michael's user avatar
  • 455
0 votes
2 answers
119 views

I came across a GCP project that has a IAM role assigned to a domain (domain:example.com). What does that do?
Stephane B.'s user avatar
0 votes
0 answers
61 views

My code is trying to connect one application's REST API which is basically moved from TLS1.2 to TLS 1.3 https://docs.aws.amazon.com/elasticloadbalancing/latest/application/describe-ssl-policies.html ...
curiousMind's user avatar
  • 2,808
0 votes
0 answers
23 views

Unable to create service account key on "active-backup-for-google-works@titanium-portal-450112-g6.iam.gserviceaccount.com" project. Giving an error: Creating service account key but unable ...
Vinayak Naik's user avatar
0 votes
2 answers
573 views

According to GCP Documentation for Tags: To delete a tag value, you must first remove it from all resources. A tag value that is still attached to a resource will not be deleted. If you have numerous ...
Scott C.'s user avatar
0 votes
2 answers
274 views

I'm testing the required permissions to create a scheduled query on BigQuery. The scheduled query will be programmatically created in project1 with a service account ([email protected]....
nathou's user avatar
  • 111
2 votes
0 answers
231 views

Problem I am working on a Google Cloud Project under an Organization. I am trying to create some groups and assigning policies through Terraform. When running Terraform; the Organization Structure is ...
khode-hub's user avatar
0 votes
0 answers
10 views

I need to create a Google Org Policy that would prohibit revoking bound roles only for specific PrincipalSet (Group): User.Group.0* in IAM at the organisation level, but allow it for PrincipalSet (...
Alexander Korobkin's user avatar
1 vote
1 answer
688 views

Im trying to generate signed urls, so i followed the official guide but im getting this error: google.auth.exceptions.TransportError: Error calling sign_bytes: {'error': {'code': 403, 'message': "...
André Kuljis's user avatar
0 votes
1 answer
125 views

I followed the vercel tutorial to authenticate Cloud Tasks in an API route: let client: CloudTasksClient; if (process.env.NODE_ENV === 'production') { client = new CloudTasksClient({ projectId: ...
Paul Serre's user avatar
0 votes
0 answers
87 views

In GCP, I was able to successfully set up a Spring Boot test app to connect to MySQL Cloud that uses PSC (Private service connect) endpoint using IAM authentication, but it uses the standard MySQL ...
chocokoala's user avatar
0 votes
1 answer
89 views

When I run the following code in Cloud Functions, I can only get the current project. from google.cloud import resourcemanager_v3 client = resourcemanager_v3.ProjectsClient() # Search ...
Joey's user avatar
  • 1
0 votes
0 answers
61 views

currently i have cloud function to get signed url, I place the service account json in my google secret manager, and access it trough my code. I've test the function in post man, using identity token ...
Keroppiiiii's user avatar
0 votes
1 answer
104 views

We have a react front end and a python flask backend deployed in GCP cloud run, users are configured in google groups and authenticated via IAP. Now we want to setup role based access control in our ...
Sathish's user avatar
  • 131
0 votes
1 answer
99 views

# Replace with your own service account key file path SERVICE_ACCOUNT_FILE = "/home/myuser/credentials_gcp.json" from google.oauth2 import service_account from googleapiclient.discovery ...
gourav kumar's user avatar
2 votes
2 answers
128 views

I can't secure our cloud functions. The calls fail when I try to call them with HttpsCallable or HttpsCallableFromUrl. It always gives me a 401 ERROR even though the service accounts appear to be ...
Luciano d'Agostino's user avatar
0 votes
1 answer
131 views

I am currently working on a React Native project and I set up the Firebase project on my main Gmail account. Now, there were some issues in my main account and I also wanted more security so I created ...
Faisal Murad's user avatar
0 votes
0 answers
177 views

I want to overwrite the default SA used by the dataflow worker e.g [email protected] that get created and used by default if you don't specify anything. ButI want my own ...
Jh123's user avatar
  • 93
1 vote
0 answers
691 views

I have a Cloud Run based micro-service that publishes messages to a GCP PubSub topic that works perfectly well when this service is called from an internal scheduled cron job but when this micro-...
Marcel's user avatar
  • 2,220
0 votes
1 answer
104 views

I am working with an architecture that spans several Google Cloud services and I need to figure out how I can configure roles and permissions to make the following scenario happen. There is a pod ...
Evil Toad's user avatar
  • 3,282
0 votes
1 answer
364 views

Use case We have a test-only cluster that we want to use as part of a Github Actions pipeline. We want the pipeline to be able to do pretty much whatever it likes within the cluster - create/delete ...
Alyssa's user avatar
  • 905
0 votes
0 answers
32 views

I need to update data in BigQuery. Data comes from CRM by API . I didn't set up this connection, so I don't understand, what's wrong. When I try to update Data by running code (python) , I recieve the ...
Valeriia's user avatar
0 votes
2 answers
386 views

Configuring auth to Google Cloud from GitHub Actions includes security considerations that make the seemingly sensible recommendation to bind using GitHub's immutable|unique IDs (owner|repo) rather ...
DazWilkin's user avatar
  • 41.7k
0 votes
1 answer
697 views

I am not completely clear between the difference and the purpose of default service accounts and service agents in google cloud. From the documentation: Default Service Accounts: Default service ...
racerX's user avatar
  • 1,130
0 votes
2 answers
385 views

I have an application that is using Google CloudSQL (postgres). I am trying to use an IAM user in one of the database using a circleCI orb provided by my organization. But, problem is the orb is using ...
Sumit Desai's user avatar
  • 1,780
1 vote
2 answers
275 views

I have set up a Workload identity Federation for an Terraform Entreprise installed on Azure using a GCP VM Agent. From TFE I am facing this error unable to generate access token: Post "https://...
hb.Sara's user avatar
  • 351
1 vote
0 answers
411 views

I’m trying to use the Firebase App Distribution API to retrieve release information for my app, but I keep encountering a "Request contains an invalid argument" error. Project Details: ...
Rania's user avatar
  • 51
0 votes
1 answer
181 views

I have a cloud function that is triggered by a pub/sub topic. The cloud function is supposed to read in a filename from the topic, and then download the file using a Python storage client library. The ...
Ben Delany's user avatar
0 votes
1 answer
487 views

In this document, it says: Depending on your organization policy configuration, the default service account might automatically be granted the Editor role on your project. We strongly recommend that ...
Inn0v8_m8's user avatar
3 votes
1 answer
2k views

I'm trying to deploy a Cloud Function named generate_image with gcloud functions deploy. Here is the command I am trying: gcloud functions deploy generate_image \ --gen2 \ --runtime=...
DarioB's user avatar
  • 1,649
0 votes
0 answers
302 views

I am running a DAG in Cloud Composer version 3 to trigger an HTTP cloud function on the same shared VPC. Both GCP services are using the same user-created service account. However, I'm encountering ...
Pankaj Goyal's user avatar
3 votes
1 answer
2k views

So this is incredibly frustrating. I'm trying to create a simple Google Cloud Function to process an incoming webhook. It needs to be publicly accessible. Ok so I created it, then some folks were ...
JustADude's user avatar
  • 163
0 votes
1 answer
172 views

The Cloud Run service I am working on was implemented requiring authentication (IAM managed). The service should now be extended to handle GitHub events as a GitHub App. As I understand this means the ...
Moritz Schmitz v. Hülst's user avatar
0 votes
1 answer
769 views

In our organization, we have configured an Access Policy with a scope for a GCP folder. Here are the details of our configuration: Access Policy: Name: accessPolicies/XXXXX Scope: GCP Folder Access ...
Jinja_dude's user avatar
0 votes
1 answer
51 views

I work for a mid sized company using a GCP backend with dozens of datasets and tables/views that feed into looker dashboards- typically we use 50-60 dollars of big-query data per day for our looker ...
Alexander Killick's user avatar
1 vote
1 answer
243 views

In order to use the Firebase Admin SDK in v2 Firebase Cloud Functions, one must grant the "Default compute service account" in Google Cloud console the "Firebase Admin SDK Administrator ...
ctrl freak's user avatar
  • 12.5k
0 votes
0 answers
114 views

I am hoping to authorise my Cloud Run app (NodeJS + Express + Axios) to be able to Read Google Forms Responses for a handful of Google Forms that I use. The Cloud Run App is to act as an API that ...
CharliW90's user avatar

1
2 3 4 5
15