You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It then attempts to acquire leadership in a loop (create session, acquire lock, delete session). Each attempt writes a new key to vault/core/leader/ but the old keys are not deleted.
You mention that you are using 0.7.3. The kv backend type was not introduced until 0.8.3. Could you have initialized vault with 0.8.3 and are now trying to start up with 0.7.3?
Environment:
Vault Config File:
Expected Behavior:
Vault should start up post unseal.
Actual Behavior:
It then attempts to acquire leadership in a loop (create session, acquire lock, delete session). Each attempt writes a new key to
vault/core/leader/
but the old keys are not deleted.Steps to Reproduce:
Unknown. This is a new cluster for a new project.
The text was updated successfully, but these errors were encountered: