mirror of
https://github.com/prometheus-community/postgres_exporter
synced 2024-12-11 17:36:21 +00:00
cc751b7966
The config module supports adding configuration to the exporter via a config file. This supports adding authentication details in a config file so that /probe requests can specify authentication for endpoints Signed-off-by: Joe Adams <github@joeadams.io>
9 lines
140 B
YAML
9 lines
140 B
YAML
auth_modules:
|
|
first:
|
|
type: userpass
|
|
userpass:
|
|
username: first
|
|
password: firstpass
|
|
options:
|
|
sslmode: disable
|