Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Increase upload file size limit to support large Postman collection #525

Closed
lbroudoux opened this issue Dec 11, 2021 · 0 comments
Closed

Comments

@lbroudoux
Copy link
Member

lbroudoux commented Dec 11, 2021

As of today, Spring Boot properties that controls upload file size are not tuned. So we have:

spring.servlet.multipart.max-file-size=1MB
spring.servlet.multipart.max-request-size=10MB

Whilst max request size seems fairly enough, max file size can be a bit small to handle large Postman collection files. We propose to increase this setting to 2MB by default in Microcks and allow override through an environment variable that could be setup by Helm chart or Operator if provided at installation time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant