Skip to main content
1 vote
0 answers
4 views

ECONNREFUSED while trying to connect gcp app engine with nodeJS server to gcp SQL

So i have NodeJS application with PostgreSQL which i wanted to host on GCP. Ive created instance of GCP SQL and i can sucessfully connect to it via PGadmin but i cannot connect via my code used on GCP ...
Hubert Kiszka's user avatar
0 votes
0 answers
6 views

CSEK Wrapped Key Issue - reg

I am encountering an issue while trying to create a Compute Engine disk with a customer-supplied encryption key (CSEK) in my GCP project. The error suggests that the encryption key provided is invalid....
Brahatheeswaran Parimalam's user avatar
0 votes
0 answers
12 views

GCP pub-sub errors

It's inconsistent - I'll re-run the test in the CGP console - sometimes it errors, sometimes it does not. I'm removing quite a bit of detail to simplify so this is not minimally reproducible, but it ...
Peter's user avatar
  • 1,128
0 votes
1 answer
26 views

GKE ingress nginx with TLS handshake errors

I have a GKE cluster with Ingress Nginx Controller attached to a Internal Load Balancer in GCP. The TLS termination happens on Ingress side. I have 2 networks: A and B. Machines from network A are ...
Ronaldo Lanhellas's user avatar
2 votes
0 answers
41 views

How to Properly Inject Service Account Credentials in Google Cloud Build for Cloud Run Deployment?

I’m deploying a Laravel application to Google Cloud Run using Google Cloud Build. During the Docker build process, I need to access Google Secret Manager to inject secrets into the application code ...
ristol's user avatar
  • 41
-1 votes
1 answer
37 views

Is there a way to check which SA key has been used by a service account for a request?

Background: I deployed a 2nd generation Node.js function in GCP specifying the service account in the HttpsOptions object, without specifying anything else. Is there a way to check which service ...
toom501's user avatar
  • 354
0 votes
1 answer
23 views

How to categorize timestamps into time groups based on intervals in BigQuery?

I need to assign a time_group to each logged_time based on the following logic: For the earliest timestamp, the time_group should be the same as logged_time. For subsequent rows, compare the ...
steven's user avatar
  • 3
0 votes
1 answer
12 views

Anyone seen Google Translate API with glossary return empty result with no errors?

We've successfully used the translate API previously with a glossary, but today the API has started returning an empty translation result with no errors or explanations: { "translations": [...
Stu's user avatar
  • 1,317
1 vote
1 answer
52 views

How can we restrict a specific role assignment to service accounts in GCP Projects across the ORG?

GCP - IAM : How can we restrict a specific role assignment to service accounts in GCP Projects across the ORG ? This should only be applied for user created service accounts.
user2284636's user avatar
0 votes
0 answers
20 views

Violated policy does not create alert

I have a Google project where I execute and log from an Apps Script. I created a log monitoring policy to be notified if severity>=ERROR and in the preview during policy creation the filter lists ...
Charles Dickerson's user avatar
0 votes
0 answers
17 views

Quarkus Log Severity Always Shows as INFO in Log Explorer

I am using Quarkus 3.15.1 along with java.util.logging (JUL) for logging in my service application on GKE. However, I've encountered an issue where all the logs in GCP Log Explorer show the severity ...
aavn-thetailor's user avatar
0 votes
0 answers
27 views

Identifying FCM API Access Logs in Google Cloud Console

We are seeking guidance regarding an issue we've encountered while working to enhance the security of push notifications in our mobile applications. Specifically, we aim to introduce IP restrictions ...
Murat Adıgüzel's user avatar
-1 votes
0 answers
32 views

what is the equivalent network ACL feature in GCP? [closed]

Does goole cloud have the network access control to help me define rules connected to existing VPC? please help no code
James Xu's user avatar
  • 153
0 votes
0 answers
32 views

How can I search for all tables with at least one tag template attached across all BigQuery datasets in a project using Google Data Catalog?

I want to do this in Python and I am currently trying with this code: def get_tables_with_tags(project_id): scope = {'include_project_ids': [project_id]} search_query = 'type=TABLE AND tag:x' ...
Giacomo Grandi's user avatar
0 votes
0 answers
14 views

gitea action authentication with gcloud fails

can not connect gitea runner to GCP. I have a gitea runner and gitea server running as dockers on-premise. I would like to use the gitea runner to deploy code into GCP. When i run the command - name: ...
Kobi O's user avatar
  • 1

15 30 50 per page
1
2 3 4 5
3382