Questions tagged [extensible-service-proxy]
4 questions
2
votes
0 answers
ESPv2 with Google Cloud Endpoints using gRPC returning "The current request is not defined"
I'm trying to get ESPv2 with Cloud Endpoints working to proxy to a service using gRPC. (We've been already extensively using ESPv2 with OpenApi, but this is the first gRPC service we're trying to use it with.)
Here is what I did:
I have a proto…

Mark Vincze
- 7,737
- 8
- 42
- 81
1
vote
1 answer
Why is recommended to use 'X-Endpoint-API-UserInfo' header instead of 'Authorization' header
I am trying to deploy my openApi document by running this:
gcloud endpoints services deploy
I am able to see new 'config_id' generated successfully and my openApi document is deployed successfully. However when I hit(from a javascript…

VMA
- 89
- 1
- 4
- 16
1
vote
0 answers
Why is AppEngine User null when passed a valid access token from Auth0
We are using Google AppEngine (Java) with Extensible Service Proxy (ESP) as our backend, and Auth0 as our authenticator.
We can successfully invoke Auth0 from our web app and authenticate using email/password, GoogleAccount and FaceBook and receive…

William
- 20,150
- 8
- 49
- 91
0
votes
0 answers
Cannot complete setting up my google Extensible Service Proxy V2 because I don't know my SERVICE_ACCOUNT
I have been following this documentation to set up an ESPv2 endpoint pretty successfully so far.
I am now up to the "Grant ESPv2 permission to call Service Management and Service Control" step, which tells me to run the following command:
gcloud…

Atticus29
- 4,190
- 18
- 47
- 84