mrlhansen / idrac_exporter

Simple Redfish (iDRAC, iLO, XClarity) exporter for Prometheus
MIT License
131 stars 40 forks source link

Entrypoint: interpolate secrets correctly #62

Closed ygabuev closed 7 months ago

ygabuev commented 7 months ago

The values for hosts.default.{username,password} should be strings. By adding quotes to the config template, we enforce this explicitly and mitigate errors that result from values that can be interpreted differently by YAML parsers.

ygabuev commented 7 months ago

Hi @mrlhansen, could you please take a look? If this is merged, an official release will be highly appreciated. Thanks!

mrlhansen commented 7 months ago

Done.