Re: [Pulp-list] Pulp 3 docker: Request Entity Too Large

2021-08-17 Thread Jan David
No I haven’t. Thanks for pointing this out. I will look into it. Thank you, Jan From: David Davis Sent: Tuesday, August 17, 2021 5:07 PM To: Jan David Cc: Pulp-list@redhat.com Subject: Re: [Pulp-list] Pulp 3 docker: Request Entity Too Large Have you considered using the chunked upload api

Re: [Pulp-list] Pulp 3 docker: Request Entity Too Large

2021-08-17 Thread David Davis
Have you considered using the chunked upload api? It was developed to deal with this problem. The pulp-cli uses it by default when uploading artifacts: pulp artifact upload --file test.rpm David On Tue, Aug 17, 2021 at 10:54 AM Jan David wrote: > Hi, > > > > I’m running the docker versio

[Pulp-list] Pulp 3 docker: Request Entity Too Large

2021-08-17 Thread Jan David
Hi, I’m running the docker version of Pulp 3 (3.13 to be specific). The nginx configuration in the docker container does not allow large files (packages) to be uploaded. If an (rpm) package is too large, you’ll receive an error “Request Entity Too Large”. I’ve worked around this by modifying t