docs/Cluster-VictoriaMetrics.md: add a security note for multitenant support via labels

This commit is contained in:
Aliaksandr Valialkin 2022-10-01 18:56:56 +03:00
parent d7327d2f02
commit 7812761ab4
No known key found for this signature in database
GPG key ID: A72BEC6CD3D0DED1

View file

@ -84,6 +84,9 @@ while the `http_requests_total{path="/bar"} 34` would be stored in the tenant `a
The `vm_account_id` and `vm_project_id` labels are extracted after applying the [relabeling](https://docs.victoriametrics.com/relabeling.html)
set via `-relabelConfig` command-line flag, so these labels can be set at this stage.
**Security considerations:** it is recommended restricting access to `multitenant` endpoints only to trusted sources,
since untrusted source may break per-tenant data by writing unwanted samples to aribtrary tenants.
## Binaries