mirror of
https://github.com/prometheus/prometheus.git
synced 2026-04-28 17:49:50 -04:00
* squash (#1) * remote-write: allow empty azure client_id to support system assigned managed identity * add blank line for tests * remote-write: allow empty azure client_id to support system assigned managed identity Signed-off-by: Kaveesh Dubey <kadubey@microsoft.com> * add blank line for tests Signed-off-by: Kaveesh Dubey <kadubey@microsoft.com> --------- Signed-off-by: Kaveesh Dubey <kadubey@microsoft.com> * treat empty client_id as system-assigned identity; this is a valid case Signed-off-by: Kaveesh Dubey <kadubey@microsoft.com> * rename file Signed-off-by: bragi92 <kadubey@microsoft.com> --------- Signed-off-by: Kaveesh Dubey <kadubey@microsoft.com> Signed-off-by: bragi92 <kadubey@microsoft.com> |
||
|---|---|---|
| .. | ||
| testdata | ||
| azuread.go | ||
| azuread_test.go | ||
| README.md | ||
azuread package
azuread provides an http.RoundTripper that attaches an Azure AD accessToken to remote write requests.
This module is considered internal to Prometheus, without any stability guarantees for external usage.