Skip to content

Commit

Permalink
Fix basic_auth configuration option
Browse files Browse the repository at this point in the history
  • Loading branch information
robertlemke committed Feb 14, 2022
1 parent 374de14 commit c739b6b
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions root-files/opt/flownative/promtail/etc/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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}

0 comments on commit c739b6b

Please sign in to comment.