Skip to content

Commit

Permalink
Add to README how to use search all KVs
Browse files Browse the repository at this point in the history
  • Loading branch information
xbglowx committed Feb 2, 2024
1 parent 45f9a05 commit 2e44048
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,8 @@ This tool is compatible with secrets kv v1 and v2.

`> vault-kv-search --search=path secret/ sshkeys`

- Search all mounted KV secret engines. Since this requires listing all mounts, the operator must have proper permissions to do so.

`> vault-kv-search example.com`

- To display the secrets, and not only the vault path, use the `--showsecrets` parameter.

0 comments on commit 2e44048

Please sign in to comment.