From 2f38495e9c5616db62581e4f681a4a144cdad28a Mon Sep 17 00:00:00 2001 From: Magnus Kaiser Date: Wed, 25 May 2022 11:23:14 +0200 Subject: [PATCH] updated docs Signed-off-by: Magnus Kaiser --- docs/components/receive.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/components/receive.md b/docs/components/receive.md index 26881703b7..709d6b4c72 100644 --- a/docs/components/receive.md +++ b/docs/components/receive.md @@ -144,6 +144,12 @@ Flags: --receive.replication-factor=1 How many times to replicate incoming write requests. + --receive.tenant-certificate-field= + Use TLS client's certificate field to determine + tenant for write requests. Must be one of + organization, organizationalUnit or commonName. + This setting will cause the + receive.tenant-header flag value to be ignored. --receive.tenant-header="THANOS-TENANT" HTTP header to determine tenant for write requests.