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 0bc3c73
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,11 @@ This tool is compatible with secrets kv v1 and v2.

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

- Search all mounted KV secret engines:

> [!NOTE]
> 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 0bc3c73

Please sign in to comment.