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

fix: No longer block uploads of larger files in Ingress nginx #2047

Merged
merged 1 commit into from
Nov 29, 2024

Conversation

MoritzWeber0
Copy link
Member

If nginx was used as Ingress, the default max body size of 1MB was applied. This has blocked uploads of files > 1MB.

If nginx was used as Ingress, the default max body size of 1MB was applied.
This has blocked uploads of files > 1MB.
Copy link

codecov bot commented Nov 29, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 85.46%. Comparing base (6489656) to head (28c00c4).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2047   +/-   ##
=======================================
  Coverage   85.46%   85.46%           
=======================================
  Files         225      225           
  Lines        7411     7411           
  Branches      513      513           
=======================================
  Hits         6334     6334           
  Misses        913      913           
  Partials      164      164           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link

sonarcloud bot commented Nov 29, 2024

Copy link

This report was generated by comparing 9e38956 with 6489656.
If you would like to check difference, please check here.

success

ArtifactName: reg

✨✨ That's perfect, there is no visual difference! ✨✨

item count
pass 412
change 0
new 0
delete 0

@MoritzWeber0 MoritzWeber0 merged commit 79b8796 into main Nov 29, 2024
26 of 28 checks passed
@MoritzWeber0 MoritzWeber0 deleted the fix-upload branch November 29, 2024 13:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant