app/vmauth: mention that vmauth can be used with other components

A cosmetic change to highlight that vmauth can be used with other
compnents besides VM only
This commit is contained in:
Roman Khavronenko
2026-04-03 10:27:43 +02:00
committed by GitHub
parent de2bc4237a
commit 5e2ee00504
2 changed files with 2 additions and 2 deletions

View File

@@ -763,7 +763,7 @@ var concurrentRequestsLimitReached = metrics.NewCounter("vmauth_concurrent_reque
func usage() {
const s = `
vmauth authenticates and authorizes incoming requests and proxies them to VictoriaMetrics.
vmauth authenticates and authorizes incoming requests and proxies them to VictoriaMetrics components or any other HTTP backends.
See the docs at https://docs.victoriametrics.com/victoriametrics/vmauth/ .
`

View File

@@ -9,7 +9,7 @@ sitemap:
<!-- The file should not be updated manually. Run make docs-update-flags while preparing a new release to sync flags in docs from actual binaries. -->
```shellhelp
vmauth authenticates and authorizes incoming requests and proxies them to VictoriaMetrics.
vmauth authenticates and authorizes incoming requests and proxies them to VictoriaMetrics components or any other HTTP backends.
See the docs at https://docs.victoriametrics.com/victoriametrics/vmauth/ .