Paul Mazzuca
Paul Mazzuca

Reputation: 647

How to increase max client body size Google Cloud Endpoints GKE

A large POST request to my endpoints cluster returns a "413 Request Entity Too Large" error. I realize that the NGINX conf has a limit set at 32mb, but how can I modify that, given that I am using GKE.

The link, https://cloud.google.com/endpoints/docs/openapi/kubernetes-concept, describes how to do it with a pure K8's cluster, but that does not seem to work in a GKE environment.

In that case, my esp container says that it cannot find /etc/nginx/custom/trusted-ca-certificates.crt.

So, basically, how do I increase the max client body size for Google Cloud Endpoints running on GKE?

Any help would be appreciated. Thanks.

Upvotes: 0

Views: 1504

Answers (1)

Wayne Zhang
Wayne Zhang

Reputation: 145

I have created a github issue

to add a flag to change Nginx client_max_body_size.

Please watch ESP release note

Upvotes: 1

Related Questions