common icon indicating copy to clipboard operation
common copied to clipboard

Feature request: add support for Digest authentication for scrape targets

Open Tailzip opened this issue 3 years ago • 9 comments

Proposal

Add support for Digest authentification (in addition to already existing Basic authentication) for scrape targets.

Tailzip avatar Dec 25 '21 11:12 Tailzip

Transferring to the appropriate repo.

LeviHarrison avatar Dec 25 '21 14:12 LeviHarrison

I'm not familiar with Digest authentication, but given that it's not included in the Go standard http library, I think it might be too niche to support.

cc @roidelapluie

LeviHarrison avatar Dec 25 '21 14:12 LeviHarrison

Indeed. Digest requires an extra roundtrip and does not bring added value. If you want to secure the authorization please use basic auth with tls.

roidelapluie avatar Dec 26 '21 06:12 roidelapluie

Would love to have digest auth support, because wanting to scrape targets that only support such.

muety avatar Dec 14 '23 09:12 muety