Open diranged opened 1 month ago
This issue has not had any activity in the past 30 days, so the needs-attention
label has been added to it.
If the opened issue is a bug, check to see if a newer release fixed your issue. If it is no longer relevant, please feel free to close this issue.
The needs-attention
label signals to maintainers that something has fallen through the cracks. No action is needed by you; your issue will be kept open and you do not have to respond to this comment. The label will be removed the next time this job runs if there is new activity.
Thank you for your contributions!
Request
I found this interesting to discover that the
loki.source.awsfirehose
receiver doesn't support setting up TLS in its HTTP listener ... given that Firehose itself only supports HTTPS destinations:Obviously you can handle this with TLS in your load balancer ... but we want TLS to be end-to-end with no plaintext communication. Can we get TLS added into this listener?
Use case
We believe in end-to-end TLS communication for all services - we do not want to terminate TLS at the ALB level and then rely on VPC security for the traffic... we want to make sure we use TLS all the way through.