Skip to content
This repository has been archived by the owner on Nov 7, 2023. It is now read-only.

Commit

Permalink
Document setting plugin_directory
Browse files Browse the repository at this point in the history
Fixes GH-29
  • Loading branch information
sethvargo committed Sep 9, 2021
1 parent fe168e6 commit b2c604f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ authenticated.
GitHub. Alternatively you can compile the plugin from source, if you're into
that kinda thing.

1. Move the compiled plugin into Vault's configured `plugin_directory`:
1. Move the compiled plugin into Vault's configured `plugin_directory`. You must
set this value in the [server configuration][vault-config]:

```sh
$ mv vault-secrets-gen /etc/vault/plugins/vault-secrets-gen
Expand Down Expand Up @@ -128,3 +129,5 @@ value obstacle-sacrament-sizable-variably
## License
This code is licensed under the MIT license.
[vault-config]: https://www.vaultproject.io/docs/configuration#plugin_directory

0 comments on commit b2c604f

Please sign in to comment.