base/grafana-alloy: add basic auth by default

This commit is contained in:
2025-08-24 00:23:06 -07:00
parent d33d7dc3cb
commit 7086289b1f

View File

@@ -40,7 +40,7 @@ in
url = "${alloyPrometheusEndpoint}"
basic_auth {
username = "alloy"
password_file = \"${config.sops.secrets."prometheus/password".path}\"
password_file = "${config.sops.secrets."prometheus/password".path}"
}
}
external_labels = {host = "${config.networking.hostName}"}