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
1 answer

Google cloud function always receive / from API Gateway

Let's setup the basics: I'm using Google Api Gateway with differents backends like Google Cloud Function. First, I was parsing the req paramters with a switch statement on a header containing the original request url. (Very messy but working) So I…
0
votes
1 answer

GCP Api Gateway with Firebase Auth

I'm trying to set up GCP Api Gateway for my Cloud Run hosted containers but I' getting some errors regarding Firebase Authentication. In the api spec, I copied what is published in the api gateway guide firebase: authorizationUrl: "" flow:…
0
votes
1 answer

Secure "hello world" Google cloud function

I need a very secure cloud function so I'm trying to put it behind a API Gateway. The function works fine when I call it directy passing a Bearer token in header: https://us-central1-.cloudfunctions.net/ However I…
0
votes
0 answers

Unable to Deploy Google API GATWAY using Cloudbuild

I am trying to deploy API Gateway on top of cloud functions. For CI/CD I have cloudbuild which is already working smoothly for the project. I ran gcloud API GATEWAY commands from my local machine and API Gateway deployed successfully. Now I wrote…
0
votes
1 answer

Application type users authenticating to GCP

I'm looking for a standard Oauth2.0 approach for the service type users authenticating to APIs hosted in GCP environment with secrets. The closest I got is a service accounts with key pairs. However I would like to avoid updating ESP config each…
0
votes
1 answer

API gateway for appengine micro-services?

Im moving a monolithic App "Rest Mobile Backend" written in Java into a micro-services App This App is currently hosted in AppEngine in GCP as a single service and hence will be broken down into 8-10 services in App Engine. Now Im still in the…
0
votes
1 answer

GraphQL with API Gateway

Team, I was an evaluating architecture and it seems that the architecture plans to have a BFF like GraphQL sitting before API Gateway like APIGEE. Just to add, the backend microservices are written in Spring Boot. Does it make sense to have both…
-1
votes
1 answer

Calling Google Cloud API Gateway from Web(Javascript)

I am new to this Google Cloud API Gateway. I followed each and every step in the document to create an API Gateway and its a success. I'm using Google API Gateway with differents backends like Google Cloud…
-2
votes
1 answer

GCP Load Balancer / API Gateway CORS issue

I have a API hosted on Google Cloud Run and exposed using API Gateway and GCP's Load Balancer in front of the gateway. This API is supposed to be used by multiple tenants, so the requests will come from different origins. Right now, whenever I try…
1 2 3
8
9