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 upRegression: `basic_auth` should not require a `username` #4173
Comments
juliusv
added
help wanted
low hanging fruit
kind/bug
priority/P1
component/config
labels
May 17, 2018
juliusv
referenced this issue
May 17, 2018
Merged
support reading basic_auth_password_file for HTTP basic auth #4077
adamdecaf
added a commit
to adamdecaf/common
that referenced
this issue
May 18, 2018
adamdecaf
referenced this issue
May 18, 2018
Merged
config: basic_auth doesn't need to require a username #135
adamdecaf
added a commit
to adamdecaf/common
that referenced
this issue
May 18, 2018
This comment has been minimized.
This comment has been minimized.
|
Whoops, prometheus/common#135 fixes that. |
brian-brazil
added a commit
to prometheus/common
that referenced
this issue
May 18, 2018
adamdecaf
referenced this issue
May 18, 2018
Merged
update vendor'd github.com/prometheus/common/config #4174
This comment has been minimized.
This comment has been minimized.
|
@adamdecaf Awesome, thanks :) |
This comment has been minimized.
This comment has been minimized.
|
#4174 Should fix it in prometheus itself. |
fabxc
closed this
in
#4174
May 28, 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.
juliusv commentedMay 17, 2018
After #4077,
basic_authin HTTP configs now requires setting a username, otherwise you get an error:Using basic auth without a username has been standard practice, for example in the suggested
remote_writeconfigs for Cortex. So this is a breaking change and needs to be fixed.