Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Heartbeat] Support HTTP Digest auth. #15837

Closed
andrewvc opened this issue Jan 24, 2020 · 8 comments
Closed

[Heartbeat] Support HTTP Digest auth. #15837

andrewvc opened this issue Jan 24, 2020 · 8 comments
Labels
Heartbeat Team:obs-ds-hosted-services Label for the Observability Hosted Services team

Comments

@andrewvc
Copy link
Contributor

andrewvc commented Jan 24, 2020

Describe the enhancement:

It looks like go's HTTP client doesn't support digest, but there is a proposal here. So, we'd have to do a custom implementation. This originated with this discuss post.

Describe a specific use case for the enhancement or feature:

HTTP digest is an old insecure standard, using a long deprecated hashing algorithm (MD5), and provides few of the protections TLS/SSL provide.

Users may be forced to use it to monitor legacy software however, so it wouldn't be bad to support.

@andrewvc andrewvc added Heartbeat [zube]: Backlog Team:obs-ds-hosted-services Label for the Observability Hosted Services team labels Jan 24, 2020
@elasticmachine
Copy link
Collaborator

Pinging @elastic/uptime (:uptime)

@hendry-lim
Copy link
Contributor

+1 for HTTP Digest auth support. We have a client's requirement to monitor JBoss through its management URL/API, but it is configured with Digest auth by default.

@cskowronnek
Copy link

+1 we'd need this too

@andrewvc
Copy link
Contributor Author

andrewvc commented Nov 5, 2020

One thought is as we roll out our synthetics framework, based on node.js, you'll have access to a full JS environment, letting you do weird things like digest auth. It's a bit early (and we're focusing on browsers at the moment) but it makes sense as a path to me. See https://www.elastic.co/what-is/synthetic-monitoring .

@beirtipol
Copy link

I'll throw my hat in the ring for this too. Again, need to access JBoss stats and only Digest auth is supported. I'll probably set up a script to curl and log the data I need on a timer and then scrape the json with filebeat

@botelastic
Copy link

botelastic bot commented Jul 9, 2022

Hi!
We just realized that we haven't looked into this issue in a while. We're sorry!

We're labeling this issue as Stale to make it hit our filters and make sure we get back to it as soon as possible. In the meantime, it'd be extremely helpful if you could take a look at it as well and confirm its relevance. A simple comment with a nice emoji will be enough :+1.
Thank you for your contribution!

@botelastic botelastic bot added the Stalled label Jul 9, 2022
@beirtipol
Copy link

👍

@botelastic botelastic bot removed the Stalled label Jul 10, 2022
@andrewvc
Copy link
Contributor Author

I'm going to close this issue in favor of elastic/synthetics#137, which will almost certainly be the way this is implemented in the future. Please feel free to follow that issue!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Heartbeat Team:obs-ds-hosted-services Label for the Observability Hosted Services team
Projects
None yet
Development

No branches or pull requests

5 participants