Context:
I’m running the latest available version of Loki in single binary mode using the helm chart here: loki/production/helm/loki at main · grafana/loki · GitHub and I am trying to send alerts to my Mimir Alertmanager (which is already in charge of my other prometheus alerts).
Question:
I have been looking through your documentation to see if I can find any way for loki to authenticate towards my Alertmanager with basic auth and I stumbled upon this:
From what I gathered from this particular thread, it seems like this is possible but poorly documented. I’ve come up with the following configuration in my Loki helm chart:
The basic auth variables are mounted as extraEnvFrom for the single binary pods.
When I trigger some test alerts - I am seeing the following in my loki pods:
Any pointers in the right direction would be very much appreciated. If this ends up working, and there actually is no documentation for it, I will gladly contribute and add this as well.
Thanks!