base/grafana-alloy: add basic auth by default
This commit is contained in:
@@ -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}"}
|
||||
|
Reference in New Issue
Block a user