fix(gateway): enforce request body size limits
This commit is contained in:
@@ -311,6 +311,7 @@ export function createGateway(deps: GatewayDeps): GatewayServer {
|
||||
},
|
||||
authHttp: config.server.auth_http,
|
||||
lock: config.server.lock,
|
||||
maxRequestBodyBytes: config.server.max_request_body_bytes,
|
||||
commandRegistry: deps.commandRegistry,
|
||||
intentRegistry: deps.intentRegistry,
|
||||
routingPolicy: deps.routingPolicy,
|
||||
|
||||
Reference in New Issue
Block a user