open-vault/website/source/docs/commands/secrets/move.html.md
2017-10-24 09:30:50 -04:00

848 B

layout page_title sidebar_current description
docs secrets move - Command docs-commands-secrets-move The "secrets move" command moves an existing secrets engine to a new path. Any leases from the old secrets engine are revoked, but all configuration associated with the engine is preserved.

secrets move

The secrets move command moves an existing secrets engine to a new path. Any leases from the old secrets engine are revoked, but all configuration associated with the engine is preserved.

Moving an existing secrets engine will revoke any leases from the old engine.

Examples

Move the existing secrets engine at secret/ to generic/:

$ vault secrets move secret/ generic/

Usage

There are no flags beyond the standard set of flags included on all commands.