python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Google Cloud API Gateway can't invoke Cloud Run service while using firebase auth
I am using API Gateway with firebase JWT authorisation (so that users can use google sign in) that is forwarding the requests to cloud run services and one cloud function service.
Here is how my API G...
Šime
Votes: 0
Answers: 1
Enabling Strict-Transport-Security header on GCP API Gateway
I am serving an App Engine Standard Java 11 runtime behind a GCP API Gateway. The application uses Spring Security to set security headers. I want to enable Strict-Transport-Security header in my resp...
randomVariable
Votes: 0
Answers: 1
Authenticating with Google access token on GCP API Gateway
I'm trying to perform authentication on GCP API Gateway using Google access token (ya29.***, OAuth2). However, the the documentation has content on only JWT tokens. It seems it is possible to use Goog...
randomVariable
Votes: 0
Answers: 0
GCP API Gateway route returns Google Sign-In page instead of expected response
While following the documentation for setting up GCP's API Gateway, I run into an issue that when I make a call to the endpoint, like so:
curl --request POST 'https://my-dev-project-XXX.wl.gateway.dev...
Ryan Saunders
Votes: 0
Answers: 2