orb icon indicating copy to clipboard operation
orb copied to clipboard

Support `bearer_token` authentication for Prometheus sinks

Open rboucher-me opened this issue 2 years ago • 1 comments

Extend existing Prometheus sink authentication to support bearer_token, such as what is required by New Relic: https://docs.newrelic.com/docs/infrastructure/prometheus-integrations/install-configure-remote-write/set-your-prometheus-remote-write-integration/

rboucher-me avatar Aug 19 '22 17:08 rboucher-me

Somehow the info I added last week, vanished from GitHub... readding

Backend

  • [ ] Sinks: API Support for receiveing the bearer_token and store accordingly. Q1: Do we need to encrtypt the bearer_token?
  • [ ] Sinker: Support bearer token in authentication header, if stored version > v2.26.

lpegoraro avatar Aug 22 '22 13:08 lpegoraro