grok_exporter icon indicating copy to clipboard operation
grok_exporter copied to clipboard

Support auth basic authentication

Open cmizzi opened this issue 1 year ago • 0 comments

Many of Prometheus exporters support basic auth authentication. This PR adds this feature to this exporter.

server:
  host: 0.0.0.0
  port: 9144
  auth_basic:
    enabled: true
    username: prometheus
    password: $2y$10$piR5rO00ZYPEEf76Lm7DDeIYRZpSuGR1TuZ4rC7tpxuZmf6w0NU2q // test

cmizzi avatar Nov 29 '22 11:11 cmizzi