You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Additional context
We have mitigated this issue by lowering the max_request_size to the value set in zookeeper config.
While this works for us I think the server should still not crash and restart after a too big request has been received.
The text was updated successfully, but these errors were encountered:
likely the crash would be fixed with an up to date go-zookeeper module, e.g. this change changes the panic to a shortbuffer error: samuel/go-zookeeper#216
which was updated in #10147 included in vault 1.6.0
Describe the bug
Vault crashes when requests are too large
To Reproduce
Steps to reproduce the behavior:
vault kv put test_mount/large_secret_3m file=@large_secret_3m
Expected behavior
The request should fail but the vault server should not crash.
Environment:
Vault server configuration file(s):
Additional context
We have mitigated this issue by lowering the
max_request_size
to the value set in zookeeper config.While this works for us I think the server should still not crash and restart after a too big request has been received.
The text was updated successfully, but these errors were encountered: