Update inaccurate Basic Auth docs for Prometheus
This commit is contained in:
parent
4207242d0b
commit
fa6524bf5b
1 changed files with 3 additions and 3 deletions
|
@ -81,9 +81,9 @@ Usually you should also set up basic_auth in this case, otherwise everyone will
|
||||||
prometheus_hostname: prometheus.example.com
|
prometheus_hostname: prometheus.example.com
|
||||||
|
|
||||||
# Uncommenting the following lines allows you to configure basic auth
|
# Uncommenting the following lines allows you to configure basic auth
|
||||||
# prometheus_basic_auth_enabled: true
|
# prometheus_container_labels_metrics_middleware_basic_auth_enabled: true
|
||||||
# prometheus_basic_auth_username: ''
|
# Use `htpasswd -nb USERNAME PASSSWORD` to generate the users below.
|
||||||
# prometheus_basic_auth_password: ''
|
# prometheus_container_labels_metrics_middleware_basic_auth_users: ''
|
||||||
```
|
```
|
||||||
|
|
||||||
## Recommended other services
|
## Recommended other services
|
||||||
|
|
Loading…
Add table
Reference in a new issue