Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
97 views

I am working with Apigee API Gateway and trying to configure a mock response for a specific scenario. Here's the problem: I have an API endpoint /api/v1/XXXX/id/profile that returns profile data of a ...
gcn's user avatar
  • 3
0 votes
0 answers
119 views

I have configured my openapi.yaml to restrict access to one of the API endpoints with the following quota settings: x-google-management: metrics: - name: "read-requests" ...
Alex Portnoy's user avatar
1 vote
1 answer
798 views

I have a backend developed in FastApi using OpenAPI 3.0. It's hosted in GCP Cloud. The FastAPI is auto-documented (Swagger UI), and it's exposed to internet. Now, I am deploying a GCP API Gateway in ...
p.magalhaes's user avatar
  • 8,486
0 votes
1 answer
534 views

I've been having some trouble getting my API to work only with API key authentication. I have deployed a Cloud Run app for a simple flask API that returns "hello world", requiring ...
tc19's user avatar
  • 27
0 votes
1 answer
589 views

I want to use my Google Functions through API Gateway with the same behaviour, just with a clean API. Since the beginning, I'm calling functions with this method: curl "https://URL-OF-FUNCTION/...
Tomy137's user avatar
  • 111
0 votes
1 answer
71 views

At present we have the below integration flow angular app -> GCP apigw-1.com/api1 -> GCP cloud run micro-1.com/api1 -> GCP cloud run apigw-2.com/api2 we can invoke below without issues ...
Ramesh Mohan Reddy's user avatar
1 vote
1 answer
128 views

Below is the architecture of a project that I am working on. And I have some questions about how to implement role-based authorization. What do I want to do here? I want to make a shared system to ...
Meharjeet Singh's user avatar
1 vote
0 answers
227 views

I'm trying for long hours to make a simple HTTP Post request for one of google's REST API. (Specifically the image text predict one, using model imagetext@001) I'm supposed to send an "...
Yam Tal's user avatar
  • 11
0 votes
1 answer
167 views

I create an Google API Gateway recently with Terraform to create it associated with a custom SA that will handle the IAM between the backends and the API. Now that's created I can't find a way to ...
luisvenezian's user avatar
0 votes
0 answers
325 views

I couldnt find example in documentation. I work with API Gateway from GCP to use it for Cloud Functions/Cloud Run etc, all are part of GCP infra. But now I want to have external URL I know they are ...
Nickname0222022022's user avatar
1 vote
0 answers
373 views

I have setup a simple API on API Gateway and restricted access to it via API Keys. Now, if a user calls the API with a missing/invalid key, would that count towards billing (https://cloud.google.com/...
OC_dev's user avatar
  • 81
0 votes
0 answers
1k views

We've experienced an issue recently where Google Cloud billing increasing greatly due to increased access to our Places API. It turns out that we'd not properly used Credentials to restrict usage of ...
Ross Gerring's user avatar
1 vote
2 answers
521 views

I'm working with a Swagger 2.0 (OpenAPI 2.0) specification for my Google Cloud Function API, and I am facing an issue with the authentication part of the configuration. I have initially set up API key ...
Frostman's user avatar
0 votes
1 answer
444 views

I was reading the docs on API GATEWAY, but I couldn't find the solution for the problem: What I am struggling to achieve is, I have multiple services on cloud run, and one service is the ...
Raphael Chaula's user avatar
0 votes
1 answer
298 views

I am implementing security to my Cloud Run services through an Api Gateway NEG and a load balanced I need block the automatically generated url for my api gateway so that they only access my services ...
Matias Galdames's user avatar
0 votes
0 answers
258 views

I have Implemented cloud API Gateway with eureka service discovery. When I am calling my REST end point using API Gateway URL with query parameter including "^" special character, I am ...
Bhushan Phalak's user avatar
0 votes
2 answers
225 views

So my backend application architecture is the following: Deployed Web Api microservice on cloud run (nodejs express app) Configured API Gateway for token validation from client (mobile app) Profile ...
kostasandre's user avatar
1 vote
1 answer
2k views

GET https://admin.googleapis.com/admin/directory/v1/groups/{groupKey}/members I'm unable to make this HTTP call. here's my code is from google.oauth2.credentials import Credentials from google.auth....
develop's user avatar
  • 95
1 vote
1 answer
383 views

What could be causing the error "http: body field path 'foo' must be a non-repeated message" when deploying the configuration to GCP API Gateway with the following api-spec.yaml? I've read ...
Muhammad Rafiul Ilmi S's user avatar
0 votes
0 answers
271 views

I have a node.js app deployed in App Engine. And I have my API Gateway setup in-front to route to that app. API Config(yaml) paths: /hello: get: summary: Hello operationId: hello ...
user2834627's user avatar
0 votes
2 answers
2k views

I am looking to build a service with authentication while also have the ability to restrict API calls. This is on GCP. I am looking for Google API Gateway for this and understand that JWT based ...
Moni's user avatar
  • 949
4 votes
1 answer
360 views

The problem I am getting my yaml file rejected by the GCP API Gateway. According to the docs here my path of /address/state/{state_id}/counties is a perfectly valid url, but I am getting this error. ...
John McKenna's user avatar
0 votes
2 answers
728 views

Imagine a use case where multiple REST APIs (pure API with no UI) are deployed using Cloud Run or Cloud Functions. Each API: is unique and for a specific outside client, which will use it for various ...
CHRD's user avatar
  • 1,967
1 vote
1 answer
547 views

Google cloud npm package text to speech the FEMALE voice not working but its always come with NEUTRAL voice ...
saba's user avatar
  • 11
0 votes
1 answer
142 views

1.HTTP python client (a script) => 2. GCP API gateway => 3. validate request against firebase => 4. if request valid call cloud function v2 (cloud run) Python script is generating ID token ...
Djai's user avatar
  • 194
0 votes
1 answer
1k views

I have the following setup: GLB -≥ Serverless NEG -> API GW -> Cloud Run Is that possible to limit the ingress with the configuration option internal-and-cloud-load-balancing? I am getting 403. ...
jaksky's user avatar
  • 3,405
0 votes
0 answers
263 views

Traicing is currently not supported for API Gateway based on this documentation However, when the trace is "started" by some component in front of that e.g. LB those traces/headers are not ...
jaksky's user avatar
  • 3,405
0 votes
1 answer
762 views

It doesn't seem possible to create an API Gateway config for a gateway i've created using: gcloud api-gateway apis create test-api --project=acme-prd Then the following command fails gcloud api-...
KnowHoper's user avatar
  • 4,672
2 votes
0 answers
162 views

I have implanted Apple sign-in as a social login sign-in option to an Android application on mine. When I try the feature web view displays the following error. { "error": { "...
Chathuranga Shan Jayarathna's user avatar
0 votes
0 answers
404 views

Need to authenticate the GCP Gateway API with Oauth When testing with Postman sending the get request to the API returning the response that JWT is in wrong format. "Jwt is not in the form of ...
Ankur Pawar's user avatar
1 vote
1 answer
502 views

My setup is like API lib built on top of API gateway endpoints => gateway authenticates requests against firebase users => Call Cloud function for an endpoints. This seems to be working fine. ...
Djai's user avatar
  • 194
0 votes
1 answer
3k views

I'm trying to create a .NET 6 web app that connects to Google Cloud API's, and host my app on Azure I've created a service account with "Owner" permission, downloaded the json file, and ...
MG123's user avatar
  • 502
0 votes
0 answers
864 views

I'm trying to use Google API Gateway as the entry point for multiple backend services. The services have common endpoints, like /api/data that conflict with one another. I would like to pre-pend an ...
David Beaudway's user avatar
0 votes
1 answer
203 views

I created an API Gateway to allow a certain client to access specific routes in my app engine. The client prefers to authenticate using Pre-Shared Key (PSK) over TLS. Is it possible to do that in a ...
Cloude's user avatar
  • 333
0 votes
0 answers
352 views

I have multiple services deploy on App Engine default environment. Now I want to create a API-Gateway to make the calling of the services easier to use in Frontend. Also I can then use the security ...
Kevin Rump's user avatar
0 votes
2 answers
260 views

When a configured quota is exceeded, the API Gateway responds with a detailed http 429 message to the client. This message contains information about the Google Cloud project such as the project name ...
Ben's user avatar
  • 346
0 votes
1 answer
726 views

I have created an LB for the api gateway using google documentation and it works fine, but after creating it using the terraform recipe it gives me a 404 page not found. These are the terraform ...
atefeh's user avatar
  • 393
0 votes
0 answers
174 views

I am using the google apigateway with the following structure: an endpoint called 'product' and then a product id. Hence each product gives a different url. E.g. my first product might be https://www....
riemann_lebesgue's user avatar
1 vote
1 answer
774 views

What is the best way to proxy requests with GCP, e.g. to hide secrets. Is it by making use of GCP API-Gateway which spawns a Load Balancer or by using a Load Balancer directly. Or are there any other ...
R.Schaefer's user avatar
2 votes
0 answers
524 views

My request flow is : 1.HTTP python client (a script) => 2. GCP API gateway => 3. validate request against firebase => 4. if request valid call cloud function v2 (cloud run) Python script is ...
Djai's user avatar
  • 194
0 votes
0 answers
351 views

I have two (backend) gRPC cloud run services and I would like to expose both of them in a singe API Gateway. I have successfully exposed one of the two services through a gateway by following the ...
Martin Wiebusch's user avatar
1 vote
0 answers
159 views

I have an app which calls an external provider which needs a key in the URL. For security reasons I can't include the key in the app to call the external API directly. Therefore I need to proxy this ...
R.Schaefer's user avatar
1 vote
1 answer
2k views

I'm testing an API Gateway setup on Google Cloud to access specific endpoints on a service deployed on Cloud Run. I'm following the steps shown here. We need to authenticate using an API Key, so the ...
vivekveeramani's user avatar
0 votes
0 answers
321 views

Super basic (video) but the title is nearly my comment to Top 3 ways to run your containers on Google Cloud User Authentication (content) in 2020 about api gateway from endpoints Maybe a focal point ...
Nick Carducci for Carface Bank's user avatar
0 votes
1 answer
478 views

I had a running setup where a backend Cloud Run service was fronted by API Gateway. The security definition was straightforward: flow: "implicit" type: "oauth2" x-google-...
jldupont's user avatar
  • 97.8k
0 votes
1 answer
1k views

I'm trying to migrate from using a Loadbalancer to Cloud API Gateway to reduce costs. My current loadbalancer routes all traffic to two backends, anything starting with /api/ goes to one cloud run ...
Dave's user avatar
  • 1,775
0 votes
0 answers
710 views

Our API gateway exposes a URL endpoint to load images etc. from a Cloud Run backend service. This URL endpoint is used by a user interface secured by Google's Identity Aware Proxy (IAP). Therefore, ...
Ben's user avatar
  • 346
0 votes
1 answer
290 views

The problem I'm trying to solve, is this: I want to be able to deploy a new API Gateway configuration-file, that is the OpenAPI 2.0 (Swagger) specification, which API Gateway uses to set up the ...
Matty's user avatar
  • 33
1 vote
1 answer
892 views

I'm trying to configure automation in my automation tool (called Tines), that will query the GCP IAM Recommender API and get recommendations for all my GCP projects. So naturally two API services are ...
NewKidOnTheBlock's user avatar
4 votes
1 answer
5k views

I recently switched to google cloud functions gen 2 and am having an issue with authentication via API Gateway. I have the new cloud function being called by my gateway with the function itself not ...
Jad's user avatar
  • 43