kafka: close connection when rejectable request appears (#36979)
Commit Message: kafka: close connection when rejectable request appears Additional Description: provides https://github.com/envoyproxy/envoy/issues/36978 by making the broker filter check the requests' API key against allow/denylists in the config - if we find a request to reject, we just close the connection. There is also a bonus: this sets up a framework for "_close connection if we don't like the request_" that we can expand upon later. Risk Level: Low Testing: automated (no filtering) + manual (filtering) Docs Changes: Kafka broker .rst Release Notes: n/a Platform Specific Features: n/a --------- Signed-off-by: Adam Kotwasinski <adam.kotwasinski@gmail.com> Mirrored from https://github.com/envoyproxy/envoy @ c30d173544a6ac6646201f8766eb851c7c9e0bc6main
parent
c4ccd87ef7
commit
51ab040126
2 changed files with 22 additions and 2 deletions
Loading…
Reference in new issue