-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
How to debug wonky client header issues? #1519
Comments
Hi @davedash ,
|
We temporarily fixed it with explicitly (un)setting the token |
raskchanky
added a commit
that referenced
this issue
Dec 14, 2020
raskchanky
added a commit
that referenced
this issue
Dec 14, 2020
raskchanky
added a commit
that referenced
this issue
Dec 14, 2020
raskchanky
added a commit
that referenced
this issue
Dec 14, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
One developer I work with has been having issues talking to vault using the client. We've upgraded his vault command and keep getting a bad request error.
I looked at his request headers he sent:
The token literally says
????
(but it might be unicode). When I checked requests I saw a legitimate lookingX-Vault-Token
value. What would cause this? I usedmitmproxy
and when I removed characters and resubmitted the response worked fine.I couldn't tell exactly how the
vault auth
command works, or where/why it would submit anything forX-Vault-Token
, so any direction here would be helpful.The text was updated successfully, but these errors were encountered: