On Wednesday, 11 January 2023 at 05:41:06 UTC Danny de Waard wrote:
Brian, tnx for all the ionfo. Going to look into the https thingy.
Both our edge and chrome browser are managed by the company and have their 
AuthSchema set to  ntlm,negotiate
So no basic here and i can not change this. So my guess would be that even 
with https this basic auth will fail.

Sounds likely.

You could put prometheus behind a reverse proxy with some other 
authentication mechanism, for example Apache with mod_auth_form 
<https://httpd.apache.org/docs/2.4/mod/mod_auth_form.html>.  Then the 
username/password request will be generated in a HTML form, authenticated, 
and a session cookie handed out that lets requests pass through.

But really, that's just an attempt to bypass your corporate security 
policy, which is "we don't allow you to connect to websites which require 
authentication".

-- 
You received this message because you are subscribed to the Google Groups 
"Prometheus Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/prometheus-users/d3453b1b-d3b0-4ea3-bb82-9ca7e8326a2an%40googlegroups.com.

Reply via email to