Page MenuHomePhabricator

Return 403 to non HEAD|GET requests in HAProxy tls frontend
Open, Needs TriagePublic

Description

Currently we return 403 for non HEAD|GET verbs only in the HAProxy http frontend, just before the redirect to https.

We should add this filter in the tls frontend too, but only after being certain that Benthos correctly parses and send these requests to Kafka for later analysis (currently we have non HEAD|GET requests in our analytics platforms, when they reach Varnish).