From 691bcf2bb4f3adc216129e95a6f3f2ffb36276c9 Mon Sep 17 00:00:00 2001 From: Slawomir Koszewski Date: Sun, 18 Jan 2026 12:01:20 +0100 Subject: [PATCH] Add auditing configuration check command to README --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 11275ab..ff34324 100644 --- a/README.md +++ b/README.md @@ -144,6 +144,12 @@ loki.source.file "vault_audit_log" { } ``` +Check the auditing configuration: + +```shell +vault audit list -detailed +``` + ### Main Vault Configuration Depending on main Vault state (new or existing), some of the following steps are mutually exclusive.