From 309700ab8c3a1118ab7169eeb691a6b11951f762 Mon Sep 17 00:00:00 2001 From: Aliaksandr Valialkin Date: Tue, 5 May 2020 12:34:08 +0300 Subject: [PATCH] docs/vmauth.md: mention that we can help creating customized proxy --- app/vmauth/README.md | 5 ++++- docs/vmauth.md | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/app/vmauth/README.md b/app/vmauth/README.md index e3c5bc0770..c9ff2f69de 100644 --- a/app/vmauth/README.md +++ b/app/vmauth/README.md @@ -1,6 +1,7 @@ ## 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. @@ -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. +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 diff --git a/docs/vmauth.md b/docs/vmauth.md index e3c5bc0770..c9ff2f69de 100644 --- a/docs/vmauth.md +++ b/docs/vmauth.md @@ -1,6 +1,7 @@ ## 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. @@ -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. +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