-
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
Vault 1.0.0 will not start without seal configuration #5938
Comments
What env vars do you have set? I don't know what might be causing this be but we've had no other reports. |
This is the environment of the server:
|
Did you try migrating at any point? This is the message we got on our standby nodes while we were migrating. |
I don't think so? I've never tried to use the auto-unsealing mechanism. |
@jdavisp3 I wasn't able to reproduce using the same config file, have you ever ran vault enterprise? Also, could you run the following command and paste the data here?
|
@briankassouf I've never run the enterprise version. We've been using Vault since a fairly early release. {"secret_shares":1,"pgp_keys":null,"secret_threshold":1,"nonce":"...","backup":false} |
Thanks for the fix! Is there a way I could upgrade to 1.0.0 now or should I wait for 1.0.1? |
|
Gotcha, thanks. I'll just wait for |
Describe the bug
When attempting to upgrade from 0.10.4 to 1.0.0 in a configuration that has always used manual unseal Vault will not start in server mode.
More details are in this thread, including the error message in the log file:
https://groups.google.com/d/msgid/vault-tool/42B9735A-9B0D-443E-896E-050AE4741C9A%40ttys0.net?utm_medium=email&utm_source=footer
To Reproduce
Steps to reproduce the behavior:
vault server -config...
Expected behavior
I expected Vault to start up and let me unseal it like all previous upgrades.
Environment:
vault status
): 0.10.4 -> 1.0.0vault version
): SameVault server configuration file(s):
The text was updated successfully, but these errors were encountered: