-
Notifications
You must be signed in to change notification settings - Fork 31
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
safe local --memory - Unable to generate a new root token: token length / one-time password length mismatch (24/16) #171
Comments
Ha. Yeah. I found this in vaultkv and I fixed it there already. Vault changed the way gen root token works. Now they give you a one-time password, as opposed to the user generating it (as it was previously). Except for... if you generate one and provide it, it will take it, even if its not the correct length (which they changed). I'll try to bump vaultkv in a release soon. |
Hi @thomasmmitchell, Could you please take a look at it again as I think it changed again in vault 1.0.0? Thank you. |
Why wouldn't I doubt that.... I'll bump the vaultkv tests tomorrow for 1.0.0 and watch with amazement as everything fails. |
Fixed this in vaultkv. It'll be in the next release. |
Thank you @thomasmmitchell! |
fixed in v1.0.0 |
Hi!
I get
Unable to generate a new root token: token length / one-time password length mismatch (24/16)
when I runsafe local --memory
.The text was updated successfully, but these errors were encountered: