postgres_exporter/config/testdata/config-bad-extra-field.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
130 B
YAML

auth_modules:
foo:
userpass:
username: test
password: pass
options:
extra: "1"
doesNotExist: test