We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
First thing to note is that when I run commands against vault I need to specify "/data/" before the name.
vault-cli delete-all import_test/data/hvac-test
instead of just
vault-cli delete-all import_test/hvac-test
In this case "import_test" is the mount point of a key/value secret engine. "hvac-test" is a folder containing other secrets.
Second I find that calling this just deletes the key/value pairs in the secret, not the secret itself.
Furthermore if hvac-test is a folder with secrets under it, those secrets are not getting deleted.
Version information
>vault-cli -V vault-cli 3.1.0 License: Apache Software License
The text was updated successfully, but these errors were encountered:
No branches or pull requests
First thing to note is that when I run commands against vault I need to specify "/data/" before the name.
instead of just
In this case "import_test" is the mount point of a key/value secret engine. "hvac-test" is a folder containing other secrets.
Second I find that calling this just deletes the key/value pairs in the secret, not the secret itself.
Furthermore if hvac-test is a folder with secrets under it, those secrets are not getting deleted.
Version information
The text was updated successfully, but these errors were encountered: