mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
docs/{vmauth,vmgateway}.md: small fixes
This commit is contained in:
parent
5edec0e57e
commit
262da1c2e5
4 changed files with 14 additions and 8 deletions
|
@ -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.
|
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
|
## Auth config
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
## Victori Metrics Gateway
|
## vmgateway
|
||||||
|
|
||||||
|
|
||||||
<img alt="vmgateway" src="vmgateway-overview.jpeg">
|
<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
|
* Rate Limiter
|
||||||
* Based on cluster tenants' utilization supports multiple time interval limits for ingestion/retrieving metrics
|
* 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
|
* Provides access by tenantID at Cluster version
|
||||||
* Allows to separate write/read/admin access to data
|
* Allows to separate write/read/admin access to data
|
||||||
|
|
||||||
|
`vmgateway` is included in an [enterprise package](https://victoriametrics.com/enterprise.html).
|
||||||
|
|
||||||
|
|
||||||
### Access Control
|
### Access Control
|
||||||
|
|
||||||
|
@ -278,4 +280,4 @@ The shortlist of configuration flags is the following:
|
||||||
* Access Control:
|
* Access Control:
|
||||||
* `jwt` token must be validated by external system, currently `vmauth` can't validate the signature.
|
* `jwt` token must be validated by external system, currently `vmauth` can't validate the signature.
|
||||||
* RateLimiting:
|
* 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.
|
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
|
## Auth config
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
## Victori Metrics Gateway
|
## vmgateway
|
||||||
|
|
||||||
|
|
||||||
<img alt="vmgateway" src="vmgateway-overview.jpeg">
|
<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
|
* Rate Limiter
|
||||||
* Based on cluster tenants' utilization supports multiple time interval limits for ingestion/retrieving metrics
|
* 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
|
* Provides access by tenantID at Cluster version
|
||||||
* Allows to separate write/read/admin access to data
|
* Allows to separate write/read/admin access to data
|
||||||
|
|
||||||
|
`vmgateway` is included in an [enterprise package](https://victoriametrics.com/enterprise.html).
|
||||||
|
|
||||||
|
|
||||||
### Access Control
|
### Access Control
|
||||||
|
|
||||||
|
@ -278,4 +280,4 @@ The shortlist of configuration flags is the following:
|
||||||
* Access Control:
|
* Access Control:
|
||||||
* `jwt` token must be validated by external system, currently `vmauth` can't validate the signature.
|
* `jwt` token must be validated by external system, currently `vmauth` can't validate the signature.
|
||||||
* RateLimiting:
|
* RateLimiting:
|
||||||
* limits applied based on queries to `datasource.url`
|
* limits applied based on queries to `datasource.url`
|
||||||
|
|
Loading…
Reference in a new issue