From c0933ce92675a7d8c7d349228e1f85b32a6fb717 Mon Sep 17 00:00:00 2001 From: Aliaksandr Valialkin Date: Thu, 21 May 2020 22:53:40 +0300 Subject: [PATCH] docs/Cluster-VictoriaMetrics.md: mention about `vmauth` service in `Multitenancy` chapter --- README.md | 3 ++- docs/Cluster-VictoriaMetrics.md | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 959298c5ae..9ff964e025 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,8 @@ See [these docs](#url-format) for details. Some facts about tenants in VictoriaM * Each `accountID` and `projectID` is identified by an arbitrary 32-bit integer in the range `[0 .. 2^32)`. If `projectID` is missing, then it is automatically assigned to `0`. It is expected that other information about tenants such as auth tokens, tenant names, limits, accounting, etc. is stored in a separate relational database. This database must be managed -by a separate service sitting in front of VictoriaMetrics cluster. +by a separate service sitting in front of VictoriaMetrics cluster such as [vmauth](https://github.com/VictoriaMetrics/VictoriaMetrics/blob/master/app/vmauth/README.md). +[Contact us](mailto:info@victoriametrics.com) if you need help with creating such a service. * Tenants are automatically created when the first data point is written into the given tenant. diff --git a/docs/Cluster-VictoriaMetrics.md b/docs/Cluster-VictoriaMetrics.md index 959298c5ae..9ff964e025 100644 --- a/docs/Cluster-VictoriaMetrics.md +++ b/docs/Cluster-VictoriaMetrics.md @@ -45,7 +45,8 @@ See [these docs](#url-format) for details. Some facts about tenants in VictoriaM * Each `accountID` and `projectID` is identified by an arbitrary 32-bit integer in the range `[0 .. 2^32)`. If `projectID` is missing, then it is automatically assigned to `0`. It is expected that other information about tenants such as auth tokens, tenant names, limits, accounting, etc. is stored in a separate relational database. This database must be managed -by a separate service sitting in front of VictoriaMetrics cluster. +by a separate service sitting in front of VictoriaMetrics cluster such as [vmauth](https://github.com/VictoriaMetrics/VictoriaMetrics/blob/master/app/vmauth/README.md). +[Contact us](mailto:info@victoriametrics.com) if you need help with creating such a service. * Tenants are automatically created when the first data point is written into the given tenant.