mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
docs/vmauth.md: mention that we can help creating customized proxy
This commit is contained in:
parent
20e958789a
commit
309700ab8c
2 changed files with 8 additions and 2 deletions
|
@ -1,6 +1,7 @@
|
||||||
## vmauth
|
## vmauth
|
||||||
|
|
||||||
`vmauth` is a simple auth proxy and router. It reads username and password from [Basic Auth headers](https://en.wikipedia.org/wiki/Basic_access_authentication)
|
`vmauth` is a simple auth proxy and router for [VictoriaMetrics](https://github.com/VictoriaMetrics/VictoriaMetrics).
|
||||||
|
It reads username and password from [Basic Auth headers](https://en.wikipedia.org/wiki/Basic_access_authentication)
|
||||||
and matches them against configs pointed by `-auth.config` command-line flag and proxies incoming HTTP requests to the configured per-user `url_prefix` on successful match.
|
and matches them against configs pointed by `-auth.config` command-line flag and proxies incoming HTTP requests to the configured per-user `url_prefix` on successful match.
|
||||||
|
|
||||||
|
|
||||||
|
@ -20,6 +21,8 @@ The auth config can be reloaded by passing `SIGHUP` signal to `vmauth`.
|
||||||
|
|
||||||
Pass `-help` to `vmauth` in order to see all the supported command-line flags with their descriptions.
|
Pass `-help` to `vmauth` in order to see all the supported command-line flags with their descriptions.
|
||||||
|
|
||||||
|
Feel free [contacting us](mailto:info@victoriametrics.com) if you need customized auth proxy for VictoriaMetrics with the support of LDAP, SSO, RBAC, accounting, limits, etc.
|
||||||
|
|
||||||
|
|
||||||
### Auth config
|
### Auth config
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
## vmauth
|
## vmauth
|
||||||
|
|
||||||
`vmauth` is a simple auth proxy and router. It reads username and password from [Basic Auth headers](https://en.wikipedia.org/wiki/Basic_access_authentication)
|
`vmauth` is a simple auth proxy and router for [VictoriaMetrics](https://github.com/VictoriaMetrics/VictoriaMetrics).
|
||||||
|
It reads username and password from [Basic Auth headers](https://en.wikipedia.org/wiki/Basic_access_authentication)
|
||||||
and matches them against configs pointed by `-auth.config` command-line flag and proxies incoming HTTP requests to the configured per-user `url_prefix` on successful match.
|
and matches them against configs pointed by `-auth.config` command-line flag and proxies incoming HTTP requests to the configured per-user `url_prefix` on successful match.
|
||||||
|
|
||||||
|
|
||||||
|
@ -20,6 +21,8 @@ The auth config can be reloaded by passing `SIGHUP` signal to `vmauth`.
|
||||||
|
|
||||||
Pass `-help` to `vmauth` in order to see all the supported command-line flags with their descriptions.
|
Pass `-help` to `vmauth` in order to see all the supported command-line flags with their descriptions.
|
||||||
|
|
||||||
|
Feel free [contacting us](mailto:info@victoriametrics.com) if you need customized auth proxy for VictoriaMetrics with the support of LDAP, SSO, RBAC, accounting, limits, etc.
|
||||||
|
|
||||||
|
|
||||||
### Auth config
|
### Auth config
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue