From 0794cb35f24334d0beb61ebb6a7b3ba1cdf43ba6 Mon Sep 17 00:00:00 2001 From: Aliaksandr Valialkin Date: Thu, 21 May 2020 23:47:49 +0300 Subject: [PATCH] docs/Single-server-VictoriaMetrics.md: mention about `vmauth` in `Security` section --- docs/Single-server-VictoriaMetrics.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/Single-server-VictoriaMetrics.md b/docs/Single-server-VictoriaMetrics.md index a0f89bdc16..76563bd7ac 100644 --- a/docs/Single-server-VictoriaMetrics.md +++ b/docs/Single-server-VictoriaMetrics.md @@ -889,6 +889,10 @@ Consider setting the following command-line flags: Explicitly set internal network interface for TCP and UDP ports for data ingestion with Graphite and OpenTSDB formats. For example, substitute `-graphiteListenAddr=:2003` with `-graphiteListenAddr=:2003`. +Prefer authorizing all the incoming requests from untrusted networks with [vmauth](https://github.com/VictoriaMetrics/VictoriaMetrics/blob/master/app/vmauth/README.md) +or similar auth proxy. + + ### Tuning * There is no need for VictoriaMetrics tuning since it uses reasonable defaults for command-line flags,