docs/vmauth.md: typo fixes after 7b2b980181

This commit is contained in:
Aliaksandr Valialkin 2024-03-07 01:08:33 +02:00
parent 7b2b980181
commit c0a93cf183
No known key found for this signature in database
GPG Key ID: 52C003EE2BCDB9EB

View File

@ -495,7 +495,7 @@ There are the following solutions for this issue:
```
This scheme works great, but it needs manual updating of the [`-auth.config`](#auth-config) every time `vmselect` services are restarted,
downsaled or upscaled.
downscaled or upscaled.
- To set `discover_backend_ips: true` option, so `vmagent` automatically discovers IPs behind the given hostname and then spreads load among the discovered IPs:
@ -505,7 +505,7 @@ There are the following solutions for this issue:
discover_backend_ips: true
```
The `discover_backend_ips` can be specified at `user` and `url_map` level in the [`-auth.config](#auth-config). It can also be enabled globally
The `discover_backend_ips` can be specified at `user` and `url_map` level in the [`-auth.config`](#auth-config). It can also be enabled globally
via `-discoverBackendIPs` command-line flag.
See also [load balancing docs](#load-balancing).