mirror of
https://github.com/oddlama/nix-config.git
synced 2025-10-10 14:50:40 +02:00
fix: apparently ':' is not a great character for basic auth
This commit is contained in:
parent
d6af975817
commit
06d5d26dde
4 changed files with 3 additions and 4 deletions
|
@ -48,7 +48,7 @@ in {
|
|||
|
||||
clients = [
|
||||
{
|
||||
basic_auth.username = "${nodeName}:promtail-loki-basic-auth-password";
|
||||
basic_auth.username = "${nodeName}+promtail-loki-basic-auth-password";
|
||||
basic_auth.password_file = config.age.secrets.promtail-loki-basic-auth-password.path;
|
||||
url = "https://${nodes.${cfg.proxy}.config.proxiedDomains.loki}/loki/api/v1/push";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue