Skip to content

Commit

Permalink
Update readme (#9)
Browse files Browse the repository at this point in the history
* fix typo in Readme

* add host to link from documentations
  • Loading branch information
czuli authored Aug 3, 2023
1 parent b34d0ed commit e7fd271
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# The [HCP Vault](https://www.vaultproject.io) plugin for [Buddy](https://buddy.works).
# The [HashiCorp Vault](https://www.vaultproject.io) plugin for [Buddy](https://buddy.works).

## Binaries

Expand All @@ -8,7 +8,7 @@ To compile a new binary, clone this repository and run `make` from the project d

## Vault installation

The HCP Vault plugin system is documented on the Hashicorp's [Vault documentation site](https://www.vaultproject.io/docs/internals/plugins.html).
The HashiCorp Vault plugin system is documented on the HashiCorp's [Vault documentation site](https://www.vaultproject.io/docs/internals/plugins.html).

To install the vault, define the plugin directory using the `plugin_directory` configuration directive and place the `vault-plugin-secrets-buddy` executable in that directory.

Expand All @@ -29,7 +29,7 @@ Success! Enabled the buddy secrets engine at: buddy/

### Generating token

To create short-lived tokens, you first need to configure a [root token in Buddy](/docs/api/getting-started/oauth2/personal-access-token). The root token must have the scope `TOKEN_MANAGE`:
To create short-lived tokens, you first need to configure a [root token in Buddy](https://buddy.works/docs/api/getting-started/oauth2/personal-access-token). The root token must have the scope `TOKEN_MANAGE`:

<img src="/root-token-config.png" width="450">

Expand Down

0 comments on commit e7fd271

Please sign in to comment.