feat: add max HTTP request size setting and increase default
Default maximum size of an HTTP request to be proxied is now 100MiB (was 1MiB), and is a setting that can be viewed in the UI and set and run time via the `GATEWAY_MAX_REQUEST_SIZE` environment variable. Run linting via pre-commit hook (or manually). Update version of Auto-DevOps used in CI.
parent
a58c9355
No related branches found
No related tags found
Showing
- .gitlab-ci.yml 1 addition, 1 deletion.gitlab-ci.yml
- README.md 25 additions, 1 deletionREADME.md
- api_gateway_emulator/__init__.py 5 additions, 0 deletionsapi_gateway_emulator/__init__.py
- api_gateway_emulator/reverseproxy.py 3 additions, 1 deletionapi_gateway_emulator/reverseproxy.py
- frontend/src/ProxyForm.tsx 22 additions, 0 deletionsfrontend/src/ProxyForm.tsx
- frontend/src/hooks.ts 1 addition, 0 deletionsfrontend/src/hooks.ts
- pyproject.toml 10 additions, 0 deletionspyproject.toml
Please register or sign in to comment