DEV Community

Discussion on: How to "Reset" a HashiCorp Vault back to Zero State using Consul

Collapse
 
bartdzkan profile image
Bart D.

The command to delete vault should be updated to :
consul kv delete -recurse vault/

Otherwise it doesn't delete vault/, even though it says it's successful.

Collapse
 
v6 profile image
πŸ¦„N BπŸ›‘

// , Updated, thanks for testing it, @bartdzkan .