-
Ticket
-
Resolution: Done
-
Normal
-
None
-
OSSM 2.4.2
-
None
-
False
-
None
-
False
-
-
Issue: File upload of 10 mB fails when configuring the spec.meshConfig.extensionProviders.envoyExtAuthzHttp.includeRequestBodyInCheck with maxRequestBytes set to 102400000.
Summary:
[1] When you configure the SMCP with the following where maxRequestBytes is set to 102400000 which is around 100GB and attempt to upload a file which is around 10 MB the file upload stops at around 1 MB itself.
extensionProviders:
- name: "sample-ext-authz-grpc"
envoyExtAuthzGrpc:
service: "external-authz-grpc.local"
port: "9191"
includeRequestBodyInCheck:
allowPartialMessage: true
maxRequestBytes: 102400000
packAsBytes: true
- is caused by
-
OSSM-5850 Istio proxy returns 413 request_payload_too_large when allow_partial_message: true is set and maxRequestBytes is more than 1048577 bytes
- Closed