-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Compact: Fix web.prefix-header to use &wc.prefixHeaderName #3184
Conversation
@yeya24 Can you see please see if this is alright? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Thanks for your contribution!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm :)
Can you rebase? Then we can merge
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
💯
Signed-off-by: Daksh Sagar <daksh.sagar@yahoo.com>
Signed-off-by: Daksh Sagar <daksh.sagar@yahoo.com>
For the future, changelog item is too code specific, we need to make sure it's understandable for a user e.g: I fixed it here, so this is just for learning purposes (: |
Signed-off-by: Daksh Sagar daksh.sagar@yahoo.com
Fix web.prefix-header to use
&wc.prefixHeaderName
instead of&wc.externalPrefix
Fixes #3156
Changes
cmd/thanos/config.go
inregisterFlag
method, make cmd.Flag("web.prefix-header", "...", "...") use theprefixHeaderName
field instead ofexternalPrefix
Verification