postgres_exporter/config/testdata/config-good.yaml
Joe Adams cc751b7966 Add config module
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>
2022-07-28 10:19:32 -04:00

9 lines
140 B
YAML

auth_modules:
first:
type: userpass
userpass:
username: first
password: firstpass
options:
sslmode: disable