Closed
Description
I am running OTLP receivers with default settings:
receivers:
otlp:
protocols:
grpc:
http:
The start up logs are littered with these warnings:
[email protected]/warning.go:40 Using the 0.0.0.0 address exposes this server to every network interface, which may facilitate Denial of Service attacks {"kind": "receiver", "name": "otlp", "data_type": "traces", "documentation": "https://github.com/open-telemetry/opentelemetry-collector/blob/main/docs/security-best-practices.md#safeguards-against-denial-of-service-attacks"}
Why isn't the default config for those exporters is such that it follows the mentioned best practices?