Skip to content

VictoriaMetrics Auth

  • It's an auth proxy / router (optional but very common)
  • Lightweight HTTP proxy that sits in front of vminsert/vmselect. Does authentication (basic auth, bearer tokens), routes by URL path, load-balances across backends, and enforces per-user rate limits.
  • This is typically your single ingress into the observability cluster and the natural place to terminate a cross-account connection.