Feature Request P2
Status Update
Comments
ti...@factoryfix.com <ti...@factoryfix.com> #2
I have forwarded this request to the engineering team. We will update this issue with any progress updates and a resolution.
Best Regards,
Josh Moyer
Google Cloud Platform Support
Best Regards,
Josh Moyer
Google Cloud Platform Support
Description
Problem you have encountered:
ESP Endpoints gateway Cloud Run service in front of another Cloud Run service (REST API server).Authentication header that gets sent to the gateway on the original request gets replaced with a new Authentication header with a JWT that is generated by GCP.
What you expected to happen:
Then is required to keep transparent the transport of the JWT between services to manage manually the authentication.
Other information (workarounds you have tried, documentation consulted, etc):
ESP is a NGINX-based proxy that runs in front of the backend and injects Endpoints functionality such as authentication, monitoring, and logging. ESP retrieves a service configuration from Service Management and uses it to validate incoming requests.