-
Notifications
You must be signed in to change notification settings - Fork 2k
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
client.vault: failed to derive vault tokens #2050
Comments
I got a a gist with same issue here https://gist.github.com/jippi/8b8a10ae2943f58063926611d920651e#file-gistfile1-txt-L26-L30 Alloc ID |
Amazing what one boolean can do :) Sorry you all ran into this! |
@dadgar i saw this in my server logs
|
@dadgar emphasis on |
Yeah the PR I just made will address that |
Subtle bug! |
@dadgar good job! |
To boolean, or ! to boolean, that is the question. |
@dadgar just received this on 0.7.0 |
@burdandrei I would grab both |
this is from client, same on server. minute before it changed to
in consul all the cluster is grean and is showing that it's unsealed! |
@dadgar you can catch me on Vault gitter now, before i started to restart vaults =) |
@burdandrei Either send your servers a SIGHUP or restart them. The Vault server was sealed and the Nomad server has given up contacting the Vault. I filled #3786 to improve this behavior. |
@dadgar it's working now. |
I'm going to lock this issue because it has been closed for 120 days ⏳. This helps our maintainers find and focus on the active issues. |
Nomad version
Nomad v0.5.0
Operating system and Environment details
Fully operational Vault cluster running 0.6.2.
Issue
A task allocation that uses the Vault integration occasionally fails to start on a client, with the errors
client.vault: failed to derive vault tokens: Allocation "…" does not exist
andclient: failed to derive Vault token for task agent on alloc "…": Allocation "…" does not exist
. The task does not get reschedule elsewhere in the cluster.Reproduction steps
Unsure.
Nomad Server logs (if appropriate)
Nomad Client logs (if appropriate)
@jippi @diptanu
The text was updated successfully, but these errors were encountered: