Questions tagged [google-cloud-api-gateway]

API Gateway enables you to provide secure access to your backend services through a well-defined REST API that is consistent across all of your services, regardless of the service implementation.

With API Gateway, you can create, secure, and monitor APIs for Google Cloud serverless back ends, including Cloud Functions, Cloud Run, and App Engine. Built on Envoy, API Gateway gives you high performance, scalability, and the freedom to focus on building great apps.

Documentation page for API Gateway.

129 questions
0
votes
0 answers

GCP API Gateway + Identity Platform second tenant

I have one question. I seted up a new tenant in my Identity Platform, and I need to set a security definition in a OpenAPI document for an API Gateway to authenticate users that ONLY belongs to this new tenant. For example, for default firebase…
0
votes
1 answer

Gcloud comportament differ from shell to cloudbuild.yaml

I have been trying to list all the API gateways config on gcloud, and something wrong is happening. When I run the following command on the terminal with my user logged in, it works like a charm. gcloud api-gateway api-configs list --api=$API…
0
votes
0 answers

How change or hide Google Api Gateway default response message?

Is it possible to delete the message in the response? { "message": "PERMISSION_DENIED: The API targeted by this request is invalid for the given API key.", "code": 403 } I prefer not to expose information to users. In this particular case a 403…
lascarayf
  • 3,423
  • 3
  • 19
  • 24
0
votes
1 answer

Recommendations AI: Problem with importing products to catalog. Error: "Long-running operation had neither response nor error set"

Im trying to import product to Recommendations AI catalog using "googleapis/ python-retail" Python package. But when i do it using ProductServiceAsyncClient an error is returned to me "google.api_core.exceptions.GoogleAPICallError: None Unexpected…
0
votes
1 answer

Does Google Cloud Api Gateway provide request signing and verification sdk like signing AWS API Gateway requests using Signature 4?

On Google Cloud documentation, it mentions signed requests but it doesn't provide any further information. Does anyone know if Google Cloud Api Gateway provides such functionality? The API is available for non-logged in users so I cannot use JWT…
0
votes
1 answer

Is it safe to send SHA 1 fingerprint of signing certificate as part api key verification in GCP api gateway?

To secure and monitor our GCP cloud functions we integrated the GCP api gateway . The android app has to pass the SHA1 fingerprint, package name and the api key as part of the request to get authenticated. Is it safe to do this…
0
votes
1 answer

API keys when API calls contain sensitive data

While I was reading the documentation for Google Cloud API gateway, I found this paragraph: Unlike credentials that use short-live tokens or signed requests, API keys are a part of the request and are therefore considered to be vulnerable to…
Panic
  • 2,229
  • 23
  • 25
0
votes
1 answer

Is it possible to have IP whitelisting using google GCP API Gateway?

I've been searching on google and keep getting referred to the VPC documentation https://cloud.google.com/vpc-service-controls/docs/set-up-private-connectivity but I don't think this will solve my problem. I'm trying to limit the IP address…
0
votes
0 answers

Exposing Private Gke to API Gateway

Having a GKE cluster with micro service . External IP of a service belongs to private subnet. I want to expose a specific end points of the micro services to internet . Since there is no dns name , I cannot able to integrate with API Gateway .…
0
votes
2 answers

Automate API key generation on Google Cloud

We're currently working on our API based on Google Cloud Functions together with Google's API Gateway. As every customer who buys access to our API should get their own API key, I'm wondering if there's a ways to create those API keys using and API.…
0
votes
1 answer

GCP: API-Gateway Cors Issue and adding custom authentication

I have configured API-Gateway to call Cloud Function, also we have configured Load Balancer for this API-Gateway host. But we are facing CORS Issue when we invoke this Load balancer end point from our web application. Question 1: Please guide me on…
0
votes
1 answer

API Gateway request API Limitation Google Cloud

Can I limit my API Gateway request limitation? For example URL A with path like this : aaaaaaaa.com/predict I set URL A only can be requested 1000 per day and the same URL with another path like this : aaaaaaaa.com/calling /calling only can be…
0
votes
1 answer

Google API gateway Cors Headers Use options request

After implementing an api gateway in front of my app engine instances I got a problem stating that the request was blocked because of the CORS header. After searching online I found out that API gateway doesn't provide a way to set the CORS policy,…
AndreaCostanzo1
  • 1,799
  • 1
  • 12
  • 30
0
votes
1 answer

GCP API Gateway authentication between services without using service account private key

How can I setup an API Gateway to authenticate services without using service account private key file? Service A, for instance a cloud function, with service account A wants to make API calls to an API gateway without using service account private…
0
votes
1 answer

Outstanding charges Google Cloud Platform

I have a big problem. I am a student and i had a project to do for school, and i had to use google maps api. I needed to use a sql database to stock the data, and i tried to use the google cloud sql, but i ended up not using it. I thought it is all…
1 2 3
8
9