Add auditing configuration check command to README

This commit is contained in:
2026-01-18 12:01:20 +01:00
parent 1034231806
commit 691bcf2bb4

View File

@@ -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.