Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign upadd basic_auth_password_file to HTTP client config #4076
Comments
This comment has been minimized.
This comment has been minimized.
|
I've coded up the modified form and verified it works. Should I PR just the change to prometheus? It still requires adding |
adamdecaf
referenced this issue
Apr 10, 2018
Merged
support reading basic_auth_password_file for HTTP basic auth #4077
adamdecaf
added a commit
to adamdecaf/prometheus
that referenced
this issue
Apr 25, 2018
brian-brazil
added a commit
that referenced
this issue
Apr 25, 2018
brian-brazil
closed this
May 5, 2018
gouthamve
added a commit
to gouthamve/prometheus
that referenced
this issue
Aug 1, 2018
This comment has been minimized.
This comment has been minimized.
lock
bot
commented
Mar 22, 2019
|
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
lock
bot
locked and limited conversation to collaborators
Mar 22, 2019
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
adamdecaf commentedApr 10, 2018
As fallout from #4074 and #3090 I wanted a
basic_auth_password_fileoption on an http client. This helps to keep the HTTP basic auth password out of display and logs.I went ahead and filed prometheus/common#129, but noticed in testing that prometheus uses a slightly modified version.