postgres_exporter/config/testdata/config-bad-auth-module.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

8 lines
110 B
YAML

auth_modules:
foo:
pretendauth:
username: test
password: pass
options:
extra: "1"