esp-v2 icon indicating copy to clipboard operation
esp-v2 copied to clipboard

A service proxy that provides API management capabilities using Google Service Infrastructure.

Results 106 esp-v2 issues
Sort by recently updated
recently updated
newest added

Add the default http rule of a rpc endpoint to the additional_bindings field of any new http rules of that rpc endpoint. Otherwise, once a new http rule is set,...

size/L
approved

In attempting to upgrade to esp-v2, we came across some failing requests. It turns out all the failing calls have service definitions like ``` rpc GetThing(GetThingRequest) returns (GetThingResponse) { option...

Also logged in GCP support portal as case id: 29925315 We are having a strange issue with web sockets and esp-v2. Basically, new websocket connections closes after sending first message...

Hi, I have an App Engine Standard Java 11 application served behind a GCP API Gateway. When I check the Cloud Logs I frequently see these errors like the following...

AFAICT my CORS policy is not enforced by ESP. I'm following the [CORS Support documentation](https://cloud.google.com/endpoints/docs/grpc/specify-esp-v2-startup-options#cors). The documentation provides the following example for the `cors_allow_origin_regex` flag ``` ^https?://.+\.example\.com$ ``` The `.+`...

We have the need to at least temporarily disable the JWT "aud" claim check in ESPv2. My organization does not currently include the "aud" claim and it will be a...

enhancement

Is it possible to up the base alpine image version as the current one has old Zlib which has reported security vulnerability CVE-2018-25032? As per alpine security tracker this got...

Hello! I got the basic setup described by the [Endpoints for Cloud Run with ESPv2](https://cloud.google.com/endpoints/docs/openapi/get-started-cloud-run) tutorial: - ESPv2 deployed in cloud run - a cloud function My goal is to...

bug

I am using a JS SPA frontend which talks to the API backend via Endpoints (ESPv2) hosted on Cloud Run. ESPv2 invokes the Cloud Run backend via native GCP IAM....

enhancement

hi all, I am looking into adopting Google Cloud Endpoints for our codebase. One thing I am trying to understand is what the local development story is. We have gRPC...

question