From c739b6be22f9f7797e4c803ada96a1448908131d Mon Sep 17 00:00:00 2001 From: Robert Lemke Date: Mon, 14 Feb 2022 11:02:56 +0100 Subject: [PATCH] Fix basic_auth configuration option --- root-files/opt/flownative/promtail/etc/config.yaml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/root-files/opt/flownative/promtail/etc/config.yaml b/root-files/opt/flownative/promtail/etc/config.yaml index c98b0a6..1c208b6 100644 --- a/root-files/opt/flownative/promtail/etc/config.yaml +++ b/root-files/opt/flownative/promtail/etc/config.yaml @@ -27,7 +27,6 @@ clients: timeout: 10s tenant_id: ${PROMTAIL_CLIENT_TENANT_ID} stream_lag_labels: filename - -basic_auth: - username: ${PROMTAIL_BASIC_AUTH_USERNAME} - password: ${PROMTAIL_BASIC_AUTH_PASSWORD} + basic_auth: + username: ${PROMTAIL_BASIC_AUTH_USERNAME} + password: ${PROMTAIL_BASIC_AUTH_PASSWORD}