4,607 questions
0
votes
1
answer
26
views
The --update-labels argument of gcloud functions deploy does absolutely nothing
Maybe this is a bug because its suppose to work: https://cloud.google.com/sdk/gcloud/reference/functions/deploy#--update-labels
This command completes without issue:
gcloud alpha functions deploy <...
-4
votes
0
answers
19
views
I am unable to add my existing project to a newly created organization in Google Cloud Services Console
I am trying to use the FlutterFlow Google Maps Widget in my project and it requires that you have a Google Workspace setup. I am new to FlutterFlow and application development so I really do not know ...
0
votes
2
answers
79
views
Support to node crypto module is required - gcloud sql connector
Any idea on what can cause the following issue? We're trying to migrate to the official Cloud SQL Node.js Connector but for some reason I'm getting the following issue when running a test connection ...
-1
votes
1
answer
53
views
Running Terraform against Google Cloud in GitLab
I am trying to run terraform from a Gitlab pipeline job against my Google Cloud instance. I have authenticated Gitlab to Google Cloud with Federated Id and can impersonate a service account connected ...
0
votes
0
answers
22
views
Cannot setup local development for dataform cli - dataform init-creds fails
I cannot setup my local development environment with Dataform CLI because the creation of the df-credentials.json fails.
I follow the steps described here: https://cloud.google.com/dataform/docs/use-...
0
votes
1
answer
43
views
How to deploy a gen2 Google Cloud function that triggers on Auth events (e.g. user.create)
Using gen1 it looks like this
gcloud functions deploy AuthUserCreate --runtime dotnet6 --no-gen2 --entry-point AuthUserHandler --trigger-event providers/firebase.auth/eventTypes/user.create
but a) ....
-3
votes
0
answers
28
views
Couldn't connect grpc client to the server
We have two services
First one main-service which is created using node js
Second one grpc service in python
my grpc service
port = os.environ.get('GRPC_PORT', '50051')
server_address = f'[::...
-1
votes
0
answers
44
views
Docker Push Request to GCP throws error for being unauthenticated
I am trying to push a Dockerfile to GCP with this command:
docker --debug push us-east4-docker.pkg.dev/my-gcp-project/my-function-name
I created the my-function-name repository under the artifact ...
0
votes
2
answers
52
views
Can't use service account impersonation for invoking a cloud function with the gcloud cli
I have granted the "roles/cloudfunctions.invoker" role and even "roles/cloudfunctions.admin" to the service account but still get this error:
gcloud functions call <function> ...
0
votes
1
answer
64
views
Google cloud: run app locally as service account whilst still running gcloud commands as my user
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 ...
-1
votes
1
answer
71
views
Docker image running in k8s which needs gcloud auth credentials
I need run a python app in docker container on k8s. This app needs to use gcloud stuff like gemini-2.0-flash, google_vertexai and
vertexai.init(project=os.environ.get("GOOGLE_CLOUD_PROJECT"),...
0
votes
0
answers
37
views
Use oAuth2 for Google Cloud on a Docker container
I'm working on a small personal project where I don't want to use Service Accounts. Is there any way to enable authentication using oauth2 to login into google services inside a docker container?
...
0
votes
1
answer
75
views
Google Cloud PubSub Emulator
I'm running into an issue when trying to use the Google Cloud Pub/Sub Emulator. I am able to start the emulator successfully, but I cannot create topics or interact with it using gcloud commands.
I ...
0
votes
0
answers
11
views
Firebase Firestore Export direct subcollections [duplicate]
In our Firestore two top level Collections (blueprints & copies) have the exact same structure of subcollection-names.
blueprints
plans
instructions
copies
plans
instructions
When we export - ...
0
votes
0
answers
48
views
Cannot Deploy API on GAE Standard: "failed to initialize analyzer" with gcr disabled
I am trying to deploy an API on Google App Engine (GAE) Standard Environment, but I keep encountering the following error:
ERROR: failed to initialize analyzer: validating registry read access: ensure ...