From c540758d6940b6668558f89e8ae9329fbec901d3 Mon Sep 17 00:00:00 2001 From: Raoof Mohammed Date: Tue, 12 Jun 2018 12:23:04 -0400 Subject: [PATCH] Modify audit-enable as it is deprecated vault recommends to use 'vault audit enable' as audit-enable command is deprecated and will be removed in 0.11. https://github.com/hashicorp/vault/blob/master/command/commands.go#L578 --- doc/user/vault.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/user/vault.md b/doc/user/vault.md index a387aae..051bbfd 100644 --- a/doc/user/vault.md +++ b/doc/user/vault.md @@ -131,7 +131,7 @@ The first node that is unsealed in a multi-node Vault cluster will become the ac 2. Enable file audit backend and write audit log to standard output: ```sh - vault audit-enable file file_path=stdout + vault audit enable file file_path=stdout ``` Then use docker/Kubernetes log collector to save logs and view later.