50,718 questions
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 ...
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....
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 ...
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 ...
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 ...
-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 ...
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 ...
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": [...
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.
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 ...
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 ...
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 ...
-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
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'
...
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: ...