mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-23 12:31:07 +01:00
docs/{vmauth,vmgateway}.md: small fixes
This commit is contained in:
parent
3c1b39c978
commit
25e19c75c7
@ -23,7 +23,8 @@ Docker images for `vmauth` are available [here](https://hub.docker.com/r/victori
|
||||
|
||||
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, SAML, accounting, limits, etc.
|
||||
Feel free [contacting us](mailto:info@victoriametrics.com) if you need customized auth proxy for VictoriaMetrics with the support of LDAP, SSO, RBAC, SAML,
|
||||
accounting and rate limiting such as [vmgateway](https://victoriametrics.github.io/vmgateway.html).
|
||||
|
||||
|
||||
## Auth config
|
||||
|
@ -1,9 +1,9 @@
|
||||
## Victori Metrics Gateway
|
||||
## vmgateway
|
||||
|
||||
|
||||
<img alt="vmgateway" src="vmgateway-overview.jpeg">
|
||||
|
||||
The service is a proxy for Victoria Metrics TSDB. It provides the next features:
|
||||
`vmgateway` is a proxy for Victoria Metrics TSDB. It provides the following features:
|
||||
|
||||
* Rate Limiter
|
||||
* Based on cluster tenants' utilization supports multiple time interval limits for ingestion/retrieving metrics
|
||||
@ -12,6 +12,8 @@ The service is a proxy for Victoria Metrics TSDB. It provides the next features:
|
||||
* Provides access by tenantID at Cluster version
|
||||
* Allows to separate write/read/admin access to data
|
||||
|
||||
`vmgateway` is included in an [enterprise package](https://victoriametrics.com/enterprise.html).
|
||||
|
||||
|
||||
### Access Control
|
||||
|
||||
@ -278,4 +280,4 @@ The shortlist of configuration flags is the following:
|
||||
* Access Control:
|
||||
* `jwt` token must be validated by external system, currently `vmauth` can't validate the signature.
|
||||
* RateLimiting:
|
||||
* limits applied based on queries to `datasource.url`
|
||||
* limits applied based on queries to `datasource.url`
|
||||
|
@ -23,7 +23,8 @@ Docker images for `vmauth` are available [here](https://hub.docker.com/r/victori
|
||||
|
||||
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, SAML, accounting, limits, etc.
|
||||
Feel free [contacting us](mailto:info@victoriametrics.com) if you need customized auth proxy for VictoriaMetrics with the support of LDAP, SSO, RBAC, SAML,
|
||||
accounting and rate limiting such as [vmgateway](https://victoriametrics.github.io/vmgateway.html).
|
||||
|
||||
|
||||
## Auth config
|
||||
|
@ -1,9 +1,9 @@
|
||||
## Victori Metrics Gateway
|
||||
## vmgateway
|
||||
|
||||
|
||||
<img alt="vmgateway" src="vmgateway-overview.jpeg">
|
||||
|
||||
The service is a proxy for Victoria Metrics TSDB. It provides the next features:
|
||||
`vmgateway` is a proxy for Victoria Metrics TSDB. It provides the following features:
|
||||
|
||||
* Rate Limiter
|
||||
* Based on cluster tenants' utilization supports multiple time interval limits for ingestion/retrieving metrics
|
||||
@ -12,6 +12,8 @@ The service is a proxy for Victoria Metrics TSDB. It provides the next features:
|
||||
* Provides access by tenantID at Cluster version
|
||||
* Allows to separate write/read/admin access to data
|
||||
|
||||
`vmgateway` is included in an [enterprise package](https://victoriametrics.com/enterprise.html).
|
||||
|
||||
|
||||
### Access Control
|
||||
|
||||
@ -278,4 +280,4 @@ The shortlist of configuration flags is the following:
|
||||
* Access Control:
|
||||
* `jwt` token must be validated by external system, currently `vmauth` can't validate the signature.
|
||||
* RateLimiting:
|
||||
* limits applied based on queries to `datasource.url`
|
||||
* limits applied based on queries to `datasource.url`
|
||||
|
Loading…
Reference in New Issue
Block a user