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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

馃悰 airbyte-proxy: Fix 413 Request Entity Too Large nginx/1.23.2 for Airbyte > 0.40.15 #20383

Conversation

andresbravog
Copy link
Contributor

@andresbravog andresbravog commented Dec 12, 2022

What

From issue #18822

For long schemas creating the connection fails due to the request payload being over 1M. This issue was introduced with the new airbyte-proxy service as client_max_body_size clause is not set on nginx template and defaults to 1M limit.

How

adding client_max_body_size clause to replicate the one set on airbyte-server nginx.

馃毃 User Impact 馃毃

No breaking changes

Pre-merge Checklist

Expand the relevant checklist and delete the others.

BugFix of service

Community member or Airbyter

@andresbravog andresbravog force-pushed the andresbravog/18822-fix-413-airbyte-proxy branch from e85c0a0 to ec2b82b Compare December 12, 2022 19:44
@octavia-squidington-iv octavia-squidington-iv removed area/connectors Connector related issues area/documentation Improvements or additions to documentation labels Dec 12, 2022
@sajarin sajarin added area/platform issues related to the platform team/prod-eng type/enhancement New feature or request and removed bounty connectors/source/public-apis labels Dec 12, 2022
@octavia-squidington-iv octavia-squidington-iv removed the area/platform issues related to the platform label Dec 12, 2022
Copy link
Contributor

@evantahler evantahler left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Those are some very big schemas!

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

Successfully merging this pull request may close these issues.

413 Request Entity Too Large nginx/1.23.2 for Airbyte 0.40.15 & above versions
4 participants