otelcol.receiver.otlp
should support otelcol.auth.*
for http {} block.
#2228
Labels
enhancement
New feature or request
Request
Add
auth
field tootelcol.receiver.otlp
config blockhttp
(and ideally ongrpc
too), which accepts handlers from modules likeotelcol.auth.bearer
andotelcol.auth.basic
.According to docs on eg
otelcol.auth.basic
, it should be possible to use these auth methods on other otelcol components, which is not the case forotelcol.receiver.otlp
.Use case
I need to expose Alloy publicly to receive OTLP from external sources.
Thus i need to add auth on the receiver.
I do not have access to mTLS based auth, and want to avoid authenticating on my k8s ingress to simplify secrets management.
The text was updated successfully, but these errors were encountered: