mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2025-03-11 15:34:56 +00:00
docs/vmauth.md: mention that backend services must be accessible only via vmauth
This commit is contained in:
parent
9e7d6a585b
commit
069880fd3c
2 changed files with 4 additions and 0 deletions
|
@ -124,6 +124,8 @@ This may be useful for passing secrets to the config.
|
||||||
|
|
||||||
## Security
|
## Security
|
||||||
|
|
||||||
|
It is expected that all the backend services protected by `vmauth` are located in an isolated private network, so they can be accessed by external users only via `vmauth`.
|
||||||
|
|
||||||
Do not transfer Basic Auth headers in plaintext over untrusted networks. Enable https. This can be done by passing the following `-tls*` command-line flags to `vmauth`:
|
Do not transfer Basic Auth headers in plaintext over untrusted networks. Enable https. This can be done by passing the following `-tls*` command-line flags to `vmauth`:
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
|
@ -128,6 +128,8 @@ This may be useful for passing secrets to the config.
|
||||||
|
|
||||||
## Security
|
## Security
|
||||||
|
|
||||||
|
It is expected that all the backend services protected by `vmauth` are located in an isolated private network, so they can be accessed by external users only via `vmauth`.
|
||||||
|
|
||||||
Do not transfer Basic Auth headers in plaintext over untrusted networks. Enable https. This can be done by passing the following `-tls*` command-line flags to `vmauth`:
|
Do not transfer Basic Auth headers in plaintext over untrusted networks. Enable https. This can be done by passing the following `-tls*` command-line flags to `vmauth`:
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue