Skip to content

Commit

Permalink
docs: update README for AppRole authentication
Browse files Browse the repository at this point in the history
Signed-off-by: thomasgouveia <gouveia.thomas@outlook.fr>
  • Loading branch information
thomasgouveia committed Jun 20, 2023
1 parent 0a971e6 commit 86e86db
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,14 @@ To be able to use a secret engine in Vault, you must be able to retrieve an auth

- [Token](https://developer.hashicorp.com/vault/docs/auth/token)
- [Userpass](https://developer.hashicorp.com/vault/docs/auth/userpass)
- [AppRole](https://developer.hashicorp.com/vault/docs/auth/approle)

## Install

You can install `vault-aws-credentials-helper` easily using `go install`:

```bash
go install github.com/thomasgouveia/vault-aws-credentials-helper@v0.1.0 # Pin the version you want
go install github.com/thomasgouveia/vault-aws-credentials-helper@v0.2.0 # Pin the version you want
```

Or you can download pre-compiled binary from the [releases page](https://github.com/thomasgouveia/vault-aws-credentials-helper/releases).
Expand Down

0 comments on commit 86e86db

Please sign in to comment.