mirror of https://github.com/prometheus/prometheus
limit size of POST requests against remote read endpoint (#4239)
This commit fixes a denial-of-service issue of the remote read endpoint. It limits the size of the POST request body to 32 MB such that clients cannot write arbitrary amounts of data to the server memory. Fixes #4238 Signed-off-by: Andreas Auernhammer <aead@mail.de>pull/4213/head
parent
32223e1dfb
commit
37d1bcf495
Loading…
Reference in new issue