From 86e86db5a77e7bd2b2a60b1ed8e4148074c49d7c Mon Sep 17 00:00:00 2001 From: thomasgouveia Date: Tue, 20 Jun 2023 21:35:24 +1000 Subject: [PATCH] docs: update README for AppRole authentication Signed-off-by: thomasgouveia --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 878f5f7..4757bcb 100644 --- a/README.md +++ b/README.md @@ -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).