mirror of
https://github.com/Luzifer/git-credential-vault.git
synced 2024-11-09 14:50:07 +00:00
Make it more obvious prefix is configurable
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
272b7718fb
commit
c5f30d5626
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ The only supported action is `get` as storage is managed through Vault related t
|
|||
## Expected Vault structure
|
||||
|
||||
```
|
||||
secret/git-credentials
|
||||
secret/git-credentials (pass this to --vault-path-prefix)
|
||||
+- github.com
|
||||
| +- username = api
|
||||
| +- password = verysecrettoken
|
||||
|
|
Loading…
Reference in a new issue