akoutmos / prom_ex

An Elixir Prometheus metrics collection library built on top of Telemetry with accompanying Grafana dashboards
MIT License
577 stars 96 forks source link

Grafana auth_token MFA #225

Open djthread opened 7 months ago

djthread commented 7 months ago

This change allows the grafana or metrics_server auth_token configs to be MFAs. I need this for my company's infrastructure where Google IAP is in front of Grafana, and I need to fetch a token as needed with a 1 hour ttl.

djthread commented 5 months ago

@akoutmos I don't think I'll be needing the functionality in this PR for now, so feel free to close it. (I did make a few documentation changes you might be interested in, though.)