mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-23 20:37:12 +01:00
docs/Single-server-VictoriaMetrics.md: mention about vmauth
in Security
section
This commit is contained in:
parent
84860167d0
commit
aa647637bf
@ -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.
|
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=<internal_iface_ip>:2003`.
|
For example, substitute `-graphiteListenAddr=:2003` with `-graphiteListenAddr=<internal_iface_ip>: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
|
### Tuning
|
||||||
|
|
||||||
* There is no need for VictoriaMetrics tuning since it uses reasonable defaults for command-line flags,
|
* There is no need for VictoriaMetrics tuning since it uses reasonable defaults for command-line flags,
|
||||||
|
@ -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.
|
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=<internal_iface_ip>:2003`.
|
For example, substitute `-graphiteListenAddr=:2003` with `-graphiteListenAddr=<internal_iface_ip>: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
|
### Tuning
|
||||||
|
|
||||||
* There is no need for VictoriaMetrics tuning since it uses reasonable defaults for command-line flags,
|
* There is no need for VictoriaMetrics tuning since it uses reasonable defaults for command-line flags,
|
||||||
|
Loading…
Reference in New Issue
Block a user