mirror of
https://github.com/prometheus-community/postgres_exporter
synced 2024-12-12 18:05:42 +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>
8 lines
110 B
YAML
8 lines
110 B
YAML
auth_modules:
|
|
foo:
|
|
pretendauth:
|
|
username: test
|
|
password: pass
|
|
options:
|
|
extra: "1"
|