From 1a16dab9e1fd6a99d427ea2986b3b7abb402df5d Mon Sep 17 00:00:00 2001 From: Aliaksandr Valialkin Date: Thu, 28 Oct 2021 14:06:00 +0300 Subject: [PATCH] docs/vmauth.md: typo fix --- app/vmauth/README.md | 3 ++- docs/vmauth.md | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/app/vmauth/README.md b/app/vmauth/README.md index 8478575cb..fdbe3e933 100644 --- a/app/vmauth/README.md +++ b/app/vmauth/README.md @@ -117,7 +117,8 @@ users: - src_paths: ["/api/v1/write"] url_prefix: "http://vminsert:8480/insert/42/prometheus" headers: - - "X-Scope-OrgID: abc"``` + - "X-Scope-OrgID: abc" +``` The config may contain `%{ENV_VAR}` placeholders, which are substituted by the corresponding `ENV_VAR` environment variable values. This may be useful for passing secrets to the config. diff --git a/docs/vmauth.md b/docs/vmauth.md index c3ffb7171..1698942bb 100644 --- a/docs/vmauth.md +++ b/docs/vmauth.md @@ -121,7 +121,8 @@ users: - src_paths: ["/api/v1/write"] url_prefix: "http://vminsert:8480/insert/42/prometheus" headers: - - "X-Scope-OrgID: abc"``` + - "X-Scope-OrgID: abc" +``` The config may contain `%{ENV_VAR}` placeholders, which are substituted by the corresponding `ENV_VAR` environment variable values. This may be useful for passing secrets to the config.