From 054367c421b284d918132d7ddb7f748dc3711d80 Mon Sep 17 00:00:00 2001 From: hagen1778 Date: Fri, 3 Nov 2023 16:22:23 +0100 Subject: [PATCH] docs: make docs-sync after 323f3720ed33a834ce32c2a6b95101aad2e5042c Signed-off-by: hagen1778 --- docs/vmauth.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/vmauth.md b/docs/vmauth.md index 3de963ad4..ade90019c 100644 --- a/docs/vmauth.md +++ b/docs/vmauth.md @@ -195,11 +195,11 @@ users: # All the requests to http://vmauth:8427 with the given Basic Auth (username:password) # are proxied to http://localhost:8428 with extra_label=team=dev query arg. # For example, http://vmauth:8427/api/v1/query is routed to https://localhost/api/v1/query?extra_label=team=dev - # TLS verification is ignored for https://localhost. + # TLS verification is skipped for https://localhost. - username: "local-single-node-with-tls" password: "***" - url_prefix: "https://localhost?extra_label=team=dev" - tls_insecure_skip_verify: false + url_prefix: "https://localhost?extra_label=team=test" + tls_insecure_skip_verify: true # All the requests to http://vmauth:8427 with the given Basic Auth (username:password) # are load-balanced among http://vmselect1:8481/select/123/prometheus and http://vmselect2:8481/select/123/prometheus