Add maxRequestHeaderSize to server.applicationConnectors section in OpenMetaData default config file (#21346)

Co-authored-by: Pavlov Pavel <pavlovpk@tutu.tech>
Co-authored-by: Matias Puerta <matias@getcollate.io>
This commit is contained in:
ppavlov39 2025-07-08 10:25:31 +02:00 committed by GitHub
parent 56b1719494
commit 9db5a3daa9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -27,6 +27,7 @@ server:
- type: http
bindHost: ${SERVER_HOST:-0.0.0.0}
port: ${SERVER_PORT:-8585}
maxRequestHeaderSize: ${MAX_REQUEST_HEADER_SIZE:-8KiB}
adminConnectors:
- type: http
bindHost: ${SERVER_HOST:-0.0.0.0}