7 lines
356 B
YAML
7 lines
356 B
YAML
|
|
# Prometheus web configuration with basic authentication
|
||
|
|
basic_auth_users:
|
||
|
|
prometheus_user: $2y$10$8J8J8J8J8J8J8J8J8J8J8u8J8J8J8J8J8J8J8J8J8J8J8J8J8J8J8J8J8
|
||
|
|
|
||
|
|
# Note: The password hash above is for 'prometheus_password'
|
||
|
|
# This hash was generated using:
|
||
|
|
# echo 'prometheus_password' | docker run --rm -i prom/prometheus:latest htpasswd -niB prometheus_user
|