1# TLS and basic authentication configuration example.
2#
3# Additionally, a certificate and a key file are needed.
4tls_server_config:
5  cert_file: server.crt
6  key_file: server.key
7
8# Usernames and passwords required to connect to Prometheus.
9# Passwords are hashed with bcrypt: https://github.com/prometheus/exporter-toolkit/blob/master/docs/web-configuration.md#about-bcrypt
10basic_auth_users:
11  alice: $2y$10$mDwo.lAisC94iLAyP81MCesa29IzH37oigHC/42V2pdJlUprsJPze
12  bob: $2y$10$hLqFl9jSjoAAy95Z/zw8Ye8wkdMBM8c5Bn1ptYqP/AXyV0.oy0S8m
13